ymtszw/elm-broker - version: 1.0.0

for more information visit the package's GitHub page

Package contains the following modules:

elm-broker

CircleCI

Data stream buffer for Elm application, inspired by Apache Kafka.

What is this?

Expected Usage

† It is possible to have multiple Brokers in your application for different purposes, however you must be careful so that you do not mix up Offsets produced from one Broker to ones from others. Since Offsets are only valid for their generating Broker. Wrapping Offsets in phantom types is a possible technique to enforce this restriction.

Remarks

Development

Install Elm Platform.

$ elm make
$ elm-test                    # full test
$ elm-test tests/MainTest.elm # only light-weight tests

License

Copyright © 2018, Yu Matsuzawa

BSD-3-Clause