Swirrl / datahost-prototypes

Eclipse Public License 1.0
0 stars 0 forks source link

Deltatool: Applying a delta to the TX log #262

Open RickMoynihan opened 1 year ago

RickMoynihan commented 1 year ago

This is the follow on part for #261. Once a delta has been created via the process outlined in #261, a user will want to apply it.

They can do so by issuing the following POST request:

POST /my-data/my-release 
Content-Type: application/x-datahost-tx-csv
If-Match: <REVISION_ID>

<TX_FORMAT_DATA>

The TX_FORMAT_DATA is in the format supplied by the route described in #261.

More details of the approach are described in the reified tx approach in this presentation:

delta-protocol-design-v2.zip