-The actual data this application provides lives in MongoDB. This service performs `read-only` operations to get that data. A separate service called [Jet-Set-Radio-API-Admin](https://github.com/Jet-Set-Radio-API/JetSetRadio-API-Admin) is an ETL service(also created by me) that ONLY writes the data into Mongo. Each Resource has its own CronJob that fires off weekly. This is done by design in order to have two separate services, each doing one specific thing. One service is the actual API performing `read-only` operations, while the other is a set of `Admin` tools performing mostly `write-only` operations to manage this API.
0 commit comments