Draco
Configuration parameters
You can specify configurations by editing the config.sh
file.
Variable name | Description | Default value |
---|---|---|
DRACO | A sub-domain name of Draco | (empty) |
DRACO_MONGO | Use MongoDB sink for Draco. (true or false) | false |
DRACO_MYSQL | Use MySQL sink for Draco. (true or false) | false |
DRACO_POSTGRES | Use PostgreSQL sink for Draco. (true or false) | false |
DRACO_EXPOSE_PORT | Expose port 5050 for Draco. (none, local, all) | none |
DRACO_DISABLE_NIFI_DOCS | Enable NiFi Documentation path (/nifi-docs) | true |
How to setup
To set up Draco, configure some environment variables in config.sh.
First, set a sub-domain name for Draco to DRACO=
as shown:
DRACO=draco
And set one or more databases used for storing persistent data to true
:
DRACO_MONGO=
DRACO_MYSQL=
DRACO_POSTGRES=