1
0
Fork 0
arangodb/Documentation/Books/Users
Alan Plum 584dfdbb5d Upgrade info for queues. 2015-06-09 13:56:10 +02:00
..
AdministratingArango
Aql Merge branch 'devel' of github.com:/arangodb/arangodb into devel 2015-06-09 11:57:35 +02:00
AqlExamples Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
AqlExtending
ArangoActions
Arangodump Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
Arangoimp Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
Arangorestore Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
Arangosh
Blueprint-Graphs Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
Collections Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
ConfigureArango Fixed a few spelling errors in the documentation 2015-06-03 14:01:19 +02:00
Databases
DatafileDebugger
Documents Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
Edges Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
ErrorCodes
FirstSteps
Foxx fixed grammar 2015-06-05 12:46:30 +02:00
General-Graphs Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
GeneralHttp
Glossary
HttpAdministrationAndMonitoring
HttpApi
HttpAqlQuery
HttpAqlQueryCursor
HttpAqlUserFunctions
HttpAsyncResultsManagement Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
HttpBatchRequest Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
HttpBulkImports Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
HttpCollection Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
HttpDatabase Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
HttpDocument Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
HttpEdge Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
HttpEndpoints
HttpExport
HttpGharial Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
HttpGraphs Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
HttpIndexes Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
HttpMiscellaneousFunctions
HttpReplications
HttpShardingInterface
HttpSimpleQuery
HttpTasks
HttpTransaction
HttpTraversal Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
HttpUserManagement
IndexHandling Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
Installing documented option `--enable-tcmalloc` 2015-06-03 14:57:10 +02:00
ModuleActions
ModuleConsole
ModuleFs
ModuleGraph Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
ModuleJavaScript
ModulePlanner
ModuleProcess
ModuleQueries
ModuleRequest
ModuleTasks Fixed #1236. Updated the documentation for registerTask 2015-06-01 16:02:50 +02:00
ModuleWal
NamingConventions
NewFeatures More changes. 2015-06-09 13:32:00 +02:00
Replication
Sharding Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
SimpleQueries Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
Transactions
Traversals Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
Upgrading Upgrade info for queues. 2015-06-09 13:56:10 +02:00
UsingJsUnity
WebInterface Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
WriteAheadLog
styles Changed path of images in the documentation header 2015-06-09 10:38:08 +02:00
README.mdpp fixed grammar 2015-06-05 12:46:30 +02:00
SUMMARY.md Readded Foxx Vendor Apps to documentation. 2015-06-08 15:21:11 +02:00
book.json Added new header to the Documentation 2015-06-08 18:06:08 +02:00

README.mdpp

!BOOK ArangoDB 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. 

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 modelling**: 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 Licence 2.0)

In this documentation you can inform yourself about all the functions, features and programs ArangoDB provides for you.

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 any questions don't hesitate to ask on:

- [github](https://github.com/arangodb/arangodb/issues)
- [google groups](https://groups.google.com/forum/?hl=de#!forum/arangodb)
- [stackoverflow](http://stackoverflow.com/questions/tagged/arangodb)

We will respond as soon as possible.