chovanecm / sacredboard

Dashboard for sacred. Monitor and access your past machine learning experiments.
MIT License
184 stars 39 forks source link

Extend DataStorage with a factory method for MetricsDAO #62

Closed chovanecm closed 7 years ago

chovanecm commented 7 years ago

The DataStorage class must have a factory method that returns a concrete MetricsDAO (#60).

Because there are already implementations of backends that don't support metrics yet, the default implementation must return a DAO that always return no metrics but that behaves as a normal MetricsDAO object for read operations (there are no write operations yet).