Deep Dive on ArangoDB


Details
*** please note: the talk will be recorded on video ***
We will take a deep dive into ArangoDB ( https://www.arangodb.com/ ) together with Max ( https://www.linkedin.com/in/maxneunhoeffer ) one of the core developers of the product.
ArangoDB is a multi-model database, which means that it is a document store, a key/value store and a graph database, all in one engine and with a query language that supports all three data models, as well as joins and transactions. Queries can use a single data model or can even mix them.
ArangoDB scales out horizontally with convenient cluster deployment using Apache Mesos. Furthermore, the HTTP API can easily be extended by server-side JavaScript code using high performance access to the C++ database core.
During the talk I will show all these features using several different cloud deployments, since in most projects one will not deploy a ArangoDB monolith, but rather multiple instances, each either a possibly replicated single server, or a cluster. This demonstrates that all these properties together make ArangoDB a very useful and valuable tool in modern microservice oriented architectures.
18:00 Doors open, snacks and networking
19:00 Talk starts

Deep Dive on ArangoDB