It is a python based streaming processing framework
Here is how the configuration looks like:
{
"zookeeper": {
"hosts": "zookeeper:2181"
},
"rabbitmq": {
"username": "stonezhong",
"password": "***",
"host": "rabbitmq",
"port": 5672,
"heartbeat": 300
}
}