1
0
Fork 0
arangodb/Documentation/Books/Manual
Simran 5ed45c4df2
Doc - Fix typos
2019-05-06 13:25:30 +02:00
..
Administration Doc - Fix cleanout server example (#8744) 2019-05-06 12:18:46 +02:00
Analyzers issue 526.9.1: implement swagger interface, add documentation (#8730) 2019-04-16 18:54:30 +03:00
Appendix Foxx Security (#8845) 2019-04-25 09:56:29 +02:00
Architecture Doc - DC2DC: DirectMQ vs. Kafka (#8900) 2019-05-06 13:02:36 +02:00
BackupRestore Doc - Backup and Restore - Small typo (#8589) 2019-03-26 14:54:29 +01:00
DataModeling Stream Transaction HTTP docs (#8833) 2019-04-29 17:04:27 +02:00
Deployment Doc - DC2DC: DirectMQ vs. Kafka (#8900) 2019-05-06 13:02:36 +02:00
Downgrading Doc - More downgrade options (solving challenging situations) (#7988) 2019-02-05 00:48:33 +01:00
Foxx Doc - Fixx Foxx Files example 2019-05-06 12:37:15 +02:00
GettingStarted Doc - Fix typo in GettingStarted/QueryingTheDatabase.md 2019-03-07 01:50:10 +01:00
Graphs Doc - SmartGraphs formatting (#6486) 2019-04-30 10:56:54 +02:00
Indexing do not use the TTL index for queries which it does not support (#8766) 2019-04-15 18:55:19 +02:00
Installation Doc - macOS - Remove Graphical App, improve CLI install steps, Starter inclusion (#7964) 2019-05-06 11:00:51 +02:00
Monitoring Doc - Fix headline level of LogLevels.md 2019-03-26 15:31:07 +01:00
Programs Doc - Fix typos 2019-05-06 13:25:30 +02:00
ReleaseNotes Doc - Add documentation for k Shortest Paths (#8836) 2019-05-06 12:56:03 +02:00
Scaling Doc - Additional Scalability & Architecture Refactor (#5850) 2018-08-22 23:27:31 +02:00
Security Foxx Security (#8845) 2019-04-25 09:56:29 +02:00
Transactions Stream Transaction HTTP docs (#8833) 2019-04-29 17:04:27 +02:00
Troubleshooting Doc - cleanups (#7685) 2018-12-06 14:25:31 +01:00
Tutorials Doc - Sync external repos 2019-03-13 (devel) (#8405) 2019-03-13 23:00:43 +01:00
Uninstallation Doc - new page for Uninstallation (#7673) 2018-12-06 11:39:52 +01:00
Upgrading Doc - Cites Kubernetes in the upgrade guide (#8133) 2019-02-13 13:13:01 +01:00
Views/ArangoSearch Doc - Fix Views Markup (#7032) 2019-04-30 11:22:55 +02:00
styles Doc - Extend generation of program option tables (#7888) 2019-01-10 19:39:26 +01:00
FOOTER.html Add footer to docs, unify slogan 2017-05-12 10:19:37 +02:00
Highlights.md Doc - Complete the highlights page (#7972) 2019-02-19 00:17:13 +01:00
README.md Doc - Added a way to disable page-toc (#6040) 2018-08-01 00:28:36 +02:00
SUMMARY.md Foxx Security (#8845) 2019-04-25 09:56:29 +02:00
Satellites.md reintroduce smart joins after temporarily reverting them in devel (#8543) 2019-03-23 20:36:02 +01:00
SmartJoins.md added views to limitations 2019-04-01 12:14:52 +02:00
book.json Doc - Add version to Gitbook configs + fix (#5701) 2018-06-27 20:56:57 +02:00

README.md

page-toc
disable
true

ArangoDB VERSION_NUMBER Documentation

Welcome to the ArangoDB documentation!

{% hint 'info' %} New and eager to try out ArangoDB? Start right away with our beginner's guide: Getting Started {% endhint %}

Structure

The documentation is organized in five handbooks:

  • This manual describes ArangoDB and its features in detail for you as a user, developer and administrator.
  • The AQL handbook explains ArangoDB's query language AQL.
  • The HTTP handbook describes the internal API of ArangoDB that is used to communicate with clients. In general, the HTTP handbook will be of interest to driver developers. If you use any of the existing drivers for the language of your choice, you can skip this handbook.
  • Our Cookbook with recipes for specific problems and solutions.
  • The Driver handbook includes the documentation of the available official ArangoDB drivers and integrations, and an overview of the community drivers.

Features are illustrated with interactive usage examples; you can cut'n'paste them into arangosh to try them out. The HTTP REST-API for driver developers is demonstrated with cut'n'paste recipes intended to be used with the cURL. Drivers may provide their own examples based on these .js based examples to improve understandability for their respective users, i.e. for the java driver some of the samples are re-implemented.

Key Features

ArangoDB is a native 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:

  • installing ArangoDB on a cluster is as easy as installing an app on your mobile
  • Flexible data modeling: model your data as combination of key-value pairs, documents or graphs - perfect for social relations
  • Powerful query language (AQL) to retrieve and modify data
  • Use ArangoDB as an application server and fuse your application and database together for maximal throughput
  • 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
  • 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
  • JavaScript for all: no language zoo, you can use one language from your browser to your back-end
  • ArangoDB can be easily deployed as a fault-tolerant distributed state machine, which can serve as the animal brain of distributed appliances
  • It is open source (Apache License 2.0)

Community

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

When reporting issues, 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
  • what is actually happening

We will respond as soon as possible.