1
0
Fork 0
arangodb/Documentation/Books/Manual/Tutorials/README.md

70 lines
2.9 KiB
Markdown

Tutorials
=========
- [CRUD](https://www.arangodb.com/tutorials/arangodb-crud/):
Document CRUD (Create, Read, Update, Delete) with AQL and HTTP API
- [AQL](../../AQL/Tutorial/index.html):
Introduction to ArangoDB's query language AQL
- [Performance Course](https://www.arangodb.com/arangodb-performance-course/):
Performance Optimization Basics: How to make your queries faster
- [Geo Queries](https://www.arangodb.com/using-arangodb-geo-index-cursor-via-aql/):
How to use the ArangoDB Geo Index Cursor via AQL
- [Foxx](../Foxx/GettingStarted.md):
Create your first "Hello World!" Foxx service
- [ArangoSearch](https://www.arangodb.com/tutorials/arangosearch/):
The implementation of ArangoDB's view engine
Deployment & Administration
---------------------------
- [ArangoDB Starter](Starter/README.md):
Starting an ArangoDB Cluster or database the easy way
- [Datacenter to datacenter Replication](DC2DC/README.md):
A tutorial about the _ArangoSync_ DC2DC solution
- [Kubernetes](Kubernetes/README.md):
Start ArangoDB on Kubernetes in 5 minutes
- [DC2DC on Kubernetes](Kubernetes/DC2DC.md):
Start DC2DC between two ArangoDB clusters running in Kubernetes
- [Monitor ArangoDB](https://www.arangodb.com/tutorials/monitoring-collectd-prometheus-grafana/):
Set up a monitoring system for ArangoDB using _collectd_, _Prometheus_ and _Grafana_
- [Cluster Administration Course](https://www.arangodb.com/arangodb-cluster-course/):
Concepts, maintenance, resilience and troubleshooting
Graphs
------
- [Graph Course](https://www.arangodb.com/arangodb-graph-course/):
Get started with ArangoDB's graph related features
- [SmartGraphs](https://www.arangodb.com/using-smartgraphs-arangodb/):
Performance benefit for graphs sharded in an ArangoDB Cluster
- [Pregel Community Detection](https://www.arangodb.com/pregel-community-detection/):
Find an underlying community structure in a network
- [Smartifier](https://www.arangodb.com/arangodb-smartifier/):
Transforming an existing Graph dataset into a SmartGraph for Enterprise level scaling
Languages and Integrations
--------------------------
- [Spring Data Demo](https://www.arangodb.com/tutorials/spring-data/):
Basic Spring Data Usage with a Game of Thrones dataset
Tutorial | Language | Driver
---------|----------|-------
[Node.js in 10 Minutes](https://www.arangodb.com/tutorials/tutorial-node-js/) | JavaScript | [ArangoJS](https://github.com/arangodb/arangojs)
[Java in 10 Minutes](https://www.arangodb.com/tutorials/tutorial-sync-java-driver/) | Java | [ArangoDB-Java-Driver](https://github.com/arangodb/arangodb-java-driver)
[PHP in 10 Minutes](https://www.arangodb.com/tutorials/tutorial-php/) | PHP | [ArangoDB-PHP](https://github.com/arangodb/arangodb-php)
[Python in 10 Minutes](https://www.arangodb.com/tutorials/tutorial-python/) | Python | [pyArango](https://github.com/tariqdaouda/pyArango)