1
0
Fork 0
arangodb/Documentation/Books/Users
Jan Steemann ac37515a7a updated documentation 2015-03-18 17:46:26 +01:00
..
AdministratingArango
Aql issue #1241: added configure option `allowNull` for visitor 2015-03-12 16:28:52 +01:00
AqlExamples return 1 is clever! 2015-02-11 15:59:41 +01:00
AqlExtending
ArangoActions
Arangodump
Arangoimp
Arangorestore
Arangosh added information about `%HOMEDRIVE%` and `%HOMEPATH%` 2015-01-21 15:49:00 +01:00
Blueprint-Graphs
Collections Improved documentation for create in the collections 2015-03-09 11:03:23 +01:00
ConfigureArango updated documentation 2015-03-18 17:46:26 +01:00
Databases
DatafileDebugger
Documents fixed documentation 2015-01-22 13:36:01 +01:00
Edges fixed documentation 2015-01-22 13:36:01 +01:00
ErrorCodes
FirstSteps
Foxx Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-03-13 17:12:12 +01:00
General-Graphs
GeneralHttp
Glossary
HttpAdministrationAndMonitoring
HttpApi
HttpAqlQuery kill AQL queries 2015-03-12 15:00:14 +01:00
HttpAqlQueryCursor added `filtered` attribute to AQL execution statistics 2015-02-13 21:37:49 +01:00
HttpAqlUserFunctions
HttpAsyncResultsManagement
HttpBatchRequest
HttpBulkImports
HttpCollection
HttpDatabase
HttpDocument
HttpEdge
HttpEndpoints
HttpGharial
HttpGraphs
HttpIndexes
HttpMiscellaneousFunctions
HttpReplications
HttpShardingInterface
HttpSimpleQuery
HttpTasks
HttpTransaction
HttpTraversal
HttpUserManagement
IndexHandling added index usage page 2015-03-10 11:17:16 +01:00
Installing Changed text for linux mint 2015-03-09 10:50:29 +01:00
ModuleActions
ModuleConsole
ModuleFs
ModuleGraph
ModuleJavaScript Added documentation. 2015-01-20 17:26:10 +01:00
ModulePlanner
ModuleQueries Added the Module queries to the documentation 2015-03-18 09:54:18 +01:00
ModuleRequest Added documentation. 2015-01-20 17:26:10 +01:00
ModuleTasks
ModuleWal
NamingConventions issue #1225: updated documentation 2015-01-30 12:01:45 +01:00
NewFeatures documentation 2015-02-20 17:51:47 +01:00
Replication
Sharding
SimpleQueries
Transactions
Traversals fun with custom visitors 2015-01-28 00:45:21 +01:00
Upgrading fixed typos 2015-03-17 08:57:13 +01:00
UsingJsUnity
WebInterface
WriteAheadLog
localtheme issue #1275: https://docs.arangodb.com include jquery local, not from jquery cdn 2015-03-14 15:32:16 +01:00
README.mdpp added link to the cookbook on the first page of the documentation 2015-02-25 15:24:26 +01:00
SUMMARY.md Added the Module queries to the documentation 2015-03-18 09:54:18 +01:00
arangodbLogo.png Changed design of the docs and update the themes 2015-03-03 14:25:47 +01:00
book.json
cookbookLogo.png Changed design of the docs and update the themes 2015-03-03 14:25:47 +01:00
googlegroupsIcon.png Changed design of the docs and update the themes 2015-03-03 14:25:47 +01: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 its functions in detail. 

ArangoDB is a multi-purpose, 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.