arangodb
Installation
SKILL.md
ArangoDB
ArangoDB is a multi-model NoSQL database, supporting graph, document, and key-value data models. It's used by developers and enterprises needing flexible data storage and retrieval for various applications.
Official docs: https://www.arangodb.com/docs/stable/
ArangoDB Overview
- Database
- Collection — Contains documents.
- Document — JSON documents.
- Graph — Contains collections of vertices and edges.
- Vertex Collection
- Edge Collection
- Query — ArangoDB Query Language (AQL) query.
- Collection — Contains documents.
Use action names and parameters as needed.
Working with ArangoDB
Related skills