Open zverok opened 7 years ago
Sure, @zverok. Feel free to expand this list. 😄
Regarding (1), (2) and (3), our Excel exporter is currently only supporting xls format and could definitely use an upgrade with support to xlsx format. And yes - it's better to add benchmarks (and close #51 😉 ) before deciding on which gem dependency to use for new Importers / Exporters.
I had a look at Trick, and it's speed of importing csv into postgresql seems to be VERY impressive. It'd be awesome if we could have a generic csv importer that's this fast. (related to #31)
More:
We definitely should not mimic their API, but it would be interesting to investigate:
There are some gems gaining popularity recently, whose task could be solved (probably with more grace!) with daru+daru-io.
Let's look at them and consider what useful ideas we can borrow: sometimes for new features, sometimes for showcases. List will probably grow!
ActiveRecord
addon to export models to Excel. Could be done bydaru-io
in its current state. So, it is a matter of probably writing a blog post demonstrating our approaches to those problems ;) A really good chance to showcase daru-io, because a lot of people are talking about the gem recently.