Build APIS with SpringBoot - REST, GRPC, GRAPHQL which one should you pick؟ Cedrick Lunven

Depending on your use cases you may need to access databases with different patterns: CRUD, commands, Streaming, Batches, Asynchronous, Reactive At DataStax, the developer advocates team implements reference applications for developers. We had the chance to implement multiple approaches and can provide feedback. is one of this application, it has been written in 4 languages (Java, C#, NodeJS, Python) and implements API with REST, Grpc and GraphQL. Though live session, browsing real code, you will see implementation details, lessons learned and get working source code in Github as a takeaway.
Back to Top