1
0
Fork 0
arangodb/Documentation/Books/Users
Jan Steemann 25601bb7d9 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-11-10 18:11:10 +01:00
..
AdministratingArango
Aql updated documentation and operators behavior 2014-11-10 18:05:11 +01:00
AqlExamples refixed typo: a user is correct. 2014-10-17 08:38:21 +01:00
AqlExtending
ArangoActions
Arangodump
Arangoimp
Arangorestore Fixed broken links 2014-10-24 17:49:01 +02:00
Arangosh documentation fixes 2014-11-01 21:03:30 +01:00
Blueprint-Graphs
Collections fixed some typos in the doc. 2014-10-21 09:28:30 +01:00
ConfigureArango documentation fixes 2014-11-01 21:03:30 +01:00
Databases
DatafileDebugger
Documents
Edges
ErrorCodes
FirstSteps Changed .org to .com in the documentation 2014-10-31 15:46:51 +01:00
Foxx added res.send() and res.sendFile() 2014-10-15 17:33:10 +02:00
FoxxBundledApps
FoxxManager
General-Graphs
GeneralHttp Fixed broken links 2014-10-24 17:49:01 +02:00
Glossary
HttpAdministrationAndMonitoring
HttpApi
HttpAqlQuery
HttpAqlQueryCursor
HttpAqlUserFunctions
HttpAsyncResultsManagement Fixed broken links 2014-10-24 17:49:01 +02:00
HttpBatchRequest
HttpBulkImports
HttpCollection
HttpDatabase
HttpDocument
HttpEdge
HttpEndpoints
HttpGharial
HttpGraphs
HttpIndexes
HttpMiscellaneousFunctions
HttpReplications
HttpShardingInterface
HttpSimpleQuery removed internal documentation 2014-11-01 10:12:21 +01:00
HttpTransaction
HttpTraversal
HttpUserManagement
IndexHandling updated manual 2014-11-04 15:31:35 +01:00
Installing Added the hint that homebrew also needs to be updated 2014-11-10 15:49:32 +01:00
ModuleActions
ModuleConsole
ModuleFs
ModuleGraph
ModuleJavaScript
ModulePlanner
ModuleTasks
ModuleWal
NamingConventions
NewFeatures updated CHANGELOG 2014-11-03 23:15:42 +01:00
Replication
Sharding
SimpleQueries fixed documentation 2014-11-06 13:39:35 +01:00
Transactions Fixed broken links 2014-10-24 17:49:01 +02:00
Traversals issue #1062: Docs: typo in 14.2 Example data 2014-10-24 23:47:36 +02:00
Upgrading documentation updates, config file updates 2014-11-07 15:13:55 +01:00
UsingJsUnity updated manual 2014-11-04 15:31:35 +01:00
WebInterface
WriteAheadLog
localtheme Changed http to https 2014-11-07 11:33:00 +01:00
Arangodb_Logo.png
README.mdpp documentation updates, config file updates 2014-11-07 15:13:55 +01:00
SUMMARY.md updated manual 2014-11-04 15:31:35 +01:00
book.json

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.