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.
- Host: GitHub
- URL: https://github.com/edenlabllc/taskafka
- Owner: edenlabllc
- License: mit
- Created: 2018-10-04T16:17:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-14T10:39:25.000Z (about 6 years ago)
- Last Synced: 2025-03-12T13:47:55.489Z (about 2 months ago)
- Language: Elixir
- Size: 34.2 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).