Essays about: "gRPC"

Showing result 1 - 5 of 10 essays containing the word gRPC.

  1. 1. Benchmarking the request throughput of conventional API calls and gRPC : A Comparative Study of REST and gRPC

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

    Author : Johan Berg; Daniel Mebrahtu Redi; [2023]
    Keywords : REST; gRPC; JSON; Protocol Buffers; API; HTTP; Benchmark; Performance; Microservices; Network Communication; REST; gRPC; JSON; Protocol Buffers; API; HTTP; Benchmark; Prestanda; Mikrotjänster; Nätverkskommunikation;

    Abstract : As the demand for better and faster applications increase every year, so does the demand for new communication systems between computers. Today, a common method for computers and software systems to exchange information is the use of REST APIs, but there are cases where more efficient solutions are needed. In such cases, RPC can provide a solution. READ MORE

  2. 2. Evaluating the performance andusability of HTTP vs gRPC in communication between microservices

    University essay from Blekinge Tekniska Högskola/Institutionen för programvaruteknik

    Author : Najem Hamo; Simon Saberian; [2023]
    Keywords : HTTP; gRPC; Cloud Computing; Load testing; Micro-services;

    Abstract : Microservices is an architectural technique that has only gotten more popular as the need for scalable and performant internet-based applications has grown. One of the characteristics of microservices is communication through lightweight protocols like HTTP. READ MORE

  3. 3. Comparative Study of REST and gRPC for Microservices in Established Software Architectures

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

    Author : Martin Johansson; Olivos Isabella; [2023]
    Keywords : gRPC; REST; Microservice;

    Abstract : This study compares two commonly used communication architectural styles for distributed systems, REST and gRPC. With the increase of microservice usage when migrating from monolithic structures, the importance of network performance plays a significantly larger role. READ MORE

  4. 4. Evaluation of communication protocol performance for use in reinforcement learning training in simulation

    University essay from Umeå universitet/Institutionen för datavetenskap

    Author : Leo Wiklund; [2022]
    Keywords : reinforcement learning; network communication; communication protocols; communication performance;

    Abstract : Since artificial intelligence (AI) is growing more prominent it is interesting to look at the methods used to train AI. One such method is reinforcement learning in simulation, where AI can train safely in the confines of a simulation. READ MORE

  5. 5. GMock, a Component Testing Framework for gRPC-oriented Services

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

    Author : Chuan Su; [2021]
    Keywords : ;

    Abstract : The Google Remote Procedure Calls (gRPC) framework is arising as a high- performance Remote Procedure Call (RPC) framework with large-scale adoptions for connecting distributed microservices applications. However, testing gRPC-oriented applications is challenging as it requires all the dependent gRPC services to be deployed either locally or remotely, and the test data to be set up correctly in each service prior to testing. READ MORE