TheDataStation / datastation-escrow

Apache License 2.0
1 stars 0 forks source link

first draft of the sql sharing API #26

Closed tapansriv closed 1 year ago

tapansriv commented 1 year ago

I made a first attempt at abstractions and setup for the SQL sharing API. It concretely defines a Container abstraction that contains a set of tables, as well as API calls to register data with containers, send/accept/reject/modify sharing requests, and perform data merges if possible.