Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barthez/kane-consumer
GenServer consumer for Kane
https://github.com/barthez/kane-consumer
elixir google-pubsub kane pubsub
Last synced: 30 days ago
JSON representation
GenServer consumer for Kane
- Host: GitHub
- URL: https://github.com/barthez/kane-consumer
- Owner: barthez
- Created: 2019-03-09T20:32:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-10T20:36:33.000Z (almost 6 years ago)
- Last Synced: 2024-03-14T21:44:57.054Z (11 months ago)
- Topics: elixir, google-pubsub, kane, pubsub
- Language: Elixir
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/barthez/kane-consumer.svg?branch=master)](https://travis-ci.org/barthez/kane-consumer)
# KaneConsumer
An extension module to [Kane](https://github.com/peburrows/kane) that allows
you defining your own GenServer consumers for Google PubSub subscriptions.You can find [documentation](https://hexdocs.pm/kane_consumer) on hexdocs.
## Installation
The package can be installed by adding `kane_consumer` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:kane_consumer, "~> 0.1.0"}
]
end
```