phiweger / zoo

A portable datastructure for rapid prototyping in (viral) bioinformatics (under development).
5 stars 2 forks source link

apply diff #70

Open phiweger opened 7 years ago

phiweger commented 7 years ago

node:

https://github.com/andreyvit/json-diff https://github.com/benjamine/jsondiffpatch

python:

phiweger commented 7 years ago

deepdiff

phiweger commented 7 years ago

apply a diff: https://github.com/seperman/deepdiff/issues/44

phiweger commented 7 years ago

use case: "event sourcing system"

http://www.diva-portal.se/smash/get/diva2:877307/FULLTEXT01.pdf

maybe implement the diff cache in Redis, see #73

phiweger commented 7 years ago

too cumbersome at the moment to use deepdiff, seems bloated w/ tree view etc. going for something more lightweight (and probably less powerfull): https://github.com/yudai/gojsondiff