Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The feature can be developed as a microservice service that sits works alongside CPS 
  • We can expose new endpoints for the feature, wherein the new endpoints can:
    • accept two anchor names (irrespective of their schema) and generate a delta report of the JSON data stored in both the anchors
    • for comparing an anchor to a payload, we can expose a second endpoint that takes one anchor and raw jSON data as input to generate the delta report or the first endpoint can be used to send the JSON as payload
      • in order to to achieve this the second anchor can be defined as an optional parameter in the request
  • the possibility of including the delta feature as a part of existing API's can also be explored. 
  • The feature will only support generating the delta for anchors within the same dataspace.

...