data_lake.h
Go to the documentation of this file.
1 
9 #ifndef DATA_LAKE_H_
10 #define DATA_LAKE_H_
11 
13 #include "data_lake_processor.h"
14 
18 typedef struct mcl_data_lake_t
19 {
22 } data_lake_t;
23 
24 #endif //DATA_LAKE_H_
data_lake_processor_t processor
Data lake processor handle.
Definition: data_lake.h:21
struct mcl_data_lake_configuration_t mcl_data_lake_configuration_t
Data lake configuration module header file.
mcl_data_lake_configuration_t * configuration
Data structure holding the data lake configuration.
Definition: data_lake.h:20
struct mcl_data_lake_t mcl_data_lake_t
Definition: mcl_data_lake.h:34
Data lake processor module header file.