1
0
Fork 0
arangodb/Documentation/Books/Users
Jan Steemann 96af0eeaf8 fixed documentation 2015-08-26 17:04:43 +02:00
..
AdministratingArango
Aql updated documentation 2015-08-20 20:35:28 +02:00
AqlExamples Rework index documentation; add more executed examples. 2015-08-04 18:42:44 +02:00
AqlExtending
ArangoActions to make foxx routing return 405 is not easily possible - document the 404 behaviour. 2015-08-12 09:26:00 +02:00
Arangodump
Arangoimp
Arangorestore
Arangosh Examplify 2015-08-07 11:45:39 +02:00
Blueprint-Graphs
Collections
ConfigureArango Hook in stray docuBlocks 2015-08-13 18:54:38 +02:00
Databases
DatafileDebugger
Documents Hook in stray docuBlocks 2015-08-13 18:54:38 +02:00
Edges Documentation: How to update edge 2015-08-16 19:00:23 +03:00
ErrorCodes
FirstSteps Work on the documentation to contain real examples. 2015-08-11 14:18:08 +02:00
Foxx Removed outdated documentation, has been replased by a newer version earlier 2015-08-18 16:36:13 +02:00
General-Graphs Hook in stray docuBlocks 2015-08-13 18:54:38 +02:00
GeneralHttp
Glossary issue #1409: Document values with null character truncated with 2.6.2 on Windows 2015-07-13 12:45:13 +02:00
HttpAdministrationAndMonitoring
HttpApi
HttpAqlQuery Move documentation into the source. 2015-08-13 15:37:43 +02:00
HttpAqlQueryCache query cache, now with result limitations, HTTP and JavaScript APIs 2015-06-27 01:12:32 +02:00
HttpAqlQueryCursor query cache, now with result limitations, HTTP and JavaScript APIs 2015-06-27 01:12:32 +02:00
HttpAqlUserFunctions
HttpAsyncResultsManagement Move call documentation over into the source. 2015-08-13 10:49:04 +02:00
HttpBatchRequest
HttpBulkImports
HttpCollection
HttpDatabase Hook in stray docuBlocks 2015-08-13 18:54:38 +02:00
HttpDocument
HttpEdge
HttpEndpoints Deleted two startDocuBlock that aren't used anymore 2015-07-22 11:27:16 +02:00
HttpExport
HttpGharial Move documentation into the source files. 2015-08-12 17:38:41 +02:00
HttpGraphs
HttpIndexes
HttpMiscellaneousFunctions Hook in stray docuBlocks 2015-08-13 18:54:38 +02:00
HttpReplications fixed documentation 2015-08-26 17:04:43 +02:00
HttpShardingInterface
HttpSimpleQuery Move documentation into the source files. 2015-08-12 17:38:41 +02:00
HttpTasks
HttpTransaction
HttpTraversal
HttpUserManagement
IndexHandling Hook in stray docuBlocks 2015-08-13 18:54:38 +02:00
Installing somehow the previous commit messed it up. try fixing it 2015-06-18 14:22:35 +02:00
ModuleActions Hook in stray docuBlocks 2015-08-13 18:54:38 +02:00
ModuleConsole
ModuleFs Hook in stray docuBlocks 2015-08-13 18:54:38 +02:00
ModuleGraph
ModuleJavaScript Work on the documentation to contain real examples. 2015-08-11 14:18:08 +02:00
ModulePlanner add health check documentation. 2015-08-13 17:16:06 +02:00
ModuleProcess
ModuleQueries make query handling examples more reliable. 2015-08-14 14:45:53 +02:00
ModuleRequest
ModuleTasks
ModuleWal
NamingConventions issue #1409: Document values with null character truncated with 2.6.2 on Windows 2015-07-13 12:45:13 +02:00
NewFeatures Fix broken links. 2015-08-11 16:50:27 +02:00
Replication added tests for requireFromIncluded 2015-08-25 12:50:58 +02:00
Sharding
SimpleQueries
Transactions
Traversals issue #1372: fixed wrong parameter in traversal documentation 2015-06-12 16:08:41 +02:00
Upgrading More docs. 2015-08-11 13:34:57 +02:00
UsingJsUnity
WebInterface
WriteAheadLog
styles removed wrong comment 2015-08-04 17:30:32 +02:00
README.mdpp Make version more prominent in documentation 2015-08-21 00:18:32 +02:00
SUMMARY.md Improved the documentation for Foxx controller 2015-08-18 16:14:39 +02:00
book.json Improvements to documentation building 2015-08-22 04:18:02 +02:00

README.mdpp

!BOOK ArangoDB VERSION_NUMBER Documentation

Welcome to the ArangoDB documentation!

The documentation introduces ArangoDB for you as a user, developer and administrator and describes all of its functions in detail. 

ArangoDB is a multi-model, open-source database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions. Use ACID transactions if you require them. Scale horizontally and vertically with a few mouse clicks.

Key features include:

* **Schema-free schemata** let you combine the space efficiency of MySQL with the performance power of NoSQL
* Use ArangoDB as an **application server** and fuse your application and database together for maximal throughput
* JavaScript for all: **no language zoo**, you can use one language from your browser to your back-end
* ArangoDB is **multi-threaded** - exploit the power of all your cores
* **Flexible data modelling**: model your data as combination of key-value pairs, documents or graphs - perfect for social relations
* Free **index choice**: use the correct index for your problem, be it a skip list or a fulltext search
* Configurable **durability**: let the application decide if it needs more durability or more performance
* No-nonsense storage: ArangoDB uses all of the power of **modern storage hardware**, like SSD and large caches
* **Powerful query language** (AQL) to retrieve and modify data 
* **Transactions**: run queries on multiple documents or collections with optional transactional consistency and isolation
* **Replication** and **Sharding**: set up the database in a master-slave configuration or spread bigger datasets across multiple servers
* It is **open source** (Apache Licence 2.0)

In this documentation you can inform yourself about all the functions, features and programs ArangoDB provides for you.

You can also go to our [cookbook](https://docs.arangodb.com/cookbook) and look through some recipes to learn more about ArangoDB specific problems and solutions.

!SUBSECTION Community

If you have questions regarding Arangodb, Foxx, drivers, or this documentation don't hesitate to contact us on:

- [github](https://github.com/arangodb/arangodb/issues) for issues and missbehaviour or [pull requests](https://www.arangodb.com/community/)
- [google groups](https://groups.google.com/forum/?hl=de#!forum/arangodb) for discussions about ArangoDB in general or to anounce your new Foxx App
- [stackoverflow](http://stackoverflow.com/questions/tagged/arangodb) for questions about AQL, usage scenarios etc.

Please describe:

- the environment you run ArangoDB in
- the ArangoDB version you use
- whether you're using Foxx
- the client you're using
- which parts of the Documentation you're working with (link)
- what you expect to happen
- whats actualy happening

We will respond as soon as possible.