What problem does it solve?
This Skill provides in-depth operational guidance for using a single database to support diverse data access patterns like document, graph, key-value, and relational, avoiding the complexity of polyglot persistence.
Core Features & Use Cases
- Database Selection: Offers a matrix to choose the best multi-model database (ArangoDB, SurrealDB, FaunaDB, Cosmos DB, OrientDB, MarkLogic, IRIS) based on specific use cases like social networks, e-commerce, or healthcare.
- Core Principles: Details the fundamental concepts and best practices for each database, including query languages (AQL, SurrealQL, FQL), data modeling, and distribution strategies.
- Reference Guides: Provides detailed Markdown files for deep dives into specific databases, covering advanced features like graph traversal, full-text search, and distributed transactions.
- Use Case: When building a social media platform, use this Skill to understand how ArangoDB's graph capabilities combined with its document store can efficiently handle user profiles and their relationships.
Quick Start
Use the role-database:multi-model-databases skill to compare ArangoDB and SurrealDB for a social network use case.