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…
ArangoDB 2.1.1 Released: Enhancements & Bug Fixes
This version is deprecated. Download the new version of ArangoDB A maintenance release for ArangoDB 2.1 is available from your download page. v2.1.1 (2014-06-06) fixed random generation under MacOSX fixed issue #883: arango 2.1 – when starting multi-machine cluster, UI web does not change to cluster overview fixed dfdb: should not start any other V8…
ArangoDB 1.4.16 Released: Enhancements & Bug Fixes
This version is deprecated. Download the new version of ArangoDB Well, it is “release week”. If you have not yet switch to ArangoDB 2.x, we have a released a maintenance release for ArangoDB 1.4: v1.4.16 (2014-05-29)
ArangoDB 2.0.8 Released: Enhancements & Bug Fixes
This version is deprecated. Download the new version of ArangoDB For those of you, you have not yet switched to ArangoDB 2.1: A new maintenance release for ArangoDB 2.0 is available from the download-corner. v2.0.8 (2014-05-29) fixed too-busy iteration over skiplists Even when a skiplist query was restricted by a limit clause, the skiplist index…
ArangoDB 2.1.0 Released: New Features & Enhancements
This version is deprecated. Download the new version of ArangoDB Dear ArangoDB users, we are proud to announce the official release of ArangoDB 2.1. It is a major step forward containing a lot of improvements. If you are upgrading from ArangoDB 2.0, please read the upgrade notes carefully. Kind regards Frank