mongo2crate

JSON →
library 0.60.0 ·javascript
verified Jun 5, 2026

Sync MongoDB collections to CrateDB and convert JSON schemas to SQL DDL. Version 0.60.0, actively maintained. Provides two main workflows: incremental sync using MongoDB change streams with initial scan, and schema conversion to CREATE TABLE statements. Key differentiators include support for schema change detection, custom value mapping (e.g., string truncation), and field omission. Ships TypeScript types. Requires peer dependencies ioredis (for change stream cursor persistence) and mongodb driver.