Code Monkey home page Code Monkey logo

retcon's Introduction

Retcon

Build status

Retcon is a small system to retcon structured documents between two or more data sources. The goal is to de-couple systems which operate on the same data: each can maintain it's own copy of the data and rely on retcon to propagate any changes.

While retcon can propagate non-conflicting changes automatically, most conflicting changes will need to be resolve by a human being.

Retcon also exposes a small network API allowing other tools and humans to post change notifications, resolve conflicts, etc.

Binaries

This package produces three executables:

  • retcond: long-running server that receives notifications and issues updates to entity sources as required.
  • retcon-client: send a notification to a retcond.
  • retcon-oneshot: useful for testing and debugging, perform a retcon update without going through the rigmarole of setting up a retcond and then issuing a requests with retcon-client.

Building

You will require zeromq and libpq installed.

You can build retcon with standard Haskell tools:

Cabal

Building retcon with [cabal][] is straightforward:

cabal configure
cabal build
cabal install

Stack

Building retcon with [stack][] is also straightforward:

stack install

retcon's People

Contributors

barneydesmond avatar christian-marie avatar olorin avatar rtrvrtg avatar thsutton avatar tranma avatar tvh 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.