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.
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.