ArangoDB at RubyConf 2013: Insights and Presentations

RubyConf is a yearly conference in the USA with people coming from all over the world to discuss about Ruby, Rails and related topics. Every year a different city hosts this conference – this year the conference took place in sunny Miami Beach. This year Dirk Breuer – the other main developer behind Guacamole –…

Read More...

ArangoDB Goes to Barcelona | NoSQL Matters 2013 Event

The ArangoDB team traveled to Barcelona for the “NoSQL matters” – weekend. Day one was packed with a lot of NoSQL-trainings and Jan introduced the NoSQL landscape by explaining how to model your data in a non-relational world. Following the wish of many participants Jan had to repeat the morning session about the new and…

Read More...

Graph Visualization Techniques | ArangoDB: Insights & Tutorials

Using ArangoDB as your graph database? you now have the opportunity to visualize your data graphically, using the “Graphs” tab in the admin interface. In this post i will explain you how to do this: New to multi-model and graphs? Check out our free ArangoDB Graph Course. Step 1) Configure the Interface At first you…

Read More...

Graph Visualization Screencast | ArangoDB: Advanced Techniques

In the latest version of ArangoDB (1.4) we have introduced a new tab in the Admin Interface: Graphs. You can use this tab to view and modify your graphs stored in ArangoDB. In this screencast you will get a short introduction on how to use the new system.

Read More...

ArangoDB Insert Performance Measurement: Techniques & Insights

Measuring ArangoDB insert performance ArangoDB offers a few APIs to insert documents. First, there is an HTTP API for bulk document imports. This API was already covered in another post. In general, the bulk import API should always be used when the task is to create many documents into a collection at once, as fast…

Read More...

ArangoDB 1.4: Introducing Multiple Databases Feature

This version is deprecated. Download the new version of ArangoDB ArangoDB 1.4 provides support for multiple databases, a feature often requested by our users. Motivation In the old days, ArangoDB provided the option to create multiple collections, but all collections were created on the same level. As there was no hierarchy of collections, there was…

Read More...

Elasticsearch Plugin: ArangoDB Integration | ArangoDB ’13

ArangoDB River Plugin for ElasticSearch ArangoDB offers now a plugin for automated data transfer from ArangoDB into ElasticSearch. If you want to benefit from ElasticSearch’s full text search capabilities for your ArangoDB document data, the easiest way to do so is to use this new plugin. Implementing the push approach, otherwise, would make it necessary…

Read More...

ArangoDB 1.4: Replication Feature Overview | ArangoDB ’13

ArangoDB 1.4 comes with asynchronous master-slave replication. The new replication feature should make it much easier to create a backup from a running ArangoDB server. For example, a second ArangoDB instance can now be used as a slave by cloning all data from the master. The slave will be populated in the background while the…

Read More...

ArangoDB 1.4.1 Available: Discover Enhancements | ArangoDB ’13

This version is deprecated. Download the new version of ArangoDB The bug-fix release 1.4.1 of ArangoDB is available for download. The fixed issues can be found in the changelog. It also fixes a problem with some of the build packages. The arangod daemon process was under some distributions started as root.

Read More...

ArangoDB 1.4.0 on Raspberry Pi: Database Power for Small Devices

This is a follow to the post about ArangoDB 1.3 running on Raspberry PI. With the release of ArangoDB 1.4.0 I now tried to compile it again. As all patches required for 1.3 are part of 1.4.0 it is now much easier. pi> sudo apt-get install libreadline6 libreadline6-dev libssl-dev pi> git clone -b v1.4.0 https://github.com/triAGENS/ArangoDB…

Read More...