You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/09/01 18:00:37 UTC

[GitHub] [superset] ohhappy1986 opened a new issue #16551: Support REDIS as datasource

ohhappy1986 opened a new issue #16551:
URL: https://github.com/apache/superset/issues/16551


   We would like superset can read data from REDIS in query and can combine with query from other datasource to build final report query.
   
   In our case we have stores some data in REDIS and some data in SQL server, and we need to build report based on both data.
   
   It could be similar like the link below:
   https://www.cdata.com/kb/tech/redis-python-sqlalchemy.rst
   https://www.cdata.com/kb/tech/redis-connect-google-data-studio.rst
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] betodealmeida commented on issue #16551: Support REDIS as datasource

Posted by GitBox <gi...@apache.org>.
betodealmeida commented on issue #16551:
URL: https://github.com/apache/superset/issues/16551#issuecomment-913040531


   The CData connector is commercial, so we can't really ship a DB engine spec in Superset that depends on it, and it's going to be hard to find developers interested in adding support for it. I tried searching an open source SQAlchemy dialect for Redis, but didn't find anything.
   
   One way to move forward is for you to write your own DB engine spec for Superset, as a separate package, leveraging the CData SQLAlchemy dialect. Your package can define an entry point that enables Superset to find it and use it. If you're interested in doing this I can give more pointers on how to do it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org