1
0
Fork 0
arangodb/Documentation/Books/Users
Thomas Schmidts 5d6c8a8971 changed width of summary block 2014-08-05 14:55:19 +02:00
..
AdministratingArango added startup option `--wal.suppress-shape-information` 2014-07-21 18:02:16 +02:00
Aql Fixed some further language bugs in the doc. 2014-08-05 09:21:19 +02:00
AqlExamples Fix typos and simplify & clarify some phrases in the documentation. 2014-08-04 16:53:00 +02:00
AqlExtending Fixed some further language bugs in the doc. 2014-08-05 09:21:19 +02:00
ArangoActions
Arangodump
Arangoimp Comments in markdown will be deleted before building the book. Also deleted missing @ref comments 2014-07-07 09:10:37 +02:00
Arangorestore
Arangosh fixed broken documentation 2014-07-06 23:38:48 +02:00
Blueprint-Graphs added depricated to modules graph 2014-07-01 16:37:30 +02:00
Collections Fixed a few spelling and code erros and deleted last examples 2014-07-02 17:48:54 +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 Fixed a few @startDocuBlock errors 2014-07-07 16:15:50 +02:00
Edges Added Error codes and meanings 2014-07-09 14:20:23 +02:00
ErrorCodes Fixed appearance of errorCodes in Documentation, moved files 2014-07-03 16:46:07 +02:00
FirstSteps Moved subsection troubleshooting from collections to arangodb shell 2014-08-05 10:32:45 +02:00
Foxx Fixed FormatMiddleware documentation. Fixes #971. 2014-07-30 13:16:13 +02:00
FoxxManager
General-Graphs Improved introductional chapter to new graph module 2014-07-21 14:05:34 +02:00
GeneralHttp updated manual for HTTP general 2014-07-06 01:12:30 +02:00
HttpAdministrationAndMonitoring
HttpApi updated manual for HTTP general 2014-07-06 01:12:30 +02:00
HttpAqlQuery
HttpAqlQueryCursor updated documentation 2014-07-06 00:21:55 +02:00
HttpAqlUserFunctions
HttpAsyncResultsManagement Changed some code comments 2014-07-01 16:30:36 +02:00
HttpBatchRequest
HttpBulkImports
HttpCollection
HttpDatabase Fixed wrong @ref comments 2014-07-07 10:48:49 +02:00
HttpDocument
HttpEdge Fixed a few @startDocuBlock errors 2014-07-07 16:15:50 +02:00
HttpEndpoints
HttpGharial Improved introductional chapter to new graph module 2014-07-21 14:05:34 +02:00
HttpGraphs Added NewFeatures and Upgrading to new Version to documentation 2014-07-07 13:00:21 +02:00
HttpIndexes
HttpMiscellaneousFunctions Erased useless @startDocuBlocks 2014-07-08 11:16:56 +02:00
HttpReplications Erased useless @startDocuBlocks 2014-07-08 11:16:56 +02:00
HttpShardingInterface Added Error codes and meanings 2014-07-09 14:20:23 +02:00
HttpSimpleQuery
HttpTransaction
HttpTraversal
HttpUserManagement
IndexHandling Fixed some small errors in @startDocuBlock 2014-07-07 16:58:26 +02:00
Installing write-ahead log documentation 2014-07-06 19:17:11 +02:00
ModuleActions Fixed some small errors in @startDocuBlock 2014-07-07 16:58:26 +02:00
ModuleConsole Fixed wrong @ref comments 2014-07-07 10:48:49 +02:00
ModuleFs Added missing methods to fs module. fix #978 2014-08-05 13:37:40 +02:00
ModuleGraph added depricated to modules graph 2014-07-01 16:37:30 +02:00
ModuleJavaScript Changed some code comments 2014-07-01 16:30:36 +02:00
ModulePlanner
ModuleTasks fixed tasks with offset 0.0 2014-07-21 14:22:39 +02:00
ModuleWal wrote documentation for WAL 2014-07-06 18:31:41 +02:00
NamingConventions Fix typos and simplify & clarify some phrases in the documentation. 2014-08-04 16:53:00 +02:00
NewFeatures Added first draft of new graph features 22 2014-07-10 11:02:00 +02:00
Replication updated replication manual 2014-07-06 15:25:36 +02:00
Sharding updated AQL documentation 2014-07-06 13:05:20 +02:00
SimpleQueries Fixed a few spelling and code erros and deleted last examples 2014-07-02 17:48:54 +02:00
Transactions Merge pull request #969 from Acconut/doc-transaction-fix 2014-08-01 09:02:23 +02:00
Traversals Comments in markdown will be deleted before building the book. Also deleted missing @ref comments 2014-07-07 09:10:37 +02:00
Upgrading Renamed file 2014-07-15 10:44:00 +02:00
UsingJsUnity Changes in the code documentation 2014-07-02 09:51:26 +02:00
WebInterface write-ahead log documentation 2014-07-06 19:17:11 +02:00
WriteAheadLog write-ahead log documentation 2014-07-06 19:17:11 +02:00
localtheme changed width of summary block 2014-08-05 14:55:19 +02:00
Arangodb_Logo.png
README.mdpp Fixed a few @startDocuBlock errors 2014-07-07 16:15:50 +02:00
SUMMARY.md Renamed file 2014-07-15 10:44:00 +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.