5 Commits

Author SHA1 Message Date
wjones a49354bbcb add search_mongodb.py and change seriesid in update_mongodb.py from a string to an int. 2026-02-06 08:44:37 -05:00
wjones 66cb23bb6d file not executable 2026-02-05 16:58:30 -05:00
wjones 0f0f9078c6 Refactor load_json_to_mongodb function to include updateDict for change detection and enhance logging with screenprint method 2026-02-05 16:53:10 -05:00
wjones 332ad8e5d8 Enhance load_json_to_mongodb function to support change detection and statistics tracking for inserted and updated documents. 2026-02-05 10:37:17 -05:00
wjones df89aad7e6 Add MongoDB integration and JSON download functionality
- Created a new script `update_mongodb.py` to handle downloading JSON data from APIs and loading it into MongoDB.
- Implemented functions for downloading JSON files, loading data into MongoDB collections, and managing updates.
- Updated `update_json.py` to instantiate the `dbmongo` class for MongoDB operations.
- Enhanced logging for better tracking of the download and load processes.
2026-02-05 09:02:37 -05:00