A small and basic package to create randomized MongoDB documents and trivial load.
Project description
MongoDataRandomizer
This is a simple data randoizer to load up a MongoDB database with data.
Installation
From PyPI
pip install MongoRandomizer
From Source
- Download source code
cd
to the download directory- Run
pip install --editable .
Use
Help
graboskycMBP:~ graboskyc$ MongoRandomizer -h
usage: MongoRandomizer [-h] [-c CS] [-t T] [-b B] [-m M] [-p P] [-w WC] [-j]
[-g]
task
CLI Tool for continually writing random data to a MongoDB database for testing
purposes
positional arguments:
task clean, insert, insertAndUpdate, read, everything
optional arguments:
-h, --help show this help message and exit
-c CS server connection string
-t T threads to use, if left off, use 10
-b B blocksize to use. if not inclided, use 1000
-m M max blocks to use. if not inclided, use 1000
-p P additional chars of padding to increase document size
-w WC write concern to use. if blank, none used
-j, --journaling if omitted, false. if flag enabled, journal
-g, --geo if omitted, use customer data. if flag enabled push
geographic data
Random Inserts
graboskycMBP:~ graboskyc$ MongoRandomizer -c mongodb://localhost -t 5 -b 500 -p 10 -w 1 -j insert
About to enter data in:
Threads: 5
DB: demodb
Collection: democollection
Blocksize: 1000
Max Blocks: 500
Write Concern: 1
Journaling: True
This process will continue until you press control+c or break
Sample Document
{
"_id" : ObjectId("5b7db58ecc39345cebc78f67"),
"prescriptions" : [
"Drug water adult.",
"Enjoy month.",
"Just always wind summer.",
"Bad street me.",
"Assume.",
"Section.",
"Forward nearly.",
"Town community boy.",
"Vote major.",
"Walk.",
"Left night receive.",
"Relationship speak.",
"Affect nearly.",
"Present star special.",
"Employee instead.",
"Kid foot direction poor.",
"Determine law."
],
"accountNumber" : 48,
"padding" : "aaaaaaaaaa",
"address" : "847 Ferguson Rd.",
"payment" : 60,
"occupation" : "Aid worker",
"singupDate" : ISODate("2018-08-22T19:11:55.442Z"),
"copay" : 20,
"notes" : "Crime evening nation artist blue far fast generation. Play list range none before night everyone. Doctor make score around.",
"zipcode" : "43418",
"state" : "WY",
"fullname" : "Donna Webster",
"deductible" : 300
}
Sample Geo Document
{
"_id" : ObjectId("5b9fd129cc39341758236d80"),
"padding" : "",
"notes" : "Wait mean performance view billion plan civil this. Cup prevent season.\nEffect thought while get market war wife oil.",
"name" : "Mr. Antonio Salas MD",
"location" : {
"type" : "Point",
"coordinates" : [
-73.59354663520122,
42.00216814289992
]
}
}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file MongoRandomizer-0.3.11.tar.gz
.
File metadata
- Download URL: MongoRandomizer-0.3.11.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fae9625bf13d8a61d1d51352520f5d7e6153c8539149bba43e52252d28a783f |
|
MD5 | b1f7dbbf92fcbf7d9774a986b0817ac5 |
|
BLAKE2b-256 | 2fbb7b8f4e6c5401e302f88659dc2e7d8daac24aa1a10082ec0da64612ef17b1 |
File details
Details for the file MongoRandomizer-0.3.11-py2-none-any.whl
.
File metadata
- Download URL: MongoRandomizer-0.3.11-py2-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3958ea3146679099bd2064286526fe7fba0c5bae1307dfaf69c1512a05f9014 |
|
MD5 | 5f9645d7f9d2234eb30359a9ec7776e1 |
|
BLAKE2b-256 | 1f14fce5553c6953fb8f830cc95d1e5074677bc6d71b1293985f2dae0da90ea8 |