diff options
author | Rasmus Luha <rasmus.luha@ut.ee> | 2025-04-13 01:16:54 +0300 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@ut.ee> | 2025-04-13 01:16:54 +0300 |
commit | f42212afe0cc0de4b321df2cd70d830a3ea06231 (patch) | |
tree | 30935a99a8f8cf1d0624f5830d85b609fa95d205 /config.py | |
parent | 5a46716cf0d6d465052eef48006ae32072c71bd3 (diff) |
add SplitJson processor support in Nifi
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ NIFI_USER="lab08nifiuser" NIFI_PASS="tartunifi2023" +NIFI_DEPLOY=False + ## Database DB_URL="http://influxdb:8086/write?db=nifi_weatherData" |