Skip to content
Wilfried Goesgens edited this page Aug 5, 2016 · 150 revisions

ArangoDB

The HTML and PDF versions of the manual can be found here.

ArangoDB is a universal open-source database with a flexible data model for documents, graphs, and key-values. You can easily build high performance applications using a convenient sql-like query language or extend it in JavaScript. It focuses on durability of the data taking advantage of new technologies like SSD, support for graph and geo algorithms needed in social networks, ease of use for the developer and minimal effort to operate for the administrator.

The ArangoDB package consists of a server and a separate shell, which allows you to administrate the server. ArangoDB contains RESTfull client API (or sometimes called drivers) for various languages including the Big-P (PHP, Python, Perl) and Javascript / NodeJS.

Please contact us if you have any questions.

API wrappers aka Drivers

Wrappers for ArangoDBs APIs are available for different programming languages/frameworks. See https://www.arangodb.com/arangodb-drivers/.

Stay in Contact

Frank is twittering for the project on Twitter using @fceller. We've also a "generic" twitter account mainly for announcements called @arangodb You can also subscribe to a low traffic announcement list on the connect page.

Clone this wiki locally