1
0
Fork 0
arangodb/Documentation/Books/Users
Thomas Schmidts 0577583aa5 Changes in the documentation code for API 2014-07-01 14:18:12 +02:00
..
AdministratingArango Some changes to the comments in the code 2014-06-29 03:34:22 +02:00
Aql Fixed a bug in GraphOperations layouting 2014-06-30 17:45:45 +02:00
AqlExamples Changed some (sub)chapters and fixed spelling errors 2014-06-27 11:02:10 +02:00
AqlExtending Changed some (sub)chapters and fixed spelling errors 2014-06-27 11:02:10 +02:00
ArangoActions Changed (sub)chapters for arango actions 2014-06-27 15:23:04 +02:00
Arangodump
Arangoimp Some changes to the comments in the code 2014-06-29 03:34:22 +02:00
Arangorestore
Arangosh
Blueprint-Graphs
Collections
ConfigureArango Fixes some documentation pages for API. fixes #922 2014-06-30 14:22:17 +02:00
Databases
DatafileDebugger
Documents
Edges
ErrorCodes
FirstSteps
Foxx Changed documentation in code for Foxx 2014-06-27 14:30:39 +02:00
FoxxManager Changed (sub)chapters for arango actions 2014-06-27 15:23:04 +02:00
General-Graphs
GeneralHttp Changes in the documentation code for API 2014-07-01 14:18:12 +02:00
HttpAdministrationAndMonitoring Changes in the documentation code for API 2014-07-01 14:18:12 +02:00
HttpApi
HttpAqlQuery Even more changes in the API documentation code 2014-06-30 15:58:11 +02:00
HttpAqlQueryCursor Even more changes in the API documentation code 2014-06-30 15:58:11 +02:00
HttpAqlUserFunctions Even more changes in the API documentation code 2014-06-30 15:58:11 +02:00
HttpAsyncResultsManagement
HttpBatchRequest Changes in the documentation code for API 2014-07-01 14:18:12 +02:00
HttpBulkImports Changes in the documentation code for API 2014-07-01 14:18:12 +02:00
HttpCollection Even more changes in the API documentation code 2014-06-30 15:58:11 +02:00
HttpDatabase Fixes some documentation pages for API. fixes #922 2014-06-30 14:22:17 +02:00
HttpDocument Fixes some documentation pages for API. fixes #922 2014-06-30 14:22:17 +02:00
HttpEdge Fixes some documentation pages for API. fixes #922 2014-06-30 14:22:17 +02:00
HttpEndpoints Changes in the documentation code for API 2014-07-01 14:18:12 +02:00
HttpGharial Added documentation for query params on gharial 2014-06-30 16:51:49 +02:00
HttpGraphs
HttpIndexes Changed API documentation in code 2014-06-30 17:29:15 +02:00
HttpMiscellaneousFunctions Changes in the documentation code for API 2014-07-01 14:18:12 +02:00
HttpReplications Changed API documentation in code 2014-06-30 17:29:15 +02:00
HttpShardingInterface Changes in the documentation code for API 2014-07-01 14:18:12 +02:00
HttpSimpleQuery Even more changes in the API documentation code 2014-06-30 15:58:11 +02:00
HttpTransaction Changed API documentation in code 2014-06-30 17:29:15 +02:00
HttpTraversal
HttpUserManagement Changes in the documentation code for API 2014-07-01 14:18:12 +02:00
IndexHandling
Installing
ModuleActions Some changes to the comments in the code 2014-06-29 03:34:22 +02:00
ModuleConsole Some changes to the comments in the code 2014-06-29 03:34:22 +02:00
ModuleFs
ModuleGraph Some changes to the comments in the code 2014-06-29 03:34:22 +02:00
ModuleJavaScript Some changes to the comments in the code 2014-06-29 03:34:22 +02:00
ModulePlanner Some changes in the documentation code for gitbook 2014-06-30 09:29:02 +02:00
ModuleTasks
NamingConventions
Replication Changed (sub)chapters for arango actions 2014-06-27 15:23:04 +02:00
Sharding Some changes to the comments in the code 2014-06-29 03:34:22 +02:00
SimpleQueries Some changes in the code documentation and fixed spelling errors 2014-06-26 15:54:29 +02:00
Transactions Some changes in the code documentation and fixed spelling errors 2014-06-26 15:54:29 +02:00
Traversals Changed some (sub)chapters and fixed spelling errors 2014-06-27 11:02:10 +02:00
UsingJsUnity
WebInterface Changed Order of some subchapters and moved Extending AQL and AQL Examples into AQL 2014-06-26 16:59:51 +02:00
localtheme Exchanged verbinclude with Arangosh for bett examples in gitbook 2014-06-26 13:41:17 +02:00
.DS_Store
Arangodb_Logo.png
README.mdpp
SUMMARY.md Changes in the documentation code for API 2014-07-01 14:18:12 +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.