Skip to content
moulliet edited this page Sep 1, 2016 · 6 revisions

What is the Hub?

Blind Men and the Elephant

The hub is a distributed linked list.
The hub is a messaging system.
The hub is a long term data store.

The hub is like a Key Value Store

with some differences

  • Most KV stores allow mutations. The hub does not.
  • The hub imposes that all item keys always move forward in time
  • The hub offers ordering guarantees to provide consistent answers to time based queries

The hub is like a Messaging system

  • Items are immutable
  • Item keys always increase

and some differences

  • Most messaging systems do not let you access arbitrarily old items
  • Many messaging systems are difficult to cluster
  • Many messaging system require custom clients