1
0
Fork 0
arangodb/Documentation/Books/Users
Jan Steemann 432430632e documentation fixes 2014-11-01 21:03:30 +01:00
..
AdministratingArango issue #1020 2014-09-17 11:42:01 +02:00
Aql Fixed #1046. Substring is now mentioned correctly 2014-10-30 13:59:52 +01:00
AqlExamples refixed typo: a user is correct. 2014-10-17 08:38:21 +01:00
AqlExtending Fix and unify asterisks, tested with GitBook. 2014-08-29 18:19:45 +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 faster import 2014-10-08 17:01:45 +02:00
Arangorestore Fixed broken links 2014-10-24 17:49:01 +02:00
Arangosh documentation fixes 2014-11-01 21:03:30 +01:00
Blueprint-Graphs Added style for deprecated documentation 2014-09-11 15:40:20 +02:00
Collections fixed some typos in the doc. 2014-10-21 09:28:30 +01:00
ConfigureArango documentation fixes 2014-11-01 21:03:30 +01: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 Changed .org to .com in the documentation 2014-10-31 15:46:51 +01: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 Fixed broken links 2014-10-24 17:49:01 +02:00
Glossary Fixed small spelling error 2014-08-12 09:39:50 +02:00
HttpAdministrationAndMonitoring
HttpApi
HttpAqlQuery
HttpAqlQueryCursor
HttpAqlUserFunctions
HttpAsyncResultsManagement Fixed broken links 2014-10-24 17:49:01 +02:00
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 style for deprecated documentation 2014-09-11 15:40:20 +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
HttpSimpleQuery removed internal documentation 2014-11-01 10:12:21 +01:00
HttpTransaction
HttpTraversal Added glossary to the documentation. Also linked the glossary keywords to the documentation 2014-08-05 15:49:21 +02:00
HttpUserManagement Fixed user storage not reloading internal users db. 2014-08-21 11:06:35 +02:00
IndexHandling Changed .org to .com in the documentation 2014-10-31 15:46:51 +01:00
Installing Changed .org to .com in the documentation 2014-10-31 15:46:51 +01:00
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 updated manual 2014-08-22 17:40:56 +02:00
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
Replication
Sharding Added glossary to the documentation. Also linked the glossary keywords to the documentation 2014-08-05 15:49:21 +02:00
SimpleQueries fixed documentation 2014-10-08 15:14:52 +02:00
Transactions Fixed broken links 2014-10-24 17:49:01 +02:00
Traversals issue #1062: Docs: typo in 14.2 Example data 2014-10-24 23:47:36 +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 .org to .com in the documentation 2014-10-31 15:46:51 +01:00
Arangodb_Logo.png
README.mdpp Changed .org to .com in the documentation 2014-10-31 15:46:51 +01:00
SUMMARY.md documentation fixes 2014-11-01 21:03:30 +01:00
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.com/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.com/shtutorial).

If you want to play with our query language, go to our [AQL Tutorial](https://www.arangodb.com/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.