1
0
Fork 0
arangodb/Documentation/Books/Cookbook
Vinay Pyati ec6f8e27f5 Doc - Fix typos and link (#5675) 2018-06-29 09:30:25 +02:00
..
AQL Issue #4502: Update documentation: replaced deprecated NEIGHBORS() function (#4515) (#4595) 2018-02-20 10:15:06 +01:00
Administration Doc - new cookbook 'Speeding up slave initialization' (#4193) 2018-01-03 13:05:22 +00:00
Cloud Documentation/add mesos containerizer recipie (#3533) 2017-10-26 18:57:55 +02:00
Compiling Doc - Fix typos and link (#5675) 2018-06-29 09:30:25 +02:00
Graph
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 Documentation 3.3/port unification (#4122) 2017-12-21 11:33:59 +01:00
AccessingShapesData.md
DocumentInheritance.md
FOOTER.html
README.md Documentation/fix cookbook index (#3300) 2017-09-21 10:30:32 +02:00
SUMMARY.md Doc - new cookbook 'Speeding up slave initialization' (#4193) 2018-01-03 13:05:22 +00:00
book.json Doc - Add versions to Gitbook configs (#5700) 2018-06-29 09:29:19 +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