ml-starter-packs / ml-monorepo

Educational example monorepo demonstrating services managed with pants.
https://ml-starter-packs.github.io/ml-monorepo/
MIT License
0 stars 0 forks source link

How do we want to handle test data? #3

Open mathematicalmichael opened 2 years ago

mathematicalmichael commented 2 years ago

workflow can be "manage data" with minio and "access data" through public server OR s3.

this way credentialed users can modify data but anyone can access it.

mathematicalmichael commented 2 years ago

minio + apache deployment together, put in services folder in root of this repo, validate functionality

mathematicalmichael commented 2 years ago

once files are available... how will the code itself go download them? tflow, torch, etc all do some version of this.

mathematicalmichael commented 2 years ago

right now we just pull these in with the makefile from a storage server.

update: now using cloudflare to proxy that server, need to verify things still work, as well as test s3/minio access.