1.0.8 • Published 6 years ago

student-data-generator v1.0.8

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

Student Data Generator

Are you tired think up data every time when you want to play with database? Maybe, you want to try MongoDB Aggregation, MongoDB Replication, MongoDB Sharding, MongoDB Advanced Indexing with big data?

This script is help you to generate some information about students. Available about 1billion combination of surname, name and middle name + more than 1000 university subjects.

Installation

Install the dependencies and devDependencies and start the server.

$ [sudo] npm install student-data-generator [-g]

How to use

  • For remote MongoDb
$ studentdatagenerator -i NUMBER_OF_DOCUMENTS -u USERNAME -p PASSWORD --ip SERVER_IP --db DB_NAME --cl COLLECTION_NAME
  • For local MongoDb
$ studentdatagenerator -i NUMBER_OF_DOCUMENTS -u 0 -p 0  --ip 0 --db DB_NAME --cl COLLECTION_NAME

Need help?

$ studentdatagenerator --help

Source code

Source code available on GitHub Page

License

MIT

Have Fun! :v:

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago