1
0
Fork 0
arangodb/Documentation/Books/Manual
Jan Steemann 93f404b037 updated documentation 2016-06-03 17:24:12 +02:00
..
Administration updated documentation for arangodump 2016-06-03 13:58:30 +02:00
Appendix Workaround different relative link directories by removing a directory layer. 2016-05-31 21:21:00 +02:00
Architecture Rename Users documentation to Manual 2016-05-24 16:09:21 +02:00
DataModeling Documentation corrections (mostly AQL) 2016-05-24 18:46:02 +02:00
Deployment Change the heading. 2016-05-31 18:20:39 -06:00
Foxx More dangling link checks. 2016-05-31 19:13:00 +02:00
GettingStarted More dangling link checks. 2016-05-31 19:13:00 +02:00
Graphs Fix cross-links to cookbook 2016-05-30 21:14:15 +02:00
Indexing Rename Users documentation to Manual 2016-05-24 16:09:21 +02:00
ReleaseNotes updated documentation 2016-06-03 17:24:12 +02:00
Scalability Structure for cluster documentation. 2016-05-31 18:10:55 -06:00
Transactions Rename Users documentation to Manual 2016-05-24 16:09:21 +02:00
Troubleshooting Rename Users documentation to Manual 2016-05-24 16:09:21 +02:00
styles Updated and fixed docs header 2016-05-30 15:30:37 +02:00
HEADER.html Updated and fixed docs header 2016-05-30 15:30:37 +02:00
README.mdpp Rename Users documentation to Manual 2016-05-24 16:09:21 +02:00
SUMMARY.md Move deployment in front of administration. 2016-05-31 18:12:59 -06:00
book.json Properly reference that we need 2.6.7 without re-installing gitbook over and over. 2016-05-31 21:53:00 +02:00

README.mdpp

!BOOK ArangoDB VERSION_NUMBER Documentation

Welcome to the ArangoDB documentation!

The documentation introduces ArangoDB for you as a user, developer and administrator and describes all of its functions in detail. 

New and eager to try it out? Start right away with our beginner's guide: [Getting Started](GettingStarted/README.md)

ArangoDB is a 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:

* **Schema-free schemata** let you combine the space efficiency of MySQL with the performance power of NoSQL
* Use ArangoDB as an **application server** and fuse your application and database together for maximal throughput
* JavaScript for all: **no language zoo**, you can use one language from your browser to your back-end
* ArangoDB is **multi-threaded** - exploit the power of all your cores
* **Flexible data modeling**: model your data as combination of key-value pairs, documents or graphs - perfect for social relations
* Free **index choice**: use the correct index for your problem, be it a skip list or a fulltext search
* 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
* **Powerful query language** (AQL) to retrieve and modify data 
* **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
* It is **open source** (Apache License 2.0)

In this documentation you can inform yourself about all the functions, features and programs ArangoDB provides for you.
Features are illustrated with interactive usage examples; you can cut'n'paste them into [arangosh](Administration/Arangosh/README.md) to try them out.
The http REST-API is demonstrated with cut'n'paste recepies intended to be used with the [cURL](http://curl.haxx.se).
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](https://github.com/arangodb/arangodb-java-driver#learn-more) some of the samples are re-implemented.

You can also go to our [cookbook](https://docs.arangodb.com/cookbook) and look through some recipes to learn more about ArangoDB specific problems and solutions.

!SUBSECTION Community

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

- [GitHub](https://github.com/arangodb/arangodb/issues) for issues and misbehavior or [pull requests](https://www.arangodb.com/community/)
- [Google Groups](https://groups.google.com/forum/?hl=de#!forum/arangodb) for discussions about ArangoDB in general or to announce your new Foxx App
- [StackOverflow](http://stackoverflow.com/questions/tagged/arangodb) for questions about AQL, usage scenarios etc.
- [Slack](http://slack.arangodb.com), our community chat

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
- whats actually happening

We will respond as soon as possible.