MongoDB Cross Instance Cursor
JSON →A MongoDB driver extension (v1.0.17) that enables consuming MongoDB cursors across multiple Node.js instances, useful in microservice environments. It works by leveraging internal MongoDB wire protocol commands to persist cursor state across restarts or upgrades. Unlike approaches using `limit/skip` (which become slow over large datasets) or range-based queries (costly across indexes), this package directly manipulates cursor internals. It supports mongoose peer dependency ^6 || ^7 || ^8 || ^9 and mongodb driver ^4 || ^5 || ^6 || ^7. Includes TypeScript types. Active development with occasional releases.
Traffic · last 30 days stale · no recent hits
total hits 8
actors 3 distinct systems
last hit 20d ago Bingbot
top countries 🇺🇸 United States · 🇸🇬 Singapore · AR
Resources
packagemongodb-cross-cursor ↗
API endpoints
full doc /v1/registry/mongodb-cross-cursor