New ArangoDB Documentation Released: Explore Now!
Dear ArangoDB users, we are proud to announce our new manual for ArangoDB. It is a complete overhaul, with huge changes and improvements, which became necessary because the old manual grew so fast and was edited by so many people, that it became inconsistent. We would appreciate if you could give us feedback. Either by writing comments in the google groups or by opening issues in the GitHub repository.
You can find our new manual here.
Changes highlights:
- Everything in one place: user manual, developers manual and adminstrators manual
- Completely new, consistent and themable design
- Improved navigation through sidebar
- Powerful search function
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 a chance of having a collection name clash when using one ArangoDB server for multiple applications. For example, running multiple applications inside the same ArangoDB server did not work if all applications created their own
users collections. Workarounds, such as prefixing collection names, were required to make older ArangoDB versions play nicely with multiple applications. With ArangoDB 1.4, multiple databases are supported natively. Workarounds such as prefixing collection names with application names, can go away now.
(more…)Useful ArangoSH Tips and Tricks | ArangoDB 2012
arangosh, The ArangoDB shell, provides some options that may simplify an ArangoDB user’s life. Some of these options have been added in version 1.1.2, and some options have been around for a while but are probably still less known. It’s time to showcase them.
(more…)
- « Previous
- 1
- 2
- 3
Get the latest tutorials,
blog posts and news:
Thanks for subscribing! Please check your email for further instructions.