sfu-db / connector-x

Fastest library to load data from DB to DataFrames in Rust and Python
https://sfu-db.github.io/connector-x
MIT License
2.02k stars 163 forks source link

Any plans to support NoSQL ? #373

Open ivbeg opened 2 years ago

ivbeg commented 2 years ago

Is there any plan to support NoSQL databases like MongoDB, ArangoDB and e.t.c ?

wangxiaoying commented 2 years ago

Hi @ivbeg , thanks for the issue. We are currently focusing on RDBMS sources. But NoSQL databases will definitely be a future direction! I think one of the main issue to support NoSQL would be API refactor (since we currently use SQL to query all datasources). Another issue is how to flatten the query result into a tabular dataframe.