/autotree

AUTOmatically create a TREE and manage subscribers as pids for topic based Pub Sub data

Primary LanguageErlangOtherNOASSERTION

autotree

automatically manage publishes on a tree of topics and their subscribers. Local instance, in memory tables, high performance (~25k inserts per second on MacBook Pro i5 2,6GHz).

Abstract

Features a topic based publish–subscribe pattern, each topic being a list of terms, so subscribers get update events about any sub tree, a bit like AMQT. Uses CmRDT for merging updates.

Spread is built on top of it, adding persistence and distribution.

Build

$ rebar3 compile