equinor / gordo

An API-first distributed deployment system of deep learning models using timeseries data to predict the behaviour of systems
GNU Affero General Public License v3.0
26 stars 23 forks source link

IROC datasource: support more tags than NINENINE #169

Closed epa095 closed 5 years ago

epa095 commented 5 years ago

Currently we only support NINENINE tags, as seen by the regexp and the basepath. But there are other fields in /raw/plant/uon/cygnet, e.g. UON_EF is in /raw/plant/uon/cygnet/efd/history/. A map with regexps to base-paths just as with the NCS stuff would solve it.

https://github.com/equinor/gordo-components/blob/78203b2db3a79b7d1e96cdc69feb45b810ca5d58 /gordo_components/data_provider/iroc_reader.py#L19

epa095 commented 5 years ago

Closed by #370