1
0
Fork 0
arangodb/Documentation/Books/Users
Jan Steemann d348f60e59 added AQL optimizer rule "move-calculations-down" 2015-01-22 20:36:38 +01:00
..
AdministratingArango
Aql added AQL optimizer rule "move-calculations-down" 2015-01-22 20:36:38 +01:00
AqlExamples the great rename: array => object, list => array 2014-12-18 22:33:23 +01:00
AqlExtending updated conventions documentation for AQL functions 2015-01-16 12:56:02 +01:00
ArangoActions removed documentation for removed methods 2015-01-15 23:06:04 +01:00
Arangodump reference arangorestore in arangodump 2014-12-01 15:11:31 +01:00
Arangoimp better diagnostics for arangoimp 2015-01-15 13:42:31 +01:00
Arangorestore
Arangosh added information about `%HOMEDRIVE%` and `%HOMEPATH%` 2015-01-21 15:49:00 +01:00
Blueprint-Graphs the great rename: array => object, list => array 2014-12-18 22:33:23 +01:00
Collections
ConfigureArango fixed syslog 2014-11-18 18:16:29 +01:00
Databases fix title: is -> list 2014-12-01 15:11:30 +01:00
DatafileDebugger
Documents fixed documentation 2015-01-22 13:36:01 +01:00
Edges fixed documentation 2015-01-22 13:36:01 +01:00
ErrorCodes
FirstSteps the great rename: array => object, list => array 2014-12-18 22:33:23 +01:00
Foxx Added link to the cookbook 2015-01-16 15:28:39 +01:00
FoxxBundledApps
FoxxManager Slightly more detailed explanation of 'foxx-manager fetch github' 2014-11-27 15:42:15 +01:00
General-Graphs
GeneralHttp the great rename: array => object, list => array 2014-12-18 22:33:23 +01:00
Glossary Update README.mdpp 2014-11-24 11:20:48 +01:00
HttpAdministrationAndMonitoring
HttpApi
HttpAqlQuery
HttpAqlQueryCursor show how to make modifications with the cursor endpoint (from #1162) 2014-12-05 18:10:07 +01:00
HttpAqlUserFunctions
HttpAsyncResultsManagement
HttpBatchRequest
HttpBulkImports the great rename: array => object, list => array 2014-12-18 22:33:23 +01:00
HttpCollection
HttpDatabase the great rename: array => object, list => array 2014-12-18 22:33:23 +01:00
HttpDocument change from italic to inline code for _id, _key, _rev 2014-12-01 15:11:31 +01:00
HttpEdge
HttpEndpoints
HttpGharial the great rename: array => object, list => array 2014-12-18 22:33:23 +01:00
HttpGraphs the great rename: array => object, list => array 2014-12-18 22:33:23 +01:00
HttpIndexes
HttpMiscellaneousFunctions
HttpReplications
HttpShardingInterface
HttpSimpleQuery
HttpTasks
HttpTransaction
HttpTraversal
HttpUserManagement
IndexHandling issue #1201: better error checking for fulltext index with multiple attributes 2015-01-05 09:41:56 +01:00
Installing added --enable-v8-debug to documentation 2015-01-09 00:03:57 +01:00
ModuleActions
ModuleConsole
ModuleFs
ModuleGraph the great rename: array => object, list => array 2014-12-18 22:33:23 +01:00
ModuleJavaScript removed documentation for removed methods 2015-01-15 23:06:04 +01:00
ModulePlanner
ModuleTasks the great rename: array => object, list => array 2014-12-18 22:33:23 +01:00
ModuleWal
NamingConventions
NewFeatures documentation for data-modification operations with return values 2015-01-08 23:16:37 +01:00
Replication the great rename: array => object, list => array 2014-12-18 22:33:23 +01:00
Sharding
SimpleQueries Fixed #1007 spelling error fixed 2014-12-05 14:28:08 +01:00
Transactions fixed typos 2014-12-26 17:02:46 +01:00
Traversals documentation: added queries for creating graph in 'Traversals/Example Data' section 2015-01-08 12:47:01 +03:00
Upgrading updated Upgrading notes 2014-12-22 15:04:41 +01:00
UsingJsUnity
WebInterface
WriteAheadLog
localtheme Fixed search problem in documentation 2014-12-15 16:29:26 +01:00
Arangodb_Logo.png
README.mdpp
SUMMARY.md Changed the name of a chapter in the summary 2015-01-08 14:20:17 +01:00
book.json removed superfluous entry 2015-01-09 08:54:58 +01:00

README.mdpp

!BOOK ArangoDB Documentation

Welcome to the ArangoDB documentation!

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

ArangoDB is a multi-purpose, 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. 

If you want to test the shell go [here](https://www.arangodb.com/shtutorial/).

If you want to play with our query language, go to our [AQL Tutorial](https://www.arangodb.com/aqltutorial/).

!SUBSECTION Community

If you have any questions don't hesitate to ask on:

- [github](https://github.com/triAGENS/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.