1
0
Fork 0
arangodb/Documentation/Books/Manual
sleto-it bdeb6175a9
Doc - Updates kube doc (#5051)
2018-04-06 14:26:33 +02:00
..
Administration remove option `--cluster.my-local-info` (#4999) 2018-04-03 17:34:08 +02:00
Appendix Doc - Add some missing db and collection methods (#4901) 2018-03-27 17:22:43 +01:00
Architecture Doc - Fix doc build attempt 2 (#4744) 2018-03-02 15:02:42 +01:00
DataModeling Doc - fix query parse example (#4982) 2018-03-28 09:55:45 +01:00
Deployment Doc - Updates kube doc (#5051) 2018-04-06 14:26:33 +02:00
Foxx Warn about Foxx manifest names (#3899) 2018-01-05 14:49:05 +01:00
GettingStarted Doc - kube-arangodb docs integration (#5014) 2018-04-05 12:57:24 +02:00
Graphs Doc - Use relative links for cross references (#4904) 2018-03-27 17:29:19 +01:00
Indexing Doc - Adds toc plugin (#4577) 2018-02-13 19:04:32 +01:00
Installation Doc - Update MacOSX.md (#4873) 2018-03-16 10:49:40 +01:00
Monitoring Doc - ArangoSync doc integration (#4590) 2018-02-14 18:59:18 +01:00
Programs Doc - Fixes build 2 2018-04-05 14:20:28 +02:00
ReleaseNotes Enabling cache (#4880) 2018-04-03 14:18:57 +02:00
Scalability Doc - kube-arangodb docs integration (#5014) 2018-04-05 12:57:24 +02:00
Security Doc - ArangoSync doc integration (#4590) 2018-02-14 18:59:18 +01:00
Transactions fix https://github.com/arangodb/arangojs/issues/508 (#4664) 2018-02-27 14:54:51 +01:00
Troubleshooting Doc - fix link 2018-02-14 20:59:50 +01:00
Tutorials Doc - Updates kube doc (#5051) 2018-04-06 14:26:33 +02:00
Views Changes since last PR: remove 'dataPath' IResearchView configuration property and use a hardcoded path similar to a LogicalCollection (#4683) 2018-02-27 18:10:32 +01:00
styles Doc - Replication Refactor - Part 1 (#4555) 2018-02-28 12:23:19 +01:00
FOOTER.html Add footer to docs, unify slogan 2017-05-12 10:19:37 +02:00
Highlights.md Doc - Replication Refactor - Part 1 (#4555) 2018-02-28 12:23:19 +01:00
README.md Doc - Use relative links for cross references (#4904) 2018-03-27 17:29:19 +01:00
SUMMARY.md Doc - Fixes build (#5024) 2018-04-05 13:21:50 +02:00
book.json Doc - Replication Refactor - Part 1 (#4555) 2018-02-28 12:23:19 +01: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 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 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.