1
0
Fork 0
arangodb/Documentation/Books/Users
Alan Plum 5767a12bcd Documentation for sessions reflects correct sessions app path. 2014-08-20 10:57:47 +02:00
..
AdministratingArango added startup option `--wal.suppress-shape-information` 2014-07-21 18:02:16 +02:00
Aql Fixed spelling error 2014-08-14 15:20:08 +02:00
AqlExamples Added glossary to the documentation. Also linked the glossary keywords to the documentation 2014-08-05 15:49:21 +02:00
AqlExtending Fixed some further language bugs in the doc. 2014-08-05 09:21:19 +02:00
ArangoActions
Arangodump Added glossary to the documentation. Also linked the glossary keywords to the documentation 2014-08-05 15:49:21 +02:00
Arangoimp reallow attribute names starting with underscores 2014-08-07 15:52:58 +02:00
Arangorestore Added glossary to the documentation. Also linked the glossary keywords to the documentation 2014-08-05 15:49:21 +02:00
Arangosh
Blueprint-Graphs Added glossary to the documentation. Also linked the glossary keywords to the documentation 2014-08-05 15:49:21 +02:00
Collections Added glossary to the documentation. Also linked the glossary keywords to the documentation 2014-08-05 15:49:21 +02:00
ConfigureArango added startup option `--wal.suppress-shape-information` 2014-07-21 18:02:16 +02:00
Databases more bugs in documentation language resolved. 2014-08-04 15:36:53 +02:00
DatafileDebugger
Documents Added glossary to the documentation. Also linked the glossary keywords to the documentation 2014-08-05 15:49:21 +02:00
Edges Added glossary to the documentation. Also linked the glossary keywords to the documentation 2014-08-05 15:49:21 +02:00
ErrorCodes
FirstSteps Moved subsection troubleshooting from collections to arangodb shell 2014-08-05 10:32:45 +02:00
Foxx Documentation for sessions reflects correct sessions app path. 2014-08-20 10:57:47 +02:00
FoxxBundledApps Documentation now reflects correct bundled app paths. 2014-08-20 10:57:47 +02:00
FoxxManager
General-Graphs Added glossary to the documentation. Also linked the glossary keywords to the documentation 2014-08-05 15:49:21 +02:00
GeneralHttp
Glossary Fixed small spelling error 2014-08-12 09:39:50 +02:00
HttpAdministrationAndMonitoring
HttpApi
HttpAqlQuery
HttpAqlQueryCursor
HttpAqlUserFunctions
HttpAsyncResultsManagement
HttpBatchRequest Added glossary to the documentation. Also linked the glossary keywords to the documentation 2014-08-05 15:49:21 +02:00
HttpBulkImports Added glossary to the documentation. Also linked the glossary keywords to the documentation 2014-08-05 15:49:21 +02:00
HttpCollection Added glossary to the documentation. Also linked the glossary keywords to the documentation 2014-08-05 15:49:21 +02:00
HttpDatabase Added glossary to the documentation. Also linked the glossary keywords to the documentation 2014-08-05 15:49:21 +02:00
HttpDocument Added glossary to the documentation. Also linked the glossary keywords to the documentation 2014-08-05 15:49:21 +02:00
HttpEdge Added glossary to the documentation. Also linked the glossary keywords to the documentation 2014-08-05 15:49:21 +02:00
HttpEndpoints
HttpGharial Added glossary to the documentation. Also linked the glossary keywords to the documentation 2014-08-05 15:49:21 +02:00
HttpGraphs Added glossary to the documentation. Also linked the glossary keywords to the documentation 2014-08-05 15:49:21 +02:00
HttpIndexes Added glossary to the documentation. Also linked the glossary keywords to the documentation 2014-08-05 15:49:21 +02:00
HttpMiscellaneousFunctions
HttpReplications
HttpShardingInterface Added Error codes and meanings 2014-07-09 14:20:23 +02:00
HttpSimpleQuery
HttpTransaction
HttpTraversal Added glossary to the documentation. Also linked the glossary keywords to the documentation 2014-08-05 15:49:21 +02:00
HttpUserManagement
IndexHandling Added glossary to the documentation. Also linked the glossary keywords to the documentation 2014-08-05 15:49:21 +02:00
Installing
ModuleActions
ModuleConsole
ModuleFs Added missing methods to fs module. fix #978 2014-08-05 13:37:40 +02:00
ModuleGraph Added glossary to the documentation. Also linked the glossary keywords to the documentation 2014-08-05 15:49:21 +02:00
ModuleJavaScript
ModulePlanner
ModuleTasks fixed tasks with offset 0.0 2014-07-21 14:22:39 +02:00
ModuleWal
NamingConventions reallow attribute names starting with underscores 2014-08-07 15:52:58 +02:00
NewFeatures Added first draft of new graph features 22 2014-07-10 11:02:00 +02:00
Replication
Sharding Added glossary to the documentation. Also linked the glossary keywords to the documentation 2014-08-05 15:49:21 +02:00
SimpleQueries Added glossary to the documentation. Also linked the glossary keywords to the documentation 2014-08-05 15:49:21 +02:00
Transactions Merge pull request #969 from Acconut/doc-transaction-fix 2014-08-01 09:02:23 +02:00
Traversals Added glossary to the documentation. Also linked the glossary keywords to the documentation 2014-08-05 15:49:21 +02:00
Upgrading Renamed file 2014-07-15 10:44:00 +02:00
UsingJsUnity
WebInterface Added glossary to the documentation. Also linked the glossary keywords to the documentation 2014-08-05 15:49:21 +02:00
WriteAheadLog
localtheme changed width of summary block 2014-08-05 14:55:19 +02:00
Arangodb_Logo.png
README.mdpp
SUMMARY.md Fixed documentation reference. 2014-08-20 10:57:46 +02:00
book.epub Added pdf and ebook 2014-07-15 13:08:48 +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) 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.