airbnb / omniduct

A toolkit providing a uniform interface for connecting to and extracting data from a wide variety of (potentially remote) data stores (including HDFS, Hive, Presto, MySQL, etc).
MIT License
254 stars 46 forks source link

NoSQL database support #19

Open matthewwardrop opened 7 years ago

matthewwardrop commented 7 years ago

Currently we only support SQL databases; but it maybe interesting to think about adding a generic NoSQL database backend, which can be subclassed for specific databases like MongoDB or DynamoDB. We will probably think about this post 1.0.0.

@djKooks This would make your use cases feasible too.

kination commented 7 years ago

@matthewwardrop Seems good!

harsham4026 commented 6 years ago

@matthewwardrop can we add the support for Azure Data Lake as well?