ArangoDB 2.3.3
A maintenance release for ArangoDB 2.3 is available for download or via your favourite package manager. v2.3.3 (2014-12-17) ------------------- * fixed error handling in instanciation of distributed...
View ArticleBulk inserts in MongoDB, CouchDB, and ArangoDB (Dec. 2014)
More than two years ago, we compared the bulk insert performance of ArangoDB, CouchDB and MongoDB in a blog post. The original blog post dates back to the times of ArangoDB 1.1-alpha. We have been...
View ArticleGetting started with Guacamole on Rails
Using ArangoDB as your main database is a good idea for various reasons. What I personally like about it is its query language AQL. I used relational databases in the past as my main database and...
View ArticleWeekly Newsletter, December 18, 2014
ArangoDB Releases We released ArangoDB 2.3.3 – a maintenance release with some bug fixes. Here are some of the fixes: fixed error handling in instantiation of distributed AQL queries issue #1185: parse...
View ArticleArangoDB Christmas Release
Need a last minute Christmas toy. Why not try out Javascript ES6? Or maybe play with the Foxx generator to easily generate API? Our Foxx has been very busy the last day. We are proud to release the...
View ArticleCrawling GITHUB with Promises
The new Javascript driver no longer imposes any promises implementation. It follows the standard callback pattern with a callback using err and res. I wanted to give the new driver a try. A github...
View ArticleSending Mails from Foxx in the background via SendGrid
ArangoDB Foxx allows defining job queues that let you perform slow or expensive actions asynchronously. These queues can be used to send emails, call external APIs or perform other actions that you do...
View ArticleWeekly Newsletter, January 8, 2015
The ArangoDB team is back from holidays, wishing you and your families a happy New Year 2015. This year will become a good one for multi-model databases – like ArangoDB – according to analysts, quoted...
View ArticleWeekly Newsletter, January 15, 2015
ArangoDB Releases Today we released ArangoDB 2.4. You can find a full list of changes in our change-log. Here are some of the changes: We have upgraded our V8 version FoxxGenerator – A framework for...
View ArticleArangoDB 2.4: EcmaScript 6, AQL Speedup and Hypermedia API Builder
We are proud to announce the release of Version 2.4 of our multi-model database ArangoDB. It’s ready for download now and available for all major platforms. This release is a major step forward. Use...
View ArticleReturning results from modifying AQL operations (V 2.4)
ArangoDB provides many options for finding and modifying data. Though there are several more specialized operation, data-modification AQL queries are the most general solution in ArangoDB. They allow...
View ArticleArangoDB 2.3.5 | maintenance release
A new maintenance release for the 2.3 branch of ArangoDB is available. Changes in v2.3.5 (2015-01-16) fixed intermittent 404 errors in Foxx apps after mounting or unmounting apps fixed issue #1200:...
View ArticleArangoDB 2.4.1
A maintenance release for ArangoDB 2.4.1 is available for download or via your favourite package manager. v2.4.1 (2015-01-19) improved WAL recovery output fixed certain OR optimizations in AQL...
View ArticleWeekly Newsletter, January 22, 2015
ArangoDB Releases A maintenance release of ArangoDB 2.4.1 is available. You can find a full list of changes in our change-log. Here are some of the changes: Fixed certain OR optimizations in AQL...
View ArticleExplaining AQL queries the fancier way
I have been looking at many AQL queries during the last few weeks… Looking back, I can say that the JSON query execution plans provided by the explain() method have provided me with a lot of useful...
View ArticleBuilding a self-learning game with ArangoDB, io.js & AngularJS in half a day.
With the ArangoDB Foxx Microservice Framework we’ve introduced an easy way to create a Web API right on top of the NoSQL database. In early January Max challenged Andreas (AngularJS / NodeJS) that they...
View ArticleWeekly Newsletter, January 29, 2015
Announcement We have moved the ArangoDB github repository from triAGENS/ArangoDB to arangodb/arangodb. Please have that in mind when working with the repository. For a certain amount of time the old...
View ArticleNew Foxx debugging preview
We are working hard to improve usability and simplify the usage of Foxx which will be shipped with version 2.5. of ArangoDB. We have learned from the past and collected a lot of feedback, thanks to all...
View ArticleOur new address on Github
We have moved our ArangoDB Github repository from triAGENS to arangodb. The database: triAGENS/ArangoDB –> arangodb/arangodb We’ve also moved: arangodb-php –> arangodb/arangodb-php...
View ArticleUsing Custom Visitors in AQL Graph Traversals
Jan blogged about some recent extensions for the AQL graph traversal functionality in ArangoDB. These extensions allow invoking user-defined JavaScript code for filtering and results generation in AQL...
View Article