1
0
Fork 0
arangodb/Documentation/Books/Users
kevin cloinger af6202e3e7 added Configuration
Added a section with examples of how to use configuration from the cli.
2015-07-14 09:43:41 -06:00
..
AdministratingArango
Aql updated documentation 2015-07-13 10:55:57 +02:00
AqlExamples Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
AqlExtending
ArangoActions
Arangodump Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
Arangoimp Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
Arangorestore Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
Arangosh
Blueprint-Graphs Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
Collections Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
ConfigureArango query cache, now with result limitations, HTTP and JavaScript APIs 2015-06-27 01:12:32 +02:00
Databases
DatafileDebugger
Documents Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
Edges Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
ErrorCodes
FirstSteps
Foxx added Configuration 2015-07-14 09:43:41 -06:00
General-Graphs Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +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
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 Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
HttpBatchRequest Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
HttpBulkImports Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
HttpCollection Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
HttpDatabase Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
HttpDocument Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
HttpEdge Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
HttpEndpoints
HttpExport
HttpGharial Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
HttpGraphs Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
HttpIndexes Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
HttpMiscellaneousFunctions
HttpReplications
HttpShardingInterface
HttpSimpleQuery updated CHANGELOG 2015-06-18 14:03:31 +02:00
HttpTasks
HttpTransaction
HttpTraversal Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
HttpUserManagement
IndexHandling Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
Installing somehow the previous commit messed it up. try fixing it 2015-06-18 14:22:35 +02:00
ModuleActions
ModuleConsole
ModuleFs
ModuleGraph Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
ModuleJavaScript
ModulePlanner
ModuleProcess
ModuleQueries
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 somehow the previous commit messed it up. try fixing it 2015-06-18 14:22:35 +02:00
Replication
Sharding Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
SimpleQueries Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
Transactions
Traversals issue #1372: fixed wrong parameter in traversal documentation 2015-06-12 16:08:41 +02:00
Upgrading updated documentation 2015-06-18 15:01:34 +02:00
UsingJsUnity
WebInterface Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
WriteAheadLog
styles Changed the design of the header in the documentation 2015-07-13 16:57:30 +02:00
README.mdpp
SUMMARY.md updated documentation 2015-07-13 10:55:57 +02:00
book.json Changed the plugin for toggle chapters 2015-07-13 16:56:26 +02:00

README.mdpp

!BOOK ArangoDB 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 any questions don't hesitate to ask on:

- [github](https://github.com/arangodb/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.