1
0
Fork 0
arangodb/Documentation/Books/Cookbook
Tobias Gödderz f2ce577518 Issue #4502: Update documentation: replaced deprecated NEIGHBORS() function (#4515) 2018-02-14 10:34:40 +01:00
..
AQL Issue #4502: Update documentation: replaced deprecated NEIGHBORS() function (#4515) 2018-02-14 10:34:40 +01:00
Administration Doc - updates to the cookbook 'Speeding up slave initialization' (#4209) 2018-01-03 17:05:07 +00: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 Renamed arangoimp to arangoimport (with alias for compatibility.) (#4040) 2017-12-14 21:31:21 +01:00
assets Documentation/add mesos containerizer recipie (#3533) 2017-10-26 18:57:55 +02:00
styles Proper links for new features, correct sitemap URL of Cookbook (#4118) 2017-12-21 11:34:05 +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
README.md Doc - Adds toc plugin (#4577) 2018-02-13 19:04:32 +01:00
SUMMARY.md New cookbook 'Speeding up slave initialization' from MaxK (#3948) 2017-12-08 11:34:31 +01:00
book.json Doc - Adds toc plugin (#4577) 2018-02-13 19:04:32 +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