What problem does it solve?
This Skill provides a robust solution for managing structured data directly within the Mirra platform, eliminating the need for external databases for many common use cases.
Core Features & Use Cases
- Collection Management: Define, list, retrieve, update, and archive data collections (schemas).
- Record Operations: Insert single or batch records, query with advanced filtering and sorting, update existing records, and delete individual records.
- Data Aggregation: Perform aggregations like sum, average, count, min, and max on collection data, grouped by specified fields.
- Quota Management: Monitor storage quota usage.
- Use Case: Store and manage customer contact information, product catalogs, or sales transaction data, accessible via API calls.
Quick Start
Use the mirra-data skill to define a new collection named 'products' with fields for 'name' (string, required) and 'price' (number, required).