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

https://github.com/sofyan48/domba

DOMBA KNOT
https://github.com/sofyan48/domba

consumer dns domba-knot kafka

Last synced: about 1 year ago
JSON representation

DOMBA KNOT

Awesome Lists containing this project

README

          

# DOMBA KNOT AGENT

## INSTALLING

For production test install domba in pypi
```
pip install domba
```
to developer install
```
pip install -e .
```

Setting Knot Environment
```
domba envi knot
```

Before using sheep as a RESTKnot agent you are required to install kafka
[Get Kafka And Install](https://kafka.apache.org/)

Setting Your Broker
```
domba envi broker
```

## HELP
Next documentation for domba run
```
domba --help
```
for each command
```
domba COMMAND --help
```