jerni
a framework to build data-driven products from the ground up

module: @jerni/store-mongo

get all utilities for syncing data from Events Queue to MongoDB

Usages

// get all utilities for syncing data from Events Queue to MongoDB
const mongoDbAdapter = require("@jerni/store-mongo");
const { makeStore, Model, readPipeline } = mongoDbAdapter;