1
0
Fork 0
arangodb/Documentation/Books/Users
Wilfried Goesgens db029a352f Mention that neighbors() and shortest_path() may return null-items. 2015-11-10 15:29:42 +01:00
..
AdministratingArango
Advanced Documentation formatting 2015-10-02 03:14:55 +02:00
Aql Mention that neighbors() and shortest_path() may return null-items. 2015-11-10 15:29:42 +01:00
AqlExamples
AqlExtending Add checker for MarkdownPP failures; fix existing failures (fixes #1497) 2015-09-17 17:26:01 +02:00
ArangoActions restore 2.6 behavior for db-based modules 2015-10-01 10:51:23 +02:00
Arangosh
Collections
ConfigureArango added option `--server.hide-product-header` 2015-11-10 10:27:59 +01:00
Databases
Documents
Edges
ErrorCodes
FirstSteps
Foxx Capital Foxx! 2015-11-05 15:19:03 +01:00
GeneralGraphs Make the headlines uniq since they're used to construct the anchors. 2015-11-10 15:29:16 +01:00
GeneralHttp Rework HTTP basics 2015-11-05 13:51:56 +01:00
Glossary
Graphs Fix links; currently links in REST-documentation only work in the RESTDESCRIPTION :-( 2015-10-01 13:30:55 +02:00
HttpAdministrationAndMonitoring
HttpApi Rework HTTP basics 2015-11-05 13:51:56 +01:00
HttpAqlQuery
HttpAqlQueryCache
HttpAqlQueryCursor
HttpAqlUserFunctions
HttpAsyncResultsManagement
HttpBatchRequest
HttpBulkImports
HttpCollection
HttpDatabase
HttpDocument
HttpEdge
HttpEndpoints
HttpExport
HttpGharial Fix links; currently links in REST-documentation only work in the RESTDESCRIPTION :-( 2015-10-01 13:30:55 +02:00
HttpIndexes
HttpMiscellaneousFunctions
HttpReplications
HttpShardingInterface
HttpSimpleQuery
HttpTasks
HttpTransaction
HttpTraversal Implement a starting resource for graph documentation 2015-09-24 18:53:23 +02:00
HttpUserManagement
IndexHandling Updated the documentation for arrayindexing with subattributes 2015-10-27 13:51:10 +01:00
Installing removed remark about Micro Instance 2015-10-01 17:45:42 +02:00
ModuleActions
ModuleConsole
ModuleFs
ModuleJavaScript
ModulePlanner
ModuleProcess Add checker for MarkdownPP failures; fix existing failures (fixes #1497) 2015-09-17 17:26:01 +02:00
ModuleQueries
ModuleRequest
ModuleTasks
ModuleWal
NamingConventions
NewFeatures Add checker for MarkdownPP failures; fix existing failures (fixes #1497) 2015-09-17 17:26:01 +02:00
Replication
Sharding
SimpleQueries changed documentation for index creation methods 2015-10-21 14:59:45 +02:00
Transactions notes on deadlocks and deadlock detection 2015-11-04 17:15:56 +01:00
Traversals reverted commit because of missing CLA 2015-10-29 19:26:37 +01:00
Upgrading Deprecate CS in 2.9, not 2.8 2015-10-06 12:47:58 +02:00
UsingJsUnity
WebInterface
styles Deleted localstorage used for searching in the docs. This search is not used anymore but still the result was ddisplayed for old searches 2015-09-22 17:22:28 +02:00
README.mdpp Insert a blank 2015-10-01 17:25:08 +02:00
SUMMARY.md Rework HTTP basics 2015-11-05 13:51:56 +01:00
book.json Use the same plugin for the index as the docs.arangodb.com does 2015-09-21 16:50:19 +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 modeling**: 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 License 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 misbehavior 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 announce 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 actually happening

We will respond as soon as possible.