- Set the configurations for the mongo db in the
database.py
file. - The project is Separated into modules ie, rituparna, database and main.
- The functions can be found in
rituparna.py
, the configurations for the database can be found in thedatabase.py
file.
- The plotting of the histogram and the skew is yet to be done.
-
Found out corresponding Acid.
-
Stored to Database
- None So Far.
- Plotting into Histogram - 1
- Plotting into Histogram - 2
- Installing a Virtual Environment
- Getting statrted with mongo and Docker
- Create a virtual environment
- use
pip install -r requirements.txt
- Start mongo db server on
0.0.0.0:27017/
- If you are using Docker, to run the database, use
docker run --name storetest -p 27017-27019:27017-27019 mongo
- The
requirements.txt
had to be removed due to various dependency bugs popping out in the repository.