1
0
Fork 0
arangodb/Documentation/Books/Cookbook
KVS85 df4cd9b650 Doc - updates to the compiling under windows section (#7893) 2019-01-15 20:01:30 +01:00
..
AQL Feature 3.4/nested aql (#6612) 2018-09-26 17:17:12 +02:00
Administration Doc - Backports from devel (#7680) 2018-12-06 14:27:48 +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 (#7893) 2019-01-15 20:01:30 +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-12-05 15:24:04 +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 (3.4) (#7940) 2019-01-11 20:21:15 +01:00
AccessingShapesData.md
DocumentInheritance.md Feature/misc spelling corrections (#5164) 2018-07-13 13:06:20 +02:00
FOOTER.html
README.md
SUMMARY.md Doc - Cookbook: Remove outdated OpenSSL recipe (#7939) 2019-01-11 22:33:40 +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