mongo-collector
Version:
CLI tool to collect field values from a MongoDB collection into target collection with batching
40 lines (39 loc) • 826 B
JSON
{
"name": "mongo-collector",
"version": "0.1.11",
"description": "CLI tool to collect field values from a MongoDB collection into target collection with batching",
"main": "./src/index.js",
"exports": {
".": "./src/index.js"
},
"type": "module",
"keywords": [
"mongodb",
"cli",
"collector",
"aggregation",
"big-data",
"data-processing",
"etl",
"mongodb-utils"
],
"author": {
"name": "Andrew Shedov",
"url": "https://shedov.top"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/AndrewShedov/mongoCollector.git"
},
"homepage": "https://github.com/AndrewShedov/mongoCollector",
"dependencies": {
"mongodb": "^6.16.0"
},
"files": [
"src"
],
"bin": {
"mongo-collector": "./src/index.js"
}
}