Essays about: "Software architectural style"

Showing result 1 - 5 of 16 essays containing the words Software architectural style.

  1. 1. Integrating third-party APIs as a microservice

    University essay from Umeå universitet/Institutionen för tillämpad fysik och elektronik

    Author : David Eriksson; [2021]
    Keywords : microservices; api; docker; iterative development;

    Abstract : Microservices are a way of decentralizing software services into smaller, isolated environments with contained, specific responsibilities. The traditional approach of monolithic applications introduces many problems regarding complexity due to scaling of functionality. READ MORE

  2. 2. Comparing Monolithic and Event-Driven Architecture when Designing Large-scale Systems

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Felix Eder; [2021]
    Keywords : Event-driven architecture; monolithic architecture; domain-driven design; service- oriented architecture; organisational structure; Event-driven arkitektur; monolitisk arkitektur; domändriven design; serviceorienterad arkitektur; organisationsstruktur;

    Abstract : The way the structure of systems and programs are designed is very important. When working with smaller groups of systems, the chosen architecture does not affect the performance and efficiency greatly, but as these systems increase in size and complexity, the choice of architecture becomes a very important one. READ MORE

  3. 3. Distributed Queries: An Evaluation of the Microservice Architecture

    University essay from Linköpings universitet/Programvara och system

    Author : Jesper Holmström; [2020]
    Keywords : Microservices; Distributed Queries; API composition pattern; Software Architecture;

    Abstract : The microservice architecture is a new architectural style that structures an application into a set of small, independently deployable microservices, as opposed to the traditional monolith approach with a single executable. The microservice architecture is a distributed system that results in new challenges and increased complexity. READ MORE

  4. 4. Architectural Implications of Serverless and Function-as-a-Service

    University essay from Linköpings universitet/Institutionen för datavetenskap

    Author : Oscar Andell; [2020]
    Keywords : Function-as-a-Service; Serverless; Software Architecture; Cold Start; Microservices;

    Abstract : Serverless or Function-as-a-Service (FaaS) is a recent architectural style that is based on the principles of abstracting infrastructure management and scaling to zero, meaning application instances are dynamically started and shut down to accommodate load. This concept of no idling servers and inherent autoscaling comes with benefits but also drawbacks. READ MORE

  5. 5. Investigating differences in response time and error rate between a monolithic and a microservice based architecture

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Gustav Johansson; [2019]
    Keywords : Microservices; Monolith; Software Architecture; System Design; Performance Evaluation; PaaS; Containers;

    Abstract : With great advancements in cloud computing, the microservice architecture has become a promising architectural style for enterprise software. It has been proposed to cope with problems of the traditional monolithic architecture which includes slow release cycles, limited scalability and low developer productivity. READ MORE