Giter Site home page Giter Site logo

recidiffist's Introduction

recidiffist

recidiffist takes structured values over time and tells you how they change.

This produces an immutable log of diffs. Diffs are maps with ::added, ::removed and ::changed keys.

This lets you efficiently tie changing data (say, off a REST API) to a system that expects immutable data. That immutable data can go into a log manager, or a database like a la Datalog like Datomic and Datascript that lets you query not just the current state, but also the evolution of that state efficiently. It supports arbitrarily nested and structured data automatically by inspecting its structure, with no code to write.

For example, if you want to monitor a JSON REST API (which you pull as a cron job, or gets pushed to you via webhooks) and log changes to a log processor or dump them into Datascript to see how it changed, recidiffist is for you. If you have an audit tool and any kind of change is intrinsically interesting, recidiffist will make you happy.

License

Copyright © Latacora, LLC

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

This is a fork of an earlier project named kegan which was authored by the same principal author at a previous employer. To the best of our knowledge, kegan is no longer maintained.

recidiffist's People

Contributors

derwolfe avatar ehashman avatar irinarenteria avatar lvh avatar reaperhulk avatar

Watchers

 avatar

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.