ArangoDB & Symfony Integration: Part 2 | ArangoDB ’13
This is part 2 (of 4) of an introduction to the use of ArangoDB together with Symfony 2. You’ll find the links to the other parts of this tutorial at the end of this text. You can download the completed demo at Github. The data structure Our app deals with movies: each movie has a…
ArangoDB & Symfony Integration: Part 3 Guide | ArangoDB ’13
This is part 3 (of 4) of an introduction to the use of ArangoDB together with Symfony 2. You’ll find the links to the other parts of this tutorial at the end of this text. You can download the completed demo at Github. Working with forms The next example shows the use of ArangoDB with…
ArangoDB & Symfony Integration: Part 4 Guide | ArangoDB ’13
This is part 4 (of 4) of an introduction to the use of ArangoDB together with Symfony 2. You’ll find the links to the other parts of this tutorial at the end of this text. You can download the completed demo at Github. Extending Arangodb\Document The next thing we want to improve are all those…
API Implementors Gathering: ArangoDB 2013
Dear API Implementors, We want to make it simpler for you to keep up with the development of ArangoDB. We therefore created a dedicated place for all API implementors. If you are implementing a Driver, ODM or database access tool for ArangoDB, this is the right place for you. In addition to sharing information about…
CoffeeScript in ArangoDB: Feature Preview | ArangoDB 2013
In my blog post about npm packages, I tried to use underscore for ArangoDB. I found that the easiest way to archive this, is using the nodes package manager NPM. Node packages and modules follow the Common.JS specification, so they can be used by ArangoDB. Why not try to use the package coffee-script as well?…
ArangoDB 1.2.0 Released: What’s New? | ArangoDB 2013
We are proud to announce the release of ArangoDB 1.2.0. You can find an overview of the new features in these blog posts: New Features in ArangoDB 1.2 Simplifications in ArangoDB 1.2 API changes in ArangoDB 1.2 If you are upgrading your database from 1.1, please carefully read Upgrading to ArangoDB 1.2 The source code…
Using NPM Packages for ArangoDB: Enhance Functionality | 2013
ArangoDB follows the Common.JS specification for modules. However, it would be very convenient, if there was an easy way to install a package like “underscore.js”. These package are, for instance, available using NPM. There is a draft for packages on Common.JS which seems to be compatible with NPM. NPM has a neat way of dealing…
ArangoDB 1.2: Simplifications Overview | ArangoDB 2013
The upcoming 1.2 version of ArangoDB will provide several improvements and fixes. Apart from the additional features the new version provides, the following changes might also be very interesting for users and driver maintainers:
ArangoDB 1.2: Explore New Features | ArangoDB 2013
We have just released beta2 of ArangoDB 1.2. It is available for download here. For everyone interested in trying the new version, here’s a quick overview of its major new features & changes:
ArangoDB 1.2 API Changes: What You Need to Know | 2013
Apart from introducing several new features, the upcoming 1.2 version of ArangoDB will change a few of the existing REST API return values. The API changes were necessary to make the ArangoDB’s APIs easier to use, more robust and portable. We hope that the following list provides 3rd party client & driver maintainers with enough…