Documentation Review & Roadmap: ArangoDB Updates
We want to present you our growing documentation. A few weeks ago we published the new documentation with a completely new look and a far better structure than before. Since than we fixed some small issues and rewrote some of the sections. In addition you can fold the code examples for a better overview. Now…
ArangoDB 2.2.2 Release: Enhancements & Bug Fixes
This version is deprecated. Download the new version of ArangoDB A maintenance release of ArangoDB 2.2 is available via the package manager or from our download page. v2.2.2 (2014-08-08) allow storing non-reserved attribute names starting with an underscore Previous versions of ArangoDB parsed away all attribute names that started with an underscore (e.g. `_test`, `_foo`,…
ArangoDB 2.2.1 Release: Enhancements & Bug Fixes
This version is deprecated. Download the new version of ArangoDB A maintenance release for ArangoDB 2.2 is available. It will fix the performance problems encountered with the new graph module plus v2.2.1 (2014-07-24) fixed issue with –check-version: when creating a new database the check failed issue #947 Foxx applicationContext missing some properties added startup option…
New feature: Multi Collection Graphs
This version is deprecated. Download the new version of ArangoDB With the 2.2 release we proudly announce that we now offer the feature of multi collection graphs. This allows you to group an arbitrary set of ArangoDB collections into one graph. In order to do this grouping you execute the following steps in arangosh or…
ArangoDB 2.2.0 Released: Explore New Features & Enhancements
This version is deprecated. Download the new version of ArangoDB We are happy to announce the release of 2.2.0. All the open issue mentioned in the beta release are now fixed. Features and Improvements The following list shows in detail which features have been added or improved in ArangoDB 2.2. ArangoDB 2.2 also contains several…
Modifying AQL
ArangoDB comes with a powerful query language, called AQL. It combines all the different aspects in any easy-to-use query language. You can use joins as in SQL or graph queries as in Cypher. However, up to now it only supported read-queries. FOR u IN users FOR c IN cities FILTER u.zip == c.zip RETURN {…
Hate OpenSSL? Get Started with LibreSSL | ArangoDB Blog
ArangoDB has an HTTP interface to talk to its clients. Sometimes people want to secure this connection and use SSL or TLS instead. That is where we are using OpenSSL. It provides all the methods to implemented HTTPS on top of an HTTP server. It worked well and the corresponding code is only some 300…
ArangoDB 2.2.0 Beta: Try Out Exciting New Features!
This version is deprecated. Download the new version of ArangoDB We are proud to announce the beta release of ArangoDB 2.2. It is a major step forward, improving the usability of AQL and graphs a lot. As always, a lot of small improvements are incorporated into your favourite NoSQL database – we will list them…
ArangoDB 2.1.2 & 2.0.9 Releases: Enhancements & Bug Fixes
This version is deprecated. Download the new version of ArangoDB New maintenance releases of ArangoDB are available from our download page or via your favourite package manager. ArangoDB 2.1.2 v2.1.2 (2014-06-15) fixed check-version for empty directory moved try/catch block to the top of routing chain ArangoDB 2.0.9 v2.0.9 (2014-06-06) fixed issue #883: arango 2.1 –…
New ArangoDB Documentation Released: Explore Now!
Dear ArangoDB users, we are proud to announce our new manual for ArangoDB. It is a complete overhaul, with huge changes and improvements, which became necessary because the old manual grew so fast and was edited by so many people, that it became inconsistent. We would appreciate if you could give us feedback. Either by…