SecurityLogMiner / log-collection-client

Everything you do not see but feel the effects of.
Apache License 2.0
0 stars 0 forks source link

Log package #49

Closed endepointe closed 4 months ago

endepointe commented 4 months ago

Modified the config.toml so that the user can add a log package. A log package consists of a source and table name.

When the application starts, additional information is applied to the channels as a tuple: (time, logdata).

The trait makes better use of OOP concepts by bundling up common event functions that can be used by a client sdk, in this case dynamdbsdk.

Deleted the function start_dynamodb because it was not useful. Inserted its functionality into the trait.

TODO: documentation.