API to read logs from NSQ topics. Returns a streaming response off a randomly named channel which is deleted after the stream is closed.
- Python = 2.7
Install nsq-api package to start the service.
pip install git+https://github.com/deep-compute/nsq-api.git
Start service without a logagg-master.
$ nsq-api runserver --host <IP/DNS> --port <port_number> --no-master
Start service and register it to logagg-master.
nsq-api runserver --host <IP/DNS> --port <port_number> --master host=<master_host>:port=<master_port>:key=<master_key>:secret=<master_secret>