An open API service indexing awesome lists of open source software.

https://github.com/edenlabllc/taskafka

TasKafka is a background processing application written in Elixir and uses Kafka as a messaging backend.
https://github.com/edenlabllc/taskafka

Last synced: 22 days ago
JSON representation

TasKafka is a background processing application written in Elixir and uses Kafka as a messaging backend.

Awesome Lists containing this project

README

        

# TasKafka

**TasKafka is a background processing application written in Elixir and uses Kafka as a messaging backend.**

## Installation

TasKafka can be installed by adding `taskafka` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:taskafka, "~> 0.0.1"}
]
end
```

Documentation can be found at [https://hexdocs.pm/taskafka](https://hexdocs.pm/taskafka).