justforfunc #41: CSVQL - serving CSV with SQL (part 2)

justforfunc: Programming in Go Video 7 years ago

Description

This is the second part of CSVQL: https://youtu.be/bcRDXAraprk

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?