ropensci / taxizedb

Tools for Working with Taxonomic SQL Databases
Other
30 stars 7 forks source link

Feedback #4

Closed sckott closed 7 years ago

sckott commented 8 years ago

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 an src class that can be plugged directly into dplyr for easy manipulation

let me know what you think

sckott commented 8 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

ibartomeus commented 8 years ago

Didn't know of its existence, but looks useful for heavy queries!

sckott commented 8 years ago

@ibartomeus just started it :) but on taxize issues for a few years :( https://github.com/ropensci/taxize/issues?q=label%3Asql+is%3Aclosed

zachary-foster commented 8 years ago

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.

sckott commented 8 years ago

@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

johnbaums commented 8 years ago

Sounds useful, and I like the idea of sqlite.

sckott commented 8 years ago

@johnbaums cool, if you have a chance to try it, let me know what you think