I’ve been looking into Haskell’s data ecosystem. There seems to be a lot of foundational work that is missing that I’d like to help implement (if such efforts already exist) or start to implement with a group of Haskellers who have time. Namely:
- A flat buffer library - the current one is abandoned and isn’t featured in the official flat buffer documentation despite some seemingly niche language called Lobster being supported.
- an Apache Arrow compatible data frame library (along with the rest of the apache arrow suite)
- A well supported plotting library
I think this was somewhat initially the vision of dataHaskell but that effort seems to have fizzled out. Were there learnings published somewhere? What were the pitfalls? Is there still activity in the community?