1
0
Fork 0
arangodb/Documentation/Books/Users
gschwab 1338fb0dce docu resetted to automatation 2014-06-18 15:53:28 +02:00
..
AdministratingArango
Aql Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-06-18 11:11:31 +02:00
AqlExamples
AqlExtending
ArangoActions
Arangodump
Arangoimp Some fixes for folding 2014-06-11 15:25:04 +02:00
Arangorestore
Arangosh
Blueprint-Graphs Added deprecated warnings for old graph module in documentation 2014-06-18 11:11:26 +02:00
Collections Some fixes for folding 2014-06-11 15:25:04 +02:00
ConfigureArango
Databases
DatafileDebugger
Documents Some changes in the the theme for gitbook 2014-06-13 09:20:36 +02:00
Edges
ErrorCodes
FirstSteps Script for reading code automatically 2014-06-18 11:09:20 +02:00
Foxx Foxx: Adjust structure & content of documentation and code of Repository 2014-06-13 15:47:52 +02:00
FoxxManager
General-Graphs docu resetted to automatation 2014-06-18 15:53:28 +02:00
GeneralHttp Changes in the Http Interface in Gitbook 2014-06-10 14:18:04 +02:00
HttpAdministrationAndMonitoring Changes in the Http Interface in Gitbook 2014-06-10 14:18:04 +02:00
HttpApi Changes in the Http Interface in Gitbook 2014-06-10 14:18:04 +02:00
HttpAqlQuery Renamed some folders because of issues with folding chapters 2014-06-10 16:50:27 +02:00
HttpAqlQueryCursor
HttpAqlUserFunctions Changes in the Http Interface in Gitbook 2014-06-10 14:18:04 +02:00
HttpAsyncResultsManagement Changes in the Http Interface in Gitbook 2014-06-10 14:18:04 +02:00
HttpBatchRequest Changes in the Http Interface in Gitbook 2014-06-10 14:18:04 +02:00
HttpBulkImports Changes in the Http Interface in Gitbook 2014-06-10 14:18:04 +02:00
HttpCollection Renamed some folders because of issues with folding chapters 2014-06-10 16:50:27 +02:00
HttpDatabase
HttpDocument Renamed some folders because of issues with folding chapters 2014-06-10 16:50:27 +02:00
HttpEdge Renamed some folders because of issues with folding chapters 2014-06-10 16:50:27 +02:00
HttpEndpoints Changes in the Http Interface in Gitbook 2014-06-10 14:18:04 +02:00
HttpGharial Fixed a bug in codeBlockReader and added new edge examples 2014-06-17 13:34:13 +02:00
HttpGraphs Added deprecated warnings for old graph module in documentation 2014-06-18 11:11:26 +02:00
HttpIndexes Changes in the Http Interface in Gitbook 2014-06-10 14:18:04 +02:00
HttpMiscellaneousFunctions Changes in the Http Interface in Gitbook 2014-06-10 14:18:04 +02:00
HttpReplications Changes in the Http Interface in Gitbook 2014-06-10 14:18:04 +02:00
HttpShardingInterface Renamed some folders because of issues with folding chapters 2014-06-10 16:50:27 +02:00
HttpSimpleQuery Renamed some folders because of issues with folding chapters 2014-06-10 16:50:27 +02:00
HttpTransaction Renamed some folders because of issues with folding chapters 2014-06-10 16:50:27 +02:00
HttpTraversal Changes in the Http Interface in Gitbook 2014-06-10 14:18:04 +02:00
HttpUserManagement Changes in the Http Interface in Gitbook 2014-06-10 14:18:04 +02:00
IndexHandling Some changes in the the theme for gitbook 2014-06-13 09:20:36 +02:00
Installing Script for reading code automatically 2014-06-18 11:09:20 +02:00
ModuleActions
ModuleConsole
ModuleFs
ModuleGraph
ModuleJavaScript
ModulePlanner
NamingConventions
Replication
Sharding
SimpleQueries Some changes in the the theme for gitbook 2014-06-13 09:20:36 +02:00
Transactions
Traversals
UsingJsUnity Removed the unused Coverage functionality 2014-06-16 14:39:40 +02:00
WebInterface
localtheme Added Upgrading to gitbook 2014-06-17 11:21:15 +02:00
.DS_Store
Arangodb_Logo.png Some fixes for folding 2014-06-11 15:25:04 +02:00
README.mdpp
SUMMARY.md Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-06-18 11:11:31 +02: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 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.