Now that the repository is database driven is it easy to pull job info? My python scripts previously parsed the job folder files but that’s no longer possible now that it’s in the database.
Yeah, Mongo is stupid-easy to interact with via Python. Since Mongo stores documents internally in what is basically JSON, they convert nicely to Python dicts.
API reference: http://api.mongodb.org/python/current/