1
0
Fork 0
arangodb/Documentation/Books/Cookbook
KVS85 ac37dbed89 Doc - updates to the compiling under windows section (#7894) 2019-01-15 20:00:35 +01:00
..
AQL Add support for nested aql queries in JS (#6482) 2018-09-26 14:21:24 +02:00
Administration Doc - cleanups (#7685) 2018-12-06 14:25:31 +01:00
Cloud Doc - Additional Deployment Refactor (#5776) 2018-07-11 20:46:19 +02:00
Compiling Doc - updates to the compiling under windows section (#7894) 2019-01-15 20:00:35 +01:00
Graph Doc - Dangling interbook checker [New] (#5735) 2018-06-30 13:23:02 +02:00
Monitoring Doc - single link per line (#5904) 2018-07-20 10:46:27 +02:00
UseCases Doc - Create MonetaryDataWithoutPrecisionLoss.md (#7149) 2018-11-28 20:02:33 +01:00
assets Doc - add duplicate check in the build script (#5897) 2018-07-18 19:01:07 +02:00
styles Doc - Extend generation of program option tables (#7888) 2019-01-10 19:39:26 +01:00
AccessingShapesData.md Documentation/migrate cookbook devel 32 (#3290) 2017-09-20 13:40:50 +02:00
DocumentInheritance.md Feature/misc spelling corrections (#5164) 2018-07-13 13:06:20 +02:00
FOOTER.html Documentation/migrate cookbook devel 32 (#3290) 2017-09-20 13:40:50 +02:00
README.md Doc - Adds toc plugin (#4577) 2018-02-13 19:04:32 +01:00
SUMMARY.md Doc - Cookbook: Remove outdated OpenSSL recipe (#7929) 2019-01-11 22:34:06 +01:00
book.json Doc - Add version to Gitbook configs + fix (#5701) 2018-06-27 20:56:57 +02:00

README.md

Cookbook

This cookbook is filled with recipes to help you understand the multi-model database ArangoDB better and to help you with specific problems.

You can participate and write your own recipes. You only need to write a recipe in markdown and make a pull request to our repository.

Recipes

There will be some simple recipes to bring you closer to ArangoDB and show you the amount of possibilities of our Database. There also will be more complex problems to show you solution to specific problems and the depth of ArangoDB.

Every recipe is divided into three parts:

  1. Problem: A description of the problem
  2. Solution: A detailed solution of the given problem with code if any is needed
  3. Comment: Explanation of the solution. This part is optional depending on the complexity of the problem

Every recipe has tags to for a better overview:

#api, #aql, #arangosh, #collection, #database, #debian, #docker, #document, #driver, #foxx, #giantswarm, #graph, #howto, #java, #javascript, #join, #nodejs, #windows