Commit Graph

4 Commits

Author SHA1 Message Date
wjones a52bd5571e Refactor database metadata initialization and update JSON download logic for improved clarity and efficiency 2026-02-06 10:36:20 -05:00
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 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
wjones bbf92af79f update gitignore file 2026-02-05 07:31:43 -05:00