1
0
Fork 0
arangodb/Documentation/Books/Users
Jan Steemann 31ebe14ea6 issue #1042 2014-10-10 14:24:22 +02:00
..
AdministratingArango issue #1020 2014-09-17 11:42:01 +02:00
Aql issue #1031: updated documentation for date functions 2014-10-02 09:37:03 +02:00
AqlExamples Fix and unify asterisks, tested with GitBook. 2014-08-29 18:19:45 +02:00
AqlExtending Fix and unify asterisks, tested with GitBook. 2014-08-29 18:19:45 +02:00
ArangoActions
Arangodump
Arangoimp faster import 2014-10-08 17:01:45 +02:00
Arangorestore
Arangosh
Blueprint-Graphs Added style for deprecated documentation 2014-09-11 15:40:20 +02:00
Collections Added type definition to db._create documentation 2014-09-26 11:53:44 +02:00
ConfigureArango issue #1042 2014-10-10 14:24:22 +02:00
Databases
DatafileDebugger
Documents
Edges
ErrorCodes
FirstSteps removed bitarray indexes 2014-09-15 14:19:38 +02:00
Foxx Provided examples for ctrl.allRoutes. 2014-09-16 11:45:08 +02:00
FoxxBundledApps Removed lies about session cookies from app docs. Documented Session#getTTL. 2014-09-05 14:38:09 +02:00
FoxxManager
General-Graphs Deprecated _directedRelation and _undirectedRelation in general-graphs. Created _relation in general-graphs creating a _directedRelation. Handling undirected relations is now given to the user / api-implementor as arangodb itself does not offer any direction constrains which caused some confusion 2014-09-10 15:50:22 +02:00
GeneralHttp
Glossary
HttpAdministrationAndMonitoring
HttpApi
HttpAqlQuery
HttpAqlQueryCursor
HttpAqlUserFunctions
HttpAsyncResultsManagement Fixed wrong link 2014-08-29 01:55:12 +02:00
HttpBatchRequest
HttpBulkImports
HttpCollection
HttpDatabase
HttpDocument
HttpEdge
HttpEndpoints
HttpGharial
HttpGraphs Added style for deprecated documentation 2014-09-11 15:40:20 +02:00
HttpIndexes
HttpMiscellaneousFunctions
HttpReplications
HttpShardingInterface
HttpSimpleQuery removed bitarray indexes 2014-09-15 14:19:38 +02:00
HttpTransaction
HttpTraversal
HttpUserManagement
IndexHandling removed bitarray indexes 2014-09-15 14:19:38 +02:00
Installing
ModuleActions
ModuleConsole
ModuleFs
ModuleGraph Added style for deprecated documentation 2014-09-11 15:40:20 +02:00
ModuleJavaScript updated manual 2014-08-22 17:40:56 +02:00
ModulePlanner
ModuleTasks
ModuleWal
NamingConventions
NewFeatures
Replication
Sharding
SimpleQueries fixed documentation 2014-10-08 15:14:52 +02:00
Transactions
Traversals fixed documentation 2014-08-27 19:18:27 +02:00
Upgrading
UsingJsUnity
WebInterface
WriteAheadLog
localtheme Added style for deprecated documentation 2014-09-11 15:40:20 +02:00
Arangodb_Logo.png
README.mdpp
SUMMARY.md removed bitarray indexes 2014-09-15 14:19:38 +02:00
book.epub
book.json removed mathjax from gitbook 2014-08-29 11:01:11 +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) 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.