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
- Host: GitHub
- URL: https://github.com/sofyan48/domba
- Owner: sofyan48
- License: mit
- Created: 2019-07-16T20:25:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T15:35:20.000Z (about 3 years ago)
- Last Synced: 2025-03-18T19:26:27.477Z (about 1 year ago)
- Topics: consumer, dns, domba-knot, kafka
- Language: Python
- Size: 21.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```