AHDBapp icon indicating copy to clipboard operation
AHDBapp copied to clipboard

REST/gRPC Data Upload

Open gpmidi opened this issue 4 years ago • 2 comments

I'm interested in expanding AHDBapp to upload data to a REST API and/or gRPC. Any high level recommendations about how you'd like to see this done? If not I'm sure I can toss something together for this.

gpmidi avatar Sep 09 '20 16:09 gpmidi

I guess whether you push to a db or push to a grpc or rest endpoint is similar

one thing you'd want to do though (and I don't do so far because I rely on the db unique index to fail fast for existing records, it's cheap locally) is first negotiate where to resume the upload from

mooreatv avatar Sep 10 '20 23:09 mooreatv

PR welcome :)

mooreatv avatar Sep 06 '21 19:09 mooreatv