1
0
Fork 0
arangodb/Documentation/Books/Users
Thomas Schmidts 03881bf63c Made Examples instead of verbinclude 2014-06-23 17:16:19 +02:00
..
AdministratingArango
Aql spellchecked gitbook for general-graph and ahuacatl 2014-06-23 13:34:44 +02:00
AqlExamples
AqlExtending
ArangoActions
Arangodump
Arangoimp Some fixes for folding 2014-06-11 15:25:04 +02:00
Arangorestore
Arangosh Change some comments in the code 2014-06-20 15:10:16 +02:00
Blueprint-Graphs Added deprecated warnings for old graph module in documentation 2014-06-18 11:11:26 +02:00
Collections Made Examples instead of verbinclude 2014-06-23 17:16:19 +02:00
ConfigureArango General deprecation information, deprecate Foxx's controller.collection 2014-06-20 14:35:01 +02:00
Databases Changes in the code documentation 2014-06-23 16:18:58 +02:00
DatafileDebugger
Documents Some changes in the the theme for gitbook 2014-06-13 09:20:36 +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 docu 2014-06-23 15:14:16 +02:00
GeneralHttp
HttpAdministrationAndMonitoring
HttpApi
HttpAqlQuery Renamed some folders because of issues with folding chapters 2014-06-10 16:50:27 +02:00
HttpAqlQueryCursor
HttpAqlUserFunctions
HttpAsyncResultsManagement
HttpBatchRequest
HttpBulkImports
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
HttpGharial Fixed dokumentation of new graph http module, it is now fully generated 2014-06-18 17:01:15 +02:00
HttpGraphs Added deprecated warnings for old graph module in documentation 2014-06-18 11:11:26 +02:00
HttpIndexes
HttpMiscellaneousFunctions
HttpReplications
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 Started generation of traversal api documentation. Still not successful 2014-06-20 09:20:33 +02:00
HttpUserManagement
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
ModuleTasks Change some comments in the code 2014-06-20 15:10:16 +02:00
NamingConventions
Replication
Sharding
SimpleQueries Some changes in the the theme for gitbook 2014-06-13 09:20:36 +02:00
Transactions
Traversals Moved Traversal Examples to use a graph instead of edge collection 2014-06-20 13:01:18 +02:00
UsingJsUnity Removed the unused Coverage functionality 2014-06-16 14:39:40 +02:00
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 Some fixes for folding 2014-06-11 15:25:04 +02:00
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.