jeroen / mongolite

Fast and Simple MongoDB Client for R
https://jeroen.github.io/mongolite/
284 stars 64 forks source link

dplyr back-end #6

Open jeroen opened 9 years ago

jeroen commented 9 years ago

Can generalize the (relational) dplyr verbs using mongodb?

wolkym commented 8 years ago

I saw https://github.com/ropensci/nodbi, but did't try it.

BetweenTwoTests commented 8 years ago

Possible inspiration https://cran.r-project.org/web/packages/tidyjson/vignettes/introduction-to-tidyjson.html So far I've been using query result %>% unlist(., recursive=FALSE) to peel off one layer of the nested data frame at a time. Not sure how to deal with complex nested data.frame with different depths.

jjcad commented 7 years ago

+1 This would be an awesome feature. It seems like dplyr has most or all of the necessary elements to map over to a MongoDB Aggregation Pipeline.