Essays about: "Linköping GraphQL Benchmark"

Found 4 essays containing the words Linköping GraphQL Benchmark.

  1. 1. A Declarative Approach to GraphQL Schema Wrapping : wrapping schemas using GraphQL directives

    University essay from Linköpings universitet/Databas och informationsteknik

    Author : Pontus Jarnemyr; Markus Gustafsson; [2022]
    Keywords : graphql; graphql schema; wrap; wrapping; declarative; schema wrapping;

    Abstract : In recent years, GraphQL has become a popular Web API language. Due to GraphQL’spopularity, third-party libraries have also grown steadily alongside it. One such library isGraphQL Tools, which provides tools such as query delegation and schema wrapping. Onecore element of GraphQL is its schema. READ MORE

  2. 2. Implementation and performance analysis of GraphQL schema delegation

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Samuel Barnholdt; [2021]
    Keywords : ;

    Abstract : GraphQL schema delegation is the name of the architectural pattern of delegating queries from one GraphQL server to another. This project aimed to find different methods and techniques for implementing schema delegation, implement one of them and evaluate the performance. READ MORE

  3. 3. Implementing the GraphQL Interface on top of a Graph Database

    University essay from Linköpings universitet/Databas och informationsteknik; Linköpings universitet/Tekniska fakulteten

    Author : Linn Mattsson; [2020]
    Keywords : GraphQL; Graph Databases; Performance; Logical Plans;

    Abstract : Since becoming an open source project in 2015, GraphQL has gained popularity as it is used as a query language from front-end to back-end, ensuring that no over-fetching or under-fetching is performed. While the query language has been openly available for a few years, there has been little academic research in this area. READ MORE

  4. 4. A Performance Comparison of Auto-Generated GraphQL Server Implementations

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

    Author : Markus Larsson; David Ångström; [2020]
    Keywords : GraphQL; PostGraphile; Hasura; Databases; auto-generated; Server Translation Tools; LinGBM; Linköping GraphQL Benchmark; LiU; Bachelor Thesis; Thesis; Benchmark; Performance; Query Execution Time; Query Response Time; Throughput;

    Abstract : As databases and traffic over the internet is becoming larger by the day, the performance of sending information has become a target of great importance. In past years, other software architectural styles such as REST have been used as it is a reliable framework and works really well when one has a dependable internet connection. READ MORE