1
0
Fork 0
arangodb/Documentation/Books/Cookbook
Wilfried Goesgens 13ae255d5d backport documentation variable configurations (#3851)
* Correct custom search IDs, sitemap and edit URLs

* deploy versions through shell script from central places

* shellcheckify

* shellcheck, indent

* move all configs into one file

* add settings

* one more char that may occur in ids

* add per book version, its not yet the right ids.

* Update VERSIONS

Lower prio and keep 3.2 CSEs until 3.3 release (latest docs should have highest prio, followed by devel and the old docs, 3.1 and 3.0; 2.8 might be more important than 3.0 and 3.1, because some users may still use it in production and can't upgrade).
2017-12-06 10:46:54 +01:00
..
AQL Documentation/migrate cookbook devel 32 (#3290) 2017-09-20 13:40:50 +02:00
Administration Documentation/fix cookbook index (#3300) 2017-09-21 10:30:32 +02:00
Cloud Documentation/add mesos containerizer recipie (#3533) 2017-10-26 18:57:55 +02:00
Compiling Documentation/migrate cookbook devel 32 (#3290) 2017-09-20 13:40:50 +02:00
Graph Documentation/migrate cookbook devel 32 (#3290) 2017-09-20 13:40:50 +02:00
Monitoring Feature/async failover (#3451) 2017-10-18 23:59:29 +02:00
UseCases fix some typos in code and docs (#3671) 2017-11-13 17:33:36 +01:00
assets Documentation/add mesos containerizer recipie (#3533) 2017-10-26 18:57:55 +02:00
styles backport documentation variable configurations (#3851) 2017-12-06 10:46:54 +01:00
AccessingShapesData.md Documentation/migrate cookbook devel 32 (#3290) 2017-09-20 13:40:50 +02:00
DocumentInheritance.md Documentation/migrate cookbook devel 32 (#3290) 2017-09-20 13:40:50 +02:00
FOOTER.html Documentation/migrate cookbook devel 32 (#3290) 2017-09-20 13:40:50 +02:00
HEADER.html Documentation/migrate cookbook devel 32 (#3290) 2017-09-20 13:40:50 +02:00
README.md Documentation/fix cookbook index (#3300) 2017-09-21 10:30:32 +02:00
SUMMARY.md Documentation/add mesos containerizer recipie (#3533) 2017-10-26 18:57:55 +02:00
book.json backport documentation variable configurations (#3851) 2017-12-06 10:46:54 +01: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