Technology•March 15, 2019
Creating an API for your database with Rest, GraphQL, gRPC
A Talk By Cedrick Lunven
Here’s a talk Cedrick Lunven (who I have the fortune of working with!) about creating API’s for your database, your distributed database. He starts out with a few objectives for the talk:
- Provide you a working API implementing Rest, gRPC, and GraphQL.
- Give implementation details through Demo.
- Reveal hints to choose and WHY, (specifically to work with Databases)
Other topics include specific criteria around conceptual data models, shifting from relational to distributed columnar store, with differentiation between entities, relationships, queries, and their respective behaviors. All of this is pertinent to our Killrvideo reference application too.