kafka-device: UI device events via a Kafka message broker

[ hardware, library, mit, program ] [ Propose Tags ]

Modules

[Last Documentation]

  • Network
    • UI
      • Network.UI.Kafka
        • Network.UI.Kafka.Keyboard
        • Network.UI.Kafka.Types

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.5.0, 0.2.1.0, 0.2.1.2, 1.0.0.0, 1.0.2.0, 1.0.2.1
Dependencies aeson, base (>=4.8 && <5), binary, bytestring, cereal, milena, mtl [details]
License MIT
Copyright (c) 2016 Brian W Bush
Author Brian W Bush <consult@brianwbush.info>
Maintainer Brian W Bush <consult@brianwbush.info>
Category Hardware
Home page https://bitbucket.org/functionally/kafka-device
Bug tracker https://bwbush.atlassian.net/projects/HKAFDEV/issues/
Source repo head: git clone https://bitbucket.org/functionally/kafka-device
Uploaded by BrianBush at 2016-11-28T02:50:02Z
Distributions
Reverse Dependencies 5 direct, 1 indirect [details]
Executables kafka-device-keyboard, kafka-device
Downloads 3444 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-28 [all 3 reports]

Readme for kafka-device-0.1.5.0

[back to package description]

UI device events via a Kafka message broker

This package contains functions passing UI device events to topics on a Kafka message broker.

Clients

The simple Kafka client that produces events from the keyboard can be run, for example, as follows:

cabal run kafka-device-keyboard -- keyboard-client localhost 9092 events keyboard

The simple Kafka client that consumes events can be run, for example, as follows:

cabal run kafka-device -- consumer-client localhost 9092 events

See also