Videos from JuliaCon are now available online
2018
Previous editions: 2017 | 2016 | 2015 | 2014
Jacob Quinn

Domo



New in DataStreams.jl: Type flexibility, querying, and parallelism, oh my!

The DataStreams.jl framework is behind a number of key packages in the Julia data ecosystem. At it’s core, it defines the “Source” and “Sink” interfaces that various formats can implement to automatically integrate with other formats that also implement the interfaces. This solves the one-to-many interop problem that always plagues data formats (“what? it only takes CSV files??”). With DataStreams, it’s quick and easy to implement the interface and automatically hook into the rest of the Julia data ecosystem. So what’s new and noteworthy in DataStreams?

Speaker's bio

Attended Carnegie Mellon for a master’s degree in data science and active Julia contributor for 4 years now.