summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 3ee758c..aa3f99c 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
# Pipeline generator
-This is a pipeline generator that currently supports the following platforms: `Nifi`, `Telegraf`(TODO).
+This tool is a pipeline generator that currently supports the following platforms: `Nifi`, `Telegraf`.
+This was built as a part of my Bachelor's thesis.
## Usage
- `source venv/bin/activate`
- `pip install -r requirements.txt`
-- Setup sutff in `config.py` (database and nifi auth etc)
-- Then run `main.py`
-WIP
+- Setup sutff in `config.py`, for more info look at [Configuration info](#Configuration-info)
+- Then run `python main.py`
## Configuration info