Closed sckott closed 7 years ago
also paging for feedback/thoughts, esp. if you'd use this (no worries if you'd never user this setup)
@zachary-foster @ibartomeus @johnbaums @jimmyodonnell @fmichonneau @pmarchand1 @ljvillanueva @dlebauer
Didn't know of its existence, but looks useful for heavy queries!
@ibartomeus just started it :) but on taxize issues for a few years :( https://github.com/ropensci/taxize/issues?q=label%3Asql+is%3Aclosed
Hi @sckott, I am not too good at SQL and have not used any SQL features in taxize, so I might not be the best tester for this.
@zachary-foster okay, no worries, hopefully this pkg (eventually) will make it easy enough for those that don't know SQL, but yeah users still need to install a SQL database, though that gives me an idea - possibly use a in memory SQLite storage engine as an option...hmmmm
Sounds useful, and I like the idea of sqlite.
@johnbaums cool, if you have a chance to try it, let me know what you think
hey @Alectoria @EDiLD
moving SQL stuff here to this new pkg - because it's just too hard to integrate SQL stuff with such a big package as
taxize
This pkg at least right now won't try to replicate the API based calls in
taxize
, but rather helps the user download data, load into a SQL database, then create ansrc
class that can be plugged directly intodplyr
for easy manipulationlet me know what you think