1
0
Fork 0
arangodb/Documentation/Books/Users
Thomas Schmidts 0bf957ddd7 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-06-24 14:28:50 +02:00
..
AdministratingArango
Aql processed lucas feedback regarding aql docu 2014-06-24 13:13:01 +02:00
AqlExamples
AqlExtending
ArangoActions
Arangodump
Arangoimp
Arangorestore
Arangosh Change some comments in the code 2014-06-20 15:10:16 +02:00
Blueprint-Graphs
Collections Changed Documentation in code 2014-06-24 00:01:27 +02:00
ConfigureArango removed startup option `--database.remove-on-drop` 2014-06-24 11:54:32 +02:00
Databases Changes in the gitbook, also bug fixing in code 2014-06-24 14:28:30 +02:00
DatafileDebugger
Documents Changes in the gitbook, also bug fixing in code 2014-06-24 14:28:30 +02:00
Edges
ErrorCodes
FirstSteps Change some comments in the code 2014-06-20 15:10:16 +02:00
Foxx Fixed typo. 2014-06-23 11:15:43 +02:00
FoxxManager
General-Graphs Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-06-24 13:13:09 +02:00
GeneralHttp
HttpAdministrationAndMonitoring
HttpApi
HttpAqlQuery
HttpAqlQueryCursor
HttpAqlUserFunctions
HttpAsyncResultsManagement
HttpBatchRequest
HttpBulkImports
HttpCollection
HttpDatabase
HttpDocument
HttpEdge
HttpEndpoints
HttpGharial Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-06-24 14:28:50 +02:00
HttpGraphs
HttpIndexes
HttpMiscellaneousFunctions
HttpReplications
HttpShardingInterface
HttpSimpleQuery
HttpTransaction
HttpTraversal
HttpUserManagement
IndexHandling
Installing
ModuleActions
ModuleConsole
ModuleFs
ModuleGraph
ModuleJavaScript
ModulePlanner
ModuleTasks Change some comments in the code 2014-06-20 15:10:16 +02:00
NamingConventions
Replication
Sharding
SimpleQueries
Transactions
Traversals Moved Traversal Examples to use a graph instead of edge collection 2014-06-20 13:01:18 +02:00
UsingJsUnity
WebInterface Change some comments in the code 2014-06-20 15:10:16 +02:00
localtheme moved style to non-less style.css 2014-06-20 14:48:08 +02:00
.DS_Store
Arangodb_Logo.png
README.mdpp
SUMMARY.md Fixed chapter refs, whitespace. 2014-06-23 13:32:34 +02:00
book.json Fixed correct look for lists in gitbook 2014-06-20 15:42:53 +02: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 his functions in detail. 

ArangoDB is a multi-purpose open-source database with a flexible data
model for documents, graphs and key-values. You can easily build high
performance applications using a convenient 
[SQL-like query language](../Aql/README.md) or [JavaScript](../Foxx/README.md) and mruby extensions.

The database server [_arangod_](../FirstSteps/Arangod.md) stores all documents and serves them
using a REST interface. There are [drivers](https://www.arangodb.org/drivers) for all major languages like
Ruby, Python, PHP, JavaScript, and Perl. In the following sections we
will use the JavaScript shell to communicate with the database and
demonstrate some of ArangoDB's features using JavaScript.

Some of the features and programs of ArangoDB are:

- A powerful query language
- Open Source
- A database daemon
- An ArangoDB shell
- Flexible data modeling
- and many more!

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.org/shtutorial).

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

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