Skip to content

Commit

Permalink
Clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Mar 25, 2015
1 parent e9a1810 commit 98d1520
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ A Kafka consumer for InfluxDB written in Python.
All messages sent to Kafka on a certain topic will be relayed to Influxdb.
Supports Influxdb 0.8.x and 0.9.x.

## Example Usage
## Usage

To run a simple test, you can provide config flags on the commandline like so:

python kafka_influxdb.py --influxdb_host 127.0.0.1 --influxdb_port 8086

or
You can also specify a config file which is more convenient for running as a daemon:

python kafka_influxdb.py --configfile my_config.yaml

## Options
## Configuration

kafka_influxdb.py [-h] [--kafka_host KAFKA_HOST]
[--kafka_port KAFKA_PORT]
Expand Down

0 comments on commit 98d1520

Please sign in to comment.