This repo currenly consists of two ways to load data into a mongo database. One is loading csvs into pandas and the other is a more general way to load a dask dataframe into a mongo database.
- https://github.com/JonathanWoodell/Data_Ingester.git
- python -m venv env
- pip install -r .\requirements.txt
- python main.py --config_file config.json