MongoDB persistence plugin for the littlefork data pipeline framework, supporting storage and retrieval of profile, history, and unit data. Currently at v1.0.0-rc.1; pre-release with stable API. Provides plugins like mongodb_store, mongodb_query_units, and mongodb_fetch_units for CRUD operations. Differentiates new units, revisions, and relations. Lightweight integration with littlefork's JSON-based query system.
npm install littlefork-plugin-mongodbNo compatibility data collected yet for this library.
Shows how to configure and run littlefork with the mongodb_store plugin using a config file and query.
Use the plugin only within a littlefork configuration.
Double-check the MongoDB URI and ensure the server is running.
Pin to exact version until stable release.
Run 'npm install --save littlefork-plugin-mongodb' in the project root.
Ensure 'mongodb_store' is listed in the 'plugins' array of the config file.