Weekly Newsletter – December 11, 2014 | ArangoDB Updates
ArangoDB Release
We released ArangoDB 2.3.2 with some bug fixes. You can find a full list of changes in our change-log. Here is a short extract:
- added AQL optimizer rule for removing INTO from a COLLECT statement if not needed
- fixed missing makeDirectory when fetching a Foxx application from a zip file
- fixed issue #1173: AQL Editor “Save current query” resets user password
ArangoDB related (Drivers & more)
- ArangoPy 0.5.3 (Python): Sascha Häusler has updated the Python driver so it is compatible with 2.3
- ansible-arangodb 1.0.0: Patrick Huber made an install helper, in this case Ansible-Galaxy. Ansible is an IT automation tool. It can configure systems, deploy software, and orchestrate more advanced IT tasks such as continuous deployments or zero downtime rolling updates
Documentation and Cookbook
- Joins in AQL: How to join documents from several collections. Thanks to Frank Celler
Questions on Stack Overflow
Answered:
- What are the user defined keys value restrictions
- ArangoDB cursor Timeout
- ArangoDB Synchronizing System Collections
Not answered yet:
- Troubles with ArangoDB graph viewer
Articles
- imasters.expert – ArangoDB: Documents, Key-value and Graphs on a Multi-purpose Database
- Building Hypermedia API’s – FoxxGenerator: The third and final blog post from Lucas about topic
Did you know?
You can easily set up your own ArangoDB Cluster. First of all you need to edit the config-file /etc/arangodb/arangod.conf
and change the lines
[cluster]
disable-dispatcher-kickstarter = yes
disable-dispatcher-frontend = yes
to
[cluster]
disable-dispatcher-kickstarter = no
disable-dispatcher-frontend = no
Now save and restart /etc/ini.d/arangodb restart
. Here you can find the rest of the instructions how to set up your cluster.
If you want to subscribe to the Newsletter, just fill in your email address:
[mc4wp_form]
Get the latest tutorials, blog posts and news: