ArangoDB v3.5.0 Documentation

    New and eager to try out ArangoDB? Start right away with our beginner’s guide:

    • This manual describes ArangoDB and its features in detail for you as a user,developer and administrator.
    • The AQL handbook explains ArangoDB’s query language AQL.
    • The describes the internal API of ArangoDBthat is used to communicate with clients. In general, the HTTP handbook will beof interest to driver developers. If you use any of the existing drivers forthe language of your choice, you can skip this handbook.
    • Our Cookbook with recipes for specific problems andsolutions.
    • The includes the documentation of theavailable official ArangoDB drivers and integrations, and an overview of the communitydrivers.Features are illustrated with interactive usage examples; you can cut’n’paste theminto arangosh to try them out. The HTTP for driver developers is demonstrated with cut’n’pasterecipes intended to be used with the cURL. Drivers may providetheir own examples based on these .js based examples to improve understandabilityfor their respective users, i.e. for the some of the samples are re-implemented.

    ArangoDB is a native multi-model, open-source database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions. Use ACID transactions if you require them. Scale horizontally and vertically with a few mouse clicks.

    • installing ArangoDB on a cluster is as easy as installing an app on your mobile
    • (AQL) to retrieve and modify data
    • Use ArangoDB as an application server and fuse your application and database together for maximal throughput
    • : run queries on multiple documents or collections with optional transactional consistency and isolation
    • Replication and Sharding: set up the database in a master-slave configuration or spread bigger datasets across multiple servers
    • Configurable durability: let the application decide if it needs more durability or more performance
    • No-nonsense storage: ArangoDB uses all of the power of modern storage hardware, like SSD and large caches
    • JavaScript for all: no language zoo, you can use one language from your browser to your back-end
    • ArangoDB can be easily deployed as a , which can serve as the animal brain of distributed appliances
    • It is open source (Apache License 2.0)

    If you have questions regarding ArangoDB, Foxx, drivers, or this documentation don’t hesitate to contact us on:

    • Google Groups for discussions about ArangoDB in general or to announce your new Foxx App
    • for questions about AQL, usage scenarios etc.
    • the environment you run ArangoDB in

    • the ArangoDB version you use
    • whether you’re using Foxx
    • the client you’re using
    • which parts of the documentation you’re working with (link)
    • what you expect to happen