gisaia / ARLAS-proc

Workaround about data ingestion with computing frameworks
Apache License 2.0
4 stars 0 forks source link

Update the DataModel #82

Closed laurent-thiebaud-gisaia closed 5 years ago

laurent-thiebaud-gisaia commented 5 years ago

Current DataModel should be splitted into multiple parts.

Some configurations are only used from customers projects (eg. salvoTempo and salvoTempoValues), these should be removed from arlas-proc.

hmmWindowSize should be a static variable and not a DataModel entry, in a external class that could be turned later into real configuration file.

Check what to do of visibilityTimeout and timeSampling. By the way check why irregularTempoThreshold isn't used (can be removed?)

laurent-thiebaud-gisaia commented 5 years ago

See PR https://github.com/gisaia/ARLAS-proc/pull/88

laurent-thiebaud-gisaia commented 5 years ago

Done in PR https://github.com/gisaia/ARLAS-proc/pull/89