Documents and ArangoDB

Documents and ArangoDB AQL Tutorial Intro to ArangoDB’s Query Language Data Modelling Basics&Terminology of data models ArangoDB vs MongoDB Quick tutorial on performing queries Satellite Collections JOIN operations in a cluster Data Queries Documents model in ArangoDB ArangoDB ArangoGraph: Cloud Service for ArangoDB Start Your Free ArangoDB ArangoGraph Trial Other useful resources: Language Tutorials Additional…

More Info

Development with ArangoDB

Development with ArangoDB Java Tutorial Learn more Spring Data Tutorial Learn more NodeJS Tutorial Learn more GO Tutorial Learn more Python Tutorial Learn more PHP Tutorial Learn more ArangoDB ArangoGraph: Cloud Service for ArangoDB Start Your Free ArangoDB ArangoGraph Trial Foxx Microservices Foxx: How it works Write data access & domain logic as microservices running…

More Info

ArangoDB, the database for graph and beyond

Community Contribute to the ArangoDB world Feeling stuck? Not for long. Join the ArangoDB community to get help, challenge ideas or discuss new features! Star us & report issues Questions & Answers Join live conversations Discuss ideas & upgrades Join our ArangoDB Online Meetup to participate in community talks ArangoGraph Insights Platform: Managed Service for…

More Info

Analytics on Graphs & Beyond in ArangoDB

Analytics on Graphs & Beyond in ArangoDB ArangoML Introduction to our set of tools and technologies that enable analytics and machine learning on graph data. Lunch Break Sessions The Graph and Beyond Lunch Break is a series of 10-15min videos about topics like Fraud Detection with ArangoDB, AQL for eCommerce Analytics, Graph Analytics and more.…

More Info

Built in JavaScript Extensibility Framework Foxx

ArangoDB Foxx Foxx is a JavaScript framework for writing data-centric HTTP microservices that run directly inside of ArangoDB. Traditionally, server-side projects were developed as standalone applications that guide communications between the client-side front-end and the database back-end. Through the Foxx Microservice Framework, ArangoDB allows application developers to write their data access and domain logic as microservices…

More Info

Copy of Community

Community Graph database to drive value from connected data, faster Feeling stuck? Not for long. Join the ArangoDB community to get help, challenge ideas or discuss new features! Star us & report issues Questions & Answers Join live conversations Discuss ideas & upgrades Join our ArangoDB Online Meetup to participate in community talks ArangoGraph Insights…

More Info

ArangoDB Community

Community Contribute to the ArangoDB world Feeling stuck? Not for long. Join the ArangoDB community to get help, challenge ideas or discuss new features! Star us & report issues Questions & Answers Join live conversations Discuss ideas & upgrades Join our ArangoDB Online Meetup to participate in community talks ArangoGraph Insights Platform: Managed Service for…

More Info

Efficient Massive Inserts into ArangoDB with Node.js

Nothing performs faster than arangoimport and arangorestore for bulk loading or massive inserts into ArangoDB. However, if you need to do additional processing on each row inserted, this blog will help with that type of functionality. If the data source is a streaming solution (such as Kafka, Spark, Flink, etc), where there is a need…

More Info

Steps to reduce ArangoDB’s resource footprint

This is an update of the 2016 blog post How to put ArangoDB to Spartan-Mode. A lot of things have changed in the last years. We moved our API implementation from JavaScript to C++. ArangoDB now has a new (default) storage engine, namely RocksDB instead of MMFiles. RocksDB is a great storage engine. However, it…

More Info