graph

Using Together GraphQL & Serverless

This talk discusses how GraphQL and Serverless have drastically gained popularity and what problems they were made to solve. Then it explains how the two can be used together and provides a little demo with the Serverless framework.

GraphQL vs Traditional Rest API

GraphQL is an open-source data query and manipulation language for APIs, and a runtime for fulfilling queries with existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, …

GraphQL vs Traditional Rest API Read More »

The Panama Papers & Graph Databases

In spring 2016 the first press reports regarding the “panama papers” were released. With almost 3TB of raw data this was by far the largest leak of data worldwide. This talk gives some technical insights who the ICIJ (International Consortium Of Investigate Journalists) worked with that amount of data to provide journalist an easy to …

The Panama Papers & Graph Databases Read More »

When to Use a Graph Database

Database models have their own strengths and weaknesses, and as software developers, we need to know which are best suited for each application domain. This session considers use cases where a graph database excels.