mongodb设计MongoDB schema、编写查询并配置数据库,优化一致性与性能,支持数据同步和API集成。
Install via ClawdBot CLI:
clawdbot install ivangdavila/mongodbGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 20, 2026
Design MongoDB schemas for product catalogs with embedded product variants, categories, and reviews. Use proper indexing for search filters and implement aggregation pipelines for analytics like top-selling products and customer behavior patterns.
Implement time-series data storage for IoT devices using bucketing patterns to handle high-frequency sensor readings. Create TTL indexes for automatic data expiration and compound indexes for efficient time-range queries on device metrics.
Build user profiles with embedded recent activity and referenced historical data. Design schemas for posts with comments using proper array management to prevent unbounded growth, and implement text search for content discovery.
Create atomic transaction documents with embedded line items and metadata. Implement strong consistency patterns with majority write concern for audit trails, and design indexes for date-range queries and account reconciliation.
Design HIPAA-compliant document schemas with embedded treatment history and referenced large medical files via GridFS. Implement proper indexing for patient lookup and aggregation pipelines for treatment analytics and reporting.
Build multi-tenant applications where each customer's data is isolated in MongoDB collections or databases. Use proper indexing strategies to maintain performance as customer data grows, and implement aggregation for cross-tenant analytics.
Offer MongoDB optimization and analytics services to clients. Help businesses design efficient aggregation pipelines, create proper indexes to reduce query times, and implement production-ready configurations for scaling.
Develop CMS platforms using MongoDB's flexible schema for diverse content types. Implement proper document embedding for related content, use text search for content discovery, and optimize for read-heavy workloads with appropriate indexing.
💬 Integration Tip
Ensure proper connection string configuration with retryWrites enabled, and implement appropriate read/write concerns based on your consistency requirements. Always test aggregation pipelines stage by stage before deployment.
Scored Apr 19, 2026
Use Redis effectively for caching, queues, and data structures with proper expiration and persistence.
MarkItDown is a Python utility from Microsoft for converting various files (PDF, Word, Excel, PPTX, Images, Audio) to Markdown. Useful for extracting structu...
Database Designer - POWERFUL Tier Skill
Execute SQL queries, inspect Snowflake databases, schemas, tables, views, warehouses, and data pipeline resources. Use this skill when users want to query da...
Skill Oracle — Curated documentation of quality ClawHub skills. Markdown tables telling agents which tools work and which are empty. Not an API or code library.
Database Schema Designer