pennsignals / dsdk

Data Science Deploy Kit
MIT License
8 stars 7 forks source link

Update persistors #53

Closed jlubken closed 3 years ago

jlubken commented 4 years ago

Reorganizes the postgres microservice. Move store_evidence from service to mongo persistor. Add store_evidence to postgres persistor.

Removed exclude from postgres.store_evidence

See the readme on the postgres container and POSTGRES_HOST required for testing.

I don't have test coverage on store_evidence.

Closes #52