1
0
Fork 0
arangodb/Documentation/Books/Users
Jan Steemann ddf69e99a9 fixed tasks with offset 0.0 2014-07-21 14:22:39 +02:00
..
AdministratingArango Fix a documentation section name. 2014-07-09 11:33:43 +02:00
Aql Fixed spelling errors and look of code 2014-07-08 10:49:24 +02:00
AqlExamples added examples 2014-07-06 02:13:05 +02:00
AqlExtending added AQL documentation 2014-07-05 19:10:56 +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
Collections
ConfigureArango Fixed a few @startDocuBlock errors 2014-07-07 16:15:50 +02:00
Databases
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 Fixed wrong @ref comments 2014-07-07 10:48:49 +02:00
Foxx Fixed typo. 2014-07-09 12:00:35 +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
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
ModuleGraph
ModuleJavaScript
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 wrote documentation for WAL 2014-07-06 18:31:41 +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
Transactions Erased useless @startDocuBlocks 2014-07-08 11:16:56 +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
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 Fixed problem with font-size in gitbook 2014-07-14 13:39:36 +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.