Commit Graph

2 Commits

Author SHA1 Message Date
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