You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace stats.db with central datastore (ie pg) to assure all microservices use the same version and to avoid having to sync all the time with stats.db from S3.
Create authenticated endpoints which allows to update database via microservice POST /v1/glad-alerts/delete -d {"start_date":<yyyy-mm-dd>, "end_date":,<yyyy-mm-dd>} POST /v1/glad-alerts/insert -f {"file":<new_data.csv>}
The text was updated successfully, but these errors were encountered:
Replace stats.db with central datastore (ie pg) to assure all microservices use the same version and to avoid having to sync all the time with stats.db from S3.
Create authenticated endpoints which allows to update database via microservice
POST /v1/glad-alerts/delete -d {"start_date":<yyyy-mm-dd>, "end_date":,<yyyy-mm-dd>}
POST /v1/glad-alerts/insert -f {"file":<new_data.csv>}
The text was updated successfully, but these errors were encountered: