README.md
# Ktsllex
[](https://travis-ci.org/quiqupltd/ktsllex)
[](https://hex.pm/packages/ktsllex)
Kafka Topic and Schema creator
## Usage
Add `ktsllex` to your `deps` list :
```elixir
{:ktsllex, "~> 0.0.1"},
```
Run `mix do deps.get, deps.compile`
Now you have access to `create_schemas` and `create_topics` mix tasks, eg:
```bash
$ mix create_schemas --host=localhost:8081 --schema=schema_name --base=./path/to/schemas/json
$ mix create_topics --host=localhost:3030 --user=admin --password=admin --topic=topic_name
```
## Development
* `mix deps.get`
* `mix test`