1
0
Fork 0
arangodb/Documentation/Books/Users
Jan Steemann a72bd1bba4 issue #1126 2014-11-28 17:54:35 +01:00
..
AdministratingArango
Aql Minor documentation fixes. 2014-11-28 17:47:37 +01:00
AqlExamples
AqlExtending
ArangoActions
Arangodump updated documentation 2014-11-14 16:03:08 +01:00
Arangoimp updated documentation for issue #1074 2014-11-11 13:07:51 +01:00
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 Changed text for deprecated files 2014-11-20 16:38:04 +01:00
Collections
ConfigureArango fixed syslog 2014-11-18 18:13:05 +01:00
Databases
DatafileDebugger
Documents
Edges
ErrorCodes
FirstSteps Changed .org to .com in the documentation 2014-10-31 15:46:51 +01:00
Foxx
FoxxBundledApps
FoxxManager
General-Graphs
GeneralHttp Fixed broken links 2014-10-24 17:49:01 +02:00
Glossary Update README.mdpp 2014-11-24 11:20:48 +01:00
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 Changed text for deprecated files 2014-11-20 16:38:04 +01:00
HttpIndexes
HttpMiscellaneousFunctions
HttpReplications
HttpShardingInterface
HttpSimpleQuery removed internal documentation 2014-11-01 10:12:21 +01:00
HttpTasks add Documentation index for the Tasks API 2014-11-11 13:12:45 +01:00
HttpTransaction
HttpTraversal
HttpUserManagement
IndexHandling updated manual 2014-11-04 15:31:35 +01:00
Installing issue #1126 2014-11-28 17:54:35 +01:00
ModuleActions
ModuleConsole
ModuleFs
ModuleGraph Changed text for deprecated files 2014-11-20 16:38:04 +01:00
ModuleJavaScript
ModulePlanner
ModuleTasks
ModuleWal
NamingConventions
NewFeatures Minor documentation fixes. 2014-11-28 17:47:37 +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 updated upgrading information 2014-11-20 16:21:34 +01:00
UsingJsUnity updated manual 2014-11-04 15:31:35 +01:00
WebInterface
WriteAheadLog
localtheme Added Whats New to the documentation 2014-11-20 14:47:33 +01:00
Arangodb_Logo.png
README.mdpp documentation updates, config file updates 2014-11-07 15:13:55 +01:00
SUMMARY.md Fixed some dead links in the documentation 2014-11-21 09:14:32 +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.