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).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NoSQL database support

matthewwardrop opened this issue · comments

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.

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