justforfunc #40: CSVQL - serving CSV with SQL (part 1)

justforfunc: Programming in Go Video 7 years ago

Description

CSV files are the basic format for data sharing, but they're not always the best way to consume it.

So, what if we created a SQL server that reads the content directly from the CSV files in a folder ... all of it in Go?

References:

- code: https://github.com/campoy/justforfunc/tree/master/40-cvsql
- gitbase: https://github.com/src-d/gitbase
- go-mysql-server: https://github.com/src-d/go-mysql-server