Giter Club home page Giter Club logo

aesop's Introduction

aesop

A keen Observer of changes that can also relay change events reliably to interested parties. Provides useful infrastructure for building Eventually Consistent data sources and systems.

Releases

Release Date Description
Alpha release December 2013 Proof of concept code in "sandbox"

Getting Started

aesop aims to leverage capabilities from a at least a couple of good projects that already exist in this space viz.

The "sandbox" module currently contains proof of concept code to do the following:

  • Relay : An implementation of the Databus Relay that uses a Producer to create change events of the sample 'Person' type.
    • Runtime dependencies : None
  • Relay Client : An implementation of a Consumer that connects to the sample Relay and consumes change events of the sample 'Person' type.
    • Runtime dependencies : A running 'Relay'
  • Bootstrap Producer : A Bootstrap i.e. special Consumer that is used for creating snapshots for change events of the sample 'Person' type. Stores these snapshots in a MySQL DB.
    • Runtime dependencies : A running 'Relay'
  • Bootstrap Server : A Bootstrap server that provides a Http interface for slow Consumers to run catch-up queries on. Returns snapshots stored by the 'Bootstrap Producer' for change events of the sample 'Person' type.
    • Runtime dependencies : None
  • Bootstrap Client : A sample bootstrap consumer that consumes snapshots in catch-up mode for change events of the sample 'Person' type.
    • Runtime dependencies : A running 'Bootstrap Server'

HBase examples

The "sandbox" module also has some samples for consuming WAL edits from HBase writes and making these available for consumption via a Databus Relay:

aesop's People

Contributors

shoury avatar regunathb avatar

Watchers

James Cloos avatar Koushik Ramachandra avatar  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.