Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Client class that connects to InfluxDB and writes events directly to database. Uses the Data Lake Parameters described above.

method namedescription
validate

checks

whether

the

influxDbHost

influxDbHost is

valid

connectconnects to the InfluxDB server, sets the database and initializes the batch-behaviour
databaseExistschecks whether the given database exists
createDatabasecreates a new database with the given name
savesaves an event to the connnected InfluxDB database
stopshuts down the connection to the InfluxDB server



...

References: