First Beta of ArangoDB 2.3: Explore New Features | ArangoDB Blog
This version is deprecated. Download the new version of ArangoDB We are proud to present ArangoDB 2.3. The first beta version is now available for download from our web-site or you can use “brew install –unstable arangodb” under Mac OS X. You can also look into the nightly documentation for more information. Please note that…
FullStack London
I recently had the chance to visit FullStack London, a well organized conference. Thanks a lot to Skills Matter. FullStack was opened by Douglas Crockford about “The Better Parts” of ES6. I cannot wait to start using them. Douglas was followed by Isaac Schlueter talking about open source in companies. Although this talk was not…
Set Up Bash Completion for ArangoDB: Step-by-Step Guide
I was interested in how bash auto-completion works and how to write a custom completer. After about an hour of work, I came up with a solution that at least seems to work on Ubuntu. I now have auto-completion for ArangoDB and all its client tools! The problem I use the command-line for almost everything,…
ArangoDB 2.2.6 Release: Enhancements & Bug Fixes
This version is deprecated. Download the new version of ArangoDB A maintenance release for ArangoDB 2.2 is available from the usual channels. v2.2.6 (2014-10-20) * fixed issue #972: Compilation Issue * fixed issue #743: temporary directories are now unique and one can read off the tool that created them, if empty, they are removed atexit…
Compile ArangoDB Source: Step-by-Step Guide | ArangoDB Blog
Though we provide a lot of pre-built packages for the stable versions of ArangoDB here, it is often more interesting to play with the bleeding edge development version. New ArangoDB features are normally added to the devel branch, where they can be tested, documented and improved. When a feature matures, it is either backported to…
Handling Binary Data in Foxx: ArangoDB Tutorial
Handling binary data in JavaScript applications is a bit tricky because JavaScript does not provide a data type for binary data. This post explains how to use binary data in JavaScript actions written using ArangoDB’s Foxx. String vs. binary data Internally, JavaScript strings are sequences of 16 bit integer values. Furthermore, the ECMAScript standard requires…
ArangoDB 2.2.5 Release: Enhancements & Bug Fixes
This version is deprecated. Download the new version of ArangoDB A maintenance release for ArangoDB 2.2 is available from the usual channels. v2.2.5 (2014-10-09) ——————- * fixed issue #961: allow non-JSON values in undocument request bodies * fixed issue 1028: libicu is now statically linked * fixed cached lookups of collections on the server, which…
ArangoDB 2.2.4 Release: Enhancements & Bug Fixes
This version is deprecated. Download the new version of ArangoDB A maintenance release for ArangoDB 2.2 is available from the usual channels. v2.2.4 (2014-10-01) ——————- * fixed accessing `_from` and `_to` attributes in `collection.byExample` and `collection.firstExample` These internal attributes were not handled properly in the mentioned functions, so searching for them did…
ArangoDB 2.2.3 Release: Enhancements & Bug Fixes
This version is deprecated. Download the new version of ArangoDB A maintenance release for ArangoDB 2.2 is available from the usual channels. v2.2.3 (2014-09-02) ——————- * added `around` for Foxx controller * added `type` option for HTTP API `GET /_api/document?collection=…` This allows controlling the type of results to be returned. By default, paths to documents…
Lucas Michael at FrOSCon: ArangoDB Community Event
Like every year, the ArangoDB team visited the FrOSCon. FrOSCon is the yearly Free and Open Source conference in St. Augustin, a small city near Cologne where the ArangoDB headquarters are. This year two talks were given by us, one by Michael and one by me, Lucas. Michael gave a talk about “Multi-Model NoSQL Databases”…