1
0
Fork 0
arangodb/Documentation/Books/Manual
Jan f4b99bb5ed
Bug fix/meierloch (#5895)
2018-07-17 11:39:50 +02:00
..
Administration finalize `--rocksdb.sync-interval` feature (#5856) 2018-07-17 11:09:57 +02:00
Appendix Feature/misc spelling corrections (#5164) 2018-07-13 13:06:20 +02:00
Architecture Doc - fix planning issue 2623 (#5725) 2018-07-04 18:16:56 +02:00
DataModeling Feature/misc spelling corrections (#5164) 2018-07-13 13:06:20 +02:00
Deployment Doc - sync from external repos (#5889) 2018-07-16 18:59:44 +02:00
Foxx Doc - Dangling interbook checker [New] (#5735) 2018-06-30 13:23:02 +02:00
GettingStarted Doc - do not wrap links in Markdown, unclutter page ToC (#5820) 2018-07-11 19:34:38 +02:00
Graphs Doc - added EE note (#5784) 2018-07-05 16:18:57 +02:00
Indexing Bug fix/meierloch (#5895) 2018-07-17 11:39:50 +02:00
Installation Doc - Upgrade & Deployment Refactor (#4750) 2018-06-30 11:11:56 +02:00
Monitoring Doc - New pages: "Starter Architecture" & "Securing Starter Deployments" + Sync from external repos (#5666) 2018-06-28 17:14:56 +02:00
Programs Doc - sync from external repos (#5889) 2018-07-16 18:59:44 +02:00
ReleaseNotes updated changes 2018-07-16 22:12:38 +02:00
Scalability Doc - sync from external repos (#5889) 2018-07-16 18:59:44 +02:00
Security Doc - sync from external repos (#5889) 2018-07-16 18:59:44 +02:00
Transactions fix https://github.com/arangodb/arangojs/issues/508 (#4664) 2018-02-27 14:54:51 +01:00
Troubleshooting Doc - New pages: "Starter Architecture" & "Securing Starter Deployments" + Sync from external repos (#5666) 2018-06-28 17:14:56 +02:00
Tutorials Doc - sync from external repos (#5889) 2018-07-16 18:59:44 +02:00
Upgrading Doc - sync from external repos (#5889) 2018-07-16 18:59:44 +02:00
Views/ArangoSearch Feature/misc spelling corrections (#5164) 2018-07-13 13:06:20 +02:00
styles Doc - Add example anchors (#5752) 2018-07-06 16:19:36 +02:00
FOOTER.html Add footer to docs, unify slogan 2017-05-12 10:19:37 +02:00
Highlights.md Doc - Upgrade & Deployment Refactor (#4750) 2018-06-30 11:11:56 +02:00
README.md Doc - add driver link in the Manual readme.md (#5829) 2018-07-10 19:05:59 +02:00
SUMMARY.md Doc - Starter Recovery Procedure + external sync (#5853) 2018-07-12 14:55:33 +02:00
book.json Doc - Add version to Gitbook configs + fix (#5701) 2018-06-27 20:56:57 +02:00

README.md

ArangoDB VERSION_NUMBER Documentation

Welcome to the ArangoDB documentation!

{% hint 'info' %} New and eager to try out ArangoDB? Start right away with our beginner's guide: Getting Started {% endhint %}

Structure

The documentation is organized in five handbooks:

  • 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 HTTP handbook describes the internal API of ArangoDB that is used to communicate with clients. In general, the HTTP handbook will be of interest to driver developers. If you use any of the existing drivers for the language of your choice, you can skip this handbook.
  • Our Cookbook with recipes for specific problems and solutions.
  • The Driver handbook includes the documentation of the available official ArangoDB drivers and integrations, and an overview of the community drivers.

Features are illustrated with interactive usage examples; you can cut'n'paste them into arangosh to try them out. The HTTP REST-API for driver developers is demonstrated with cut'n'paste recipes intended to be used with the cURL. Drivers may provide their own examples based on these .js based examples to improve understandability for their respective users, i.e. for the java driver some of the samples are re-implemented.

Key Features

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.

Key features include:

  • installing ArangoDB on a cluster is as easy as installing an app on your mobile
  • Flexible data modeling: model your data as combination of key-value pairs, documents or graphs - perfect for social relations
  • Powerful query language (AQL) to retrieve and modify data
  • Use ArangoDB as an application server and fuse your application and database together for maximal throughput
  • Transactions: 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 fault-tolerant distributed state machine, which can serve as the animal brain of distributed appliances
  • It is open source (Apache License 2.0)

Community

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

When reporting issues, please describe:

  • 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
  • what is actually happening

We will respond as soon as possible.