Essays about: "Mikrotjänstarkitektur"

Showing result 1 - 5 of 11 essays containing the word Mikrotjänstarkitektur.

  1. 1. Simplifying Software Testing in Microservice Architectures through Service Dependency Graphs

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

    Author : Marcus Alevärn; [2023]
    Keywords : Microservice architecture; Service Dependency Graph; Software testing; Mikrotjänstarkitektur; Tjänsteberoendegraf; Mjukvarutestning;

    Abstract : A popular architecture for developing large-scale systems is the microservice architecture, which is currently in use by companies such as Amazon, LinkedIn, and Uber. The are many benefits of the microservice architecture with respect to maintainability, resilience, and scalability. READ MORE

  2. 2. Contract Testing: Ensuring Reliable Integrations with Isolated Tests : Support for teams to test in isolation

    University essay from Mittuniversitetet/Institutionen för data- och elektroteknik (2023-)

    Author : Christian Hernandez; [2023]
    Keywords : Java; Consumer-Driven Contract testing; Pact; Spring Cloud Contract; Java; Consumer-Driven Contract testing; Pact; Spring Cloud Contract;

    Abstract : Mikrotjänstarkitektur är den senaste trenden inom mjukvaruutveckling som gör det möjligt att bygga komplexa system från mindre tjänster utformade för att vara självförsörjande och fokuserade på en specifik affärsfunktionalitet. Dessa kan utvecklas, testas, driftsättas och skalas oberoende av varandra, vilket gör att team kan vara mer autonoma och leverera värde till kunder snabbare. READ MORE

  3. 3. Evaluation of security threats in microservice architectures

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

    Author : William Lindblom; [2022]
    Keywords : Microservice architectures; Threat modelling; Design patterns; Mikrotjänstarkitekturer; Hotmodellering; Designmönster;

    Abstract : The microservice architecture is a popular architectural pattern in the industry to implement large systems as they can reduce the code bases of each service and increase the maintainability for each of the individual services by dividing the application into smaller components based on business logic. The services can be implemented in different programming languages and communicates over a network. READ MORE

  4. 4. A Dashboard For Monitoring Of Online Media Applications : Presenting Microservice Monitoring Data To Non-Developers

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

    Author : Christina Sonebo; [2022]
    Keywords : Microservice monitoring; dashboard design; think-aloud; system usability score; thematic analysis.;

    Abstract : Microservice architecture is an emerging approach to application development. While the decentralized nature of microservices comes with advantages it also introduces new challenges to monitoring as the graph of interactions between services can be complex. READ MORE

  5. 5. Tail Based Sampling Framework for Distributed Tracing Using Stream Processing

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

    Author : G Kibria Shuvo; [2021]
    Keywords : Distributed Tracing; Microservices; Observability; Monitoring; Distribuerad spårning; mikrotjänster; observerbarhet; övervakning;

    Abstract : In recent years, microservice architecture has surpassed monolithic architecture in popularity among developers by providing a flexible way of developing complex distributed applications. Whereas a monolithic application functions as a single indivisible unit, a microservices-based application comprises a collection of loosely coupled services that communicate with each other to fulfill the requirements of the application. READ MORE