Versions Compared

Key

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

...

The data lake class itself comprises a total of six methods and essentially controls the saving of events to the database. For this purpose, it uses the Data Lake InfluxDB Client.

method namedescription
onInvocationStarting

starting the DataLakeInfluxDbClient,

Registering

registering and

Initializing

initializing new measurement series in InfluxDB

onEventadding empty label field to incoming event and storing event in database
onDetachstopping the DataLakeInfluxDbClient

Image data, unlike events, is not stored directly in database but as Image files in a corresponding directory (writeToImageFile). In addition, the class contains two utility methods (registerAtDataLake and prepareString)



References: