rilldata / rill

Rill is a tool for effortlessly transforming data sets into powerful, opinionated dashboards using SQL. BI-as-code.

Home Page:https://www.rilldata.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Mongo Connection as option

ericschmar opened this issue · comments

Is your feature request related to a problem? Please describe.
We have data sources spanning csv, parquet, etc. but also have a data source using MongoDB. Currently, I have to export our enormous collection and run my own script to convert it into a parquet file before importing it.

Describe the solution you'd like
Ideally, I could add a connection within Rill and query data real time that way.

Describe alternatives you've considered
Microsoft Power BI but the licensing cost is too high.

Additional context
N/A

Thanks for the request!

query data real time

Would you envision that we push sql queries down to mongodb via Atlas (can potentially be quite slow) or that we ingest your collection into Rill?