GithubHelp home page GithubHelp logo

leeper / data-versioning Goto Github PK

View Code? Open in Web Editor NEW
108.0 108.0 8.0 17 KB

Collecting thoughts about data versioning

License: Creative Commons Attribution 4.0 International

data data-citation data-versioning metadata unf version-control

data-versioning's People

Contributors

johnyesberg avatar leeper avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

data-versioning's Issues

Dat Update

Need some update for the dat-protocol, that at the time that the article was written had not evolved enough, today it is bigger and more active. Also there is a dat broken link.

I've written Gists about this issue

This may be interesting to you:

I've also done work on a tree based data structure intended to represent arbitrary structures and allow fast structural editing: https://github.com/MatrixAI/js-tree-order-index It's not finished and is based on the paper dynamic hierarchal trees. http://www.vldb.org/pvldb/vol8/p986-finis.pdf

The same author has also got an interesting version tree data structure as well.

The key-value conclusion

I'm interested in the key-value conclusion. If the data is highly structured, e.g. tabular or hierarchical, then I imagine that a key might be "row x column y", or for (e.g. JSON) document data, a key might be "person.addresses.home.street_number". This could potentially make the storage quite inefficient/expensive.

I think that as long as

  • changesets can refer to the smallest atoms of data,
  • they can be reliably applied in forward/reverse direction as required
    then storing the master version in (say) CSV or JSON format would be just as useful.

I also wonder whether mentioning the "Command/Query Responsibility Segregation" (CQRS) and Event Sourcing patterns in the Review of Existing Tools and Approaches might be useful.
https://en.wikipedia.org/wiki/Command%E2%80%93query_separation
https://martinfowler.com/eaaDev/EventSourcing.html
These can be useful when it is important to be able to undo or reconstruct sequences of operations.

Possible additional tech?

I haven't read through all of the information in the README, but I came across this repo while trying to locate a project I had looked at a few weeks ago and forgot to bookmark.

It sounds like that project might be a good option to include in this list: https://github.com/attic-labs/noms

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.