hubmapconsortium / ingest-api

MIT License
0 stars 0 forks source link

New endpoints (PUT /datasets and PUT /uploads) to handle the bulk updating of entities #583

Open ChuckKollar opened 6 days ago

ChuckKollar commented 6 days ago

New endpoints (PUT /datasets and PUT /uploads) to handle the bulk updating of entities - https://github.com/sennetconsortium/ingest-api/pull/449/files#diff-dbbd81613f45e75c24d247a0a00eaf8bc018218b14771a16b30b182368852c6e

ChuckKollar commented 6 days ago

This is the part of Issue: https://github.com/hubmapconsortium/ingest-api/issues/568 that has not been completed.

To do this right there should be an endpoint created in entity-api that takes the information queues it and returns a 201. Alternatively, the endpoint in ingest-api should use a job queue to load up the calls to entity-api and return a 201; as the SenNET folks are doing it.