scanner-research / scanner

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

Replace metadata storage and sampling API with SQL #13

Closed willcrichton closed 6 years ago

willcrichton commented 7 years ago

Long-term idea. We should transition away from our own custom storage solution to something more standard. Would also be nice to have a standard relational algebra for table sampling.

willcrichton commented 6 years ago

Bumping this in priority. We keep having to layer hacks on to load table and video metadata that should be easily accessible out of a SQL database (cc @apoms)

willcrichton commented 6 years ago

Done with introduction of SQL source/sink