* 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). |
||
---|---|---|
.. | ||
AQL | ||
Administration | ||
Cloud | ||
Compiling | ||
Graph | ||
Monitoring | ||
UseCases | ||
assets | ||
styles | ||
AccessingShapesData.md | ||
DocumentInheritance.md | ||
FOOTER.html | ||
HEADER.html | ||
README.md | ||
SUMMARY.md | ||
book.json |
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:
- Problem: A description of the problem
- Solution: A detailed solution of the given problem with code if any is needed
- 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