MongoDB backend for the Ceramic ODM (Object Document Mapper), enabling MongoDB integration with Ceramic's data access API. Version 1.2.0 targets Node.js >= 0.11.9. Released as part of a serialization-focused ecosystem, it provides a bridge between Ceramic abstractions and MongoDB. It has low maintenance cadence and is primarily of historical interest for legacy projects using older Node.js versions.
npm install ceramic-backend-mongodbNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import and instantiate the MongoDB backend with a connection URI, then connect via Ceramic.
Use CommonJS require or upgrade Node.js to 13.2+ for ESM support.
Use `import Backend from 'ceramic-backend-mongodb'` without braces.
Evaluate if `ceramic-backend-mongodb` meets your project's long-term needs.
Run `npm install ceramic-backend-mongodb` and check case sensitivity.
Change to `import Backend from 'ceramic-backend-mongodb'` (no braces).
No dependency data recorded yet.