This version is deprecated. Download the new version of ArangoDB
We are proud to announce that version 1.4.0 of ArangoDB has been released. The release is available for download here: http://www.arangodb.com/download Thanks to all contributors and testers for your enormous help!
Features This release is a major milestone for us, because it contains two of the most wanted features:
- replication
- multi-database support It also comes with:
- Foxx, a lightweight framework for building APIs and applications, see http://www.arangodb.com/manuals/current/UserManualFoxx.html
- a new and much improved admin web interface, including an intuitive graph browser, see http://www.arangodb.com/manuals/current/NewFeatures14.html#NewFeatures14WebInterface
- full swagger API documentation, allowing you to easily test and play with the server API using a browser
- an easy to use import/export tool, see http://www.arangodb.com/manuals/current/NewFeatures14.html#NewFeatures14DumpReload
- an asynchronous request API (can be used for “fire-and-forget” requests and decrease client waiting time)
- and several other improvments The complete list of new features can be found here:
http://www.arangodb.com/manuals/current/NewFeatures14.html
Installing / Upgrading We have used the openSUSE Build System to generate RPMs and DEBs for the most popular distributions. But ArangoDB should compile on almost any Linux system. We even got it up and running on a Raspberry PI. MacOSX and Windows versions are available, too. If you are upgrading from an older version, please read the Upgrade documentation. The database directory must be migrated then. That is an easy task, just follow the documentation. The Upgrade notes are available at:
http://www.arangodb.com/manuals/current/Upgrading14.html