Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

nearform/import-npm-to-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

import-npm-to-mongodb

Simple Node script that imports npm to a mongodb.

# assuming you have a mongodb running
npx import-npm-to-mongodb

The modules are stored in the db.modules.

Useful if you need a dataset for testing.

Docker image

There is also a Docker image available with the data

docker pull mafintosh/npm-in-mongo
docker run -it -p 27017:27017 mafintosh/npm-in-mongo