scanner-research / scanner

Efficient video analysis at scale
https://scanner-research.github.io/
Apache License 2.0
615 stars 108 forks source link

Move database functionality to NamedStorage #261

Open fpoms opened 5 years ago

fpoms commented 5 years ago

We should remove the database functionality from the Scanner master/worker code and into the python NamedStorage object. This would make the storage interface more consistent and the database format less of a special case.