Quickstart

Go Home

Setup

Before downloading 0-Meter, you will need a few things installed:

Once you download Python, you can run the below commands to install the other dependencies:

  • Linux

sudo pip install apscheduler pyzmq kafka-python * Windows

python -m pip install apscheduler pyzmq kafka-python

Use

0-Meter is designed to be easy to use. It is a command line python script, and all of the software is contained within the .py file.

Once the dependencies are installed and the repository cloned, using the script is as easy as running the below command:

python 0-meter.py config.xml

Configuration

Continue on to Configuration for more information!