1
0
Fork 0
arangodb/Documentation/Books/Users
Jan Steemann edae662eb4 added res.send() and res.sendFile() 2014-10-15 17:33:10 +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
AqlExtending
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 added res.send() and res.sendFile() 2014-10-15 17:33:10 +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
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 documentation for fs 2014-10-15 14:01:15 +02:00
ModuleGraph Added style for deprecated documentation 2014-09-11 15:40:20 +02:00
ModuleJavaScript
ModulePlanner
ModuleTasks
ModuleWal
NamingConventions
NewFeatures
Replication
Sharding
SimpleQueries fixed documentation 2014-10-08 15:14:52 +02:00
Transactions
Traversals
Upgrading
UsingJsUnity
WebInterface
WriteAheadLog
localtheme Fix #1047. The header is now fixed and scrolls with the rest of the text 2014-10-14 17:52:01 +02:00
Arangodb_Logo.png
README.mdpp
SUMMARY.md removed bitarray indexes 2014-09-15 14:19:38 +02:00
book.epub
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.