EURODEO / e-soh

Monorepo for the 3 connected services of e-soh
5 stars 0 forks source link

Make it possible to publish to multiple "collections" in E-SOH #215

Open Teddy-1000 opened 1 week ago

Teddy-1000 commented 1 week ago

I think it would be good to implement a way to ingest and get data from multiple "collections" so we can separate data in cases where this would make sense. For example raw and qc data. I suggest the ingestor do this in this manner /json/<collection>/, make it easy to controll access to different endpoints in a firewall. The EDR API already support this in the EDR spec, but the api itself need to implement this. Main work for this issue will be to implement this in the protobuf and backend.

lukas-phaf commented 4 days ago

I think the big question is how you want to implement this in the backend...