What Makes ArangoDB a Graph Database?
When looking for a solution for your project, it is important to understand what makes each technology unique, what sets it apart. With ArangoDB that is its native multi-model approach including full graph database capabilities and I am going to explain the fundamental pieces of what that means.
Building HIPAA Compliant Applications With ArangoDB
Protecting personal data is already quite high on (hopefully) all priority lists. Protecting personal healthcare information is even more important. If you are a company or organization in the health services industry and you work with personal patient data, then you have most probably heard about HIPAA compliance. The Health Insurance Portability and Accountability Act…
Early Bird Sign-up Open for ArangoDB Managed Service
ArangoDB already had quite some nice announcements this year… so we thought we should stick with it. Today, we are pleased to announce the managed service for ArangoDB, and with it, early sign-ups are open. Many asked us for a service that would relieve you from hosting, managing and monitoring ArangoDB deployments. We already made…
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…
ArangoDB Receives Series A Funding Led by Bow Capital
Phew, it’s been quite a ride, but today the whole team is super excited to announce a $10 million Series A funding for ArangoDB, our native multi-model database. We feel honored and frankly a bit proud that Bow Capital is leading this investment round and shows their trust in our product, team, and amazing…
Sort-Limit Optimization in AQL
Sometimes we want sorted output from a query and, for whatever reason, cannot use an index to do the sorting. In ArangoDB, we already cover this critical case with finely tuned query execution code. Sometimes though, we do not need to return all output, and follow our SORT clause with a LIMIT. In ArangoDB 3.4 and earlier, we…
Building a Mini Database Cluster for Fun – LEGO Edition
ArangoDB is a native multi-model database that could be deployed as a single database, in active failover mode or as a full blown database cluster in the cloud. To try things out I can even run a cluster on my local development machine. Well, yes… but I wanted to be more real, 24×7, with the…
ArangoDB 3.4: Enhancements in RocksDB Storage Engine
With ArangoDB 3.4 we finally made the RocksDB storage engine the default. This decision was made after a year of constant improvements to the engine to make it suitable for all our customer’s use cases.
Sharding: freedom, when you need it least?
“I must have a prodigious amount of mind; it takes me as much as a week, sometimes, to make it up!” ― Mark Twain How many shards should one choose, when creating collections in ArangoDB clusters? TLDR: Don’t be too shy with sharding your data in many shards across your cluster. Be mindful however that…
Run multiple versions of ArangoDB in parallel using the .tar.gz distribution
This post uses the new `.tar.gz` binary distribution of ArangoDB to run multiple versions of ArangoDB alongside each other on the same machines. We will do a production-ready deployment on 3 cloud instances with authentication, TLS encryption, (self-signed) certificates and `systemd` service. In the end, we show how to perform a rolling upgrade for one…
Get the latest tutorials, blog posts and news: