ArangoDB Included in DBTA 100: The Companies That Matter Most in Data
This has been a really momentous year so far for us, filled with a lot of accomplishments we’re pretty excited about. We recently added another one to the books: being named to Database Trends and Applications magazine’s “DBTA 100: The Companies That Matter Most in Data” list. Read more
ArangoDB 3.5 RC3: SmartJoins & Index Hints Boost Performance
Ready for some hot new stuff? 🙂
Today we can share Release Candidate 3 of ArangoDB 3.5 with you and have a world premier up our sleeves.
ArangoDB 3.5 RC2: Data Masking & Time-to-Live Index
Coding is finished. Tests are green. Today, we can share the second release candidate for ArangoDB 3.5.
Get the full Community Edition or the Enterprise Edition.
With this release candidate we want to highlight the next two features of the upcoming release. Data Masking and Time-To-Live indices (TTL) can come in very handy for developers when it comes to compliance with data privacy regulations like GDPR or the upcoming Consumer Privacy Act of California. Read more
ArangoDB 3.5 RC1: Graph Database Improvements
After a lot of planning, coding and testing we can finally share the first Release Candidate of ArangoDB 3.5 with you today. You can get it on our Technical Preview Download page: Community & Enterprise.
With this RC, we want to highlight two new features for all graph database enthusiasts: the new PRUNE Keyword & k Shortest Path Feature. As always, please note Release Candidates are for testing purposes only and should not be used in production. Please see limitations of RC1 at the bottom of the page! Read more
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. Read more
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 (HIPAA) is a law passed in 1996 by US Congress that sets standards and protocols for the protection of patient data in the healthcare industry.
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 deployment very easy with the ArangoDB Starter or the Kubernetes Operator but… you know, having not even to think about it is even better 🙂 Read more
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 also trades memory for speed. If you start with the default configuration you might end up with using much more memory for ArangoDB than expected. Read more
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 community. Vivek, Suraj and team – it is an absolute pleasure teaming up with you! Getting the chance to learn from the leaders guiding TIBCO to its remarkable success is an absolute privilege. Read more
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 SORT
LIMIT
Get the latest tutorials,
blog posts and news:
Thanks for subscribing! Please check your email for further instructions.