1
0
Fork 0
arangodb/Documentation/Books/Manual
jsteemann 3bb8367ff4 removed one known issue that was fixed in the meantime 2017-06-08 22:16:00 +02:00
..
Administration Added docs about encryption feature (#2500) 2017-06-08 08:52:17 +02:00
Appendix Docs: Fix link between Manual and AQL book 2017-05-08 14:14:38 +02:00
Architecture rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
Auditing rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
DataModeling also mention that this is not available in sharded collections. 2017-06-08 16:43:40 +02:00
Deployment Updated docs to starter 0.7.0 2017-05-11 11:08:48 +02:00
Foxx fix documentation 2017-05-18 12:22:53 +02:00
GettingStarted Docs: Call to Action hints added 2017-06-06 18:43:43 +02:00
Graphs Reverted API name change on _getConnectingEdges 2017-06-07 11:13:52 +02:00
Indexing Update Geo.md 2017-05-23 12:01:29 +02:00
ReleaseNotes removed one known issue that was fixed in the meantime 2017-06-08 22:16:00 +02:00
Scalability rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
StorageEngines fixed some small typos 2017-05-15 09:09:33 +02:00
Transactions updated documentation 2017-05-31 11:33:57 +02:00
Troubleshooting rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
styles Docs: footer class name changed by plugin, copy in build process 2017-05-16 11:23:21 +02:00
FOOTER.html Add footer to docs, unify slogan 2017-05-12 10:19:37 +02:00
HEADER.html Docs: Gitbook 3 upgrade 2016-12-08 01:34:54 +01:00
README.md Add footer to docs, unify slogan 2017-05-12 10:19:37 +02:00
SUMMARY.md Added docs about encryption feature (#2500) 2017-06-08 08:52:17 +02:00
book.json Add footer to docs, unify slogan 2017-05-12 10:19:37 +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 %}

The documentation is organized in four 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.

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 recepies intended to be used with the cURL. Drivers may provide their own examples based on these .js based examples to improve understandeability for their respective users, i.e. for the java driver some of the samples are re-implemented.

Overview

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.