Skip to content
/ aesop Public

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.

Notifications You must be signed in to change notification settings

Shoury/aesop

Repository files navigation

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:

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages