sourcenetwork / defradb

DefraDB is a Peer-to-Peer Edge Database. It's the core data storage system for the Source Network Ecosystem, built with IPLD, LibP2P, CRDTs, and Semantic open web properties.
398 stars 40 forks source link

Support JSON Patch updates #256

Open jsimnz opened 2 years ago

jsimnz commented 2 years ago

For #100 we would like to edit/index individual scalar array elements, which is not possible with our current JSON Merge method. So JSON Patch should be supported as it allows individual updates

fredcarle commented 1 year ago

Possibly relavant code that had been dead for over a year will have been deleted here: https://github.com/sourcenetwork/defradb/pull/1050

shahzadlone commented 1 year ago

@fredcarle Thanks for linking here, makes easier to find in the future.

jsimnz commented 1 year ago

Related to #101