Next steps after DC2DC and Cluster doc improvements: - We refactor replication sections and make more intuitive separation between Master/Slave and the new Active Failover in 3.3 - We create corresponding sections for Master/Slave and Active Failover in the Administration and Deployment chapters, as well as in the Scalability chapter, where these "modes" are introduced - We touch and improve the "Architecture" chapter as well, where some architecture info have to be placed - We reorg the TOC having in more "logical" order: -- Deployment -- Administration -- Security -- Monitoring -- Troubleshooting - We adds parts in the TOC - We add toc per pages, using page-toc plugin - We also put close together "Scalability" and "Architecture" chapters, preliminary steps of further improvements / aggregation - We improve swagger Internal Ref: - https://github.com/arangodb/planning/issues/1692 - https://github.com/arangodb/planning/issues/1655 - https://github.com/arangodb/planning/issues/1858 - https://github.com/arangodb/planning/issues/973 (partial fix) - https://github.com/arangodb/planning/issues/1498 (partial fix) |
||
---|---|---|
.. | ||
AQL | ||
Administration | ||
Cloud | ||
Compiling | ||
Graph | ||
Monitoring | ||
UseCases | ||
assets | ||
styles | ||
AccessingShapesData.md | ||
DocumentInheritance.md | ||
FOOTER.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