summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md45
1 files changed, 41 insertions, 4 deletions
diff --git a/README.md b/README.md
index a923cd3..78f0718 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,41 @@
-Next step: modify processor
- - templates added: DONE
- - Chose which one to use: IN PROGRESS
- - and use it
+# Pipeline generator
+This is a pipeline generator that currently supports the following platforms: `Nifi`, `Telegraf`(TODO).
+
+## Usage
+WIP
+- `source venv/bin/activate`
+- `pip install -r requirements.txt`
+- Setup sutff in `config.py` (database and nifi auth etc)
+- Then run `main.py`
+
+
+## Configuration info
+Can configure under config.py
+sample VAR-s are given
+WIP
+
+
+## Current Repo structure
+|-- common
+| `-- core.py
+|-- config.py
+|-- main.py
+|-- modules
+| |-- nifi
+| | |-- core.py
+| | `-- templates
+| | |-- ...
+| `-- telegraf
+| `-- core.py
+|-- pipelines
+| `-- <Generated pipelines>
+|-- README.md
+`-- requirements.txt
+
+
+### Samples
+
+Currently testing with 2 following apis (sample urls):
+ - https://api.open-meteo.com/v1/forecast?latitude=58.38&longitude=26.72&current_weather=true
+ - https://delta.iot.cs.ut.ee/measurement/measurements?source=780&?dateFrom=2024-10-15T00:00:00Z&dateTo=2024-10-16T00:00:01Z&pageSize=200&type=KogEN
+