1
0
Fork 0
arangodb/Documentation/Books/Cookbook
Alan Plum 78425e510c Add support for nested aql queries in JS (#6482)
* Add support for nested aql queries in JS

* updated documentation
2018-09-26 14:21:24 +02:00
..
AQL Add support for nested aql queries in JS (#6482) 2018-09-26 14:21:24 +02:00
Administration Doc - Configuration refactor 2 (#6378) 2018-09-05 19:39:39 +02:00
Cloud Doc - Additional Deployment Refactor (#5776) 2018-07-11 20:46:19 +02:00
Compiling Bug fix/fiddle version string into test paths (#6267) 2018-08-28 14:58:35 +02: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 - single link per line (#5904) 2018-07-20 10:46:27 +02:00
assets Doc - add duplicate check in the build script (#5897) 2018-07-18 19:01:07 +02:00
styles Doc - Add example anchors (#5752) 2018-07-06 16:19:36 +02:00
AccessingShapesData.md
DocumentInheritance.md Feature/misc spelling corrections (#5164) 2018-07-13 13:06:20 +02:00
FOOTER.html
README.md Doc - Adds toc plugin (#4577) 2018-02-13 19:04:32 +01:00
SUMMARY.md Doc - Additional Deployment Refactor (#5776) 2018-07-11 20:46:19 +02: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