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 2022/04/07 10:58:42 UTC

[GitHub] [superset] kangyunfu opened a new issue, #19584: Why doesn't mongodb support

kangyunfu opened a new issue, #19584:
URL: https://github.com/apache/superset/issues/19584

   Why doesn't mongodb support


-- 
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.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] srinify commented on issue #19584: Why doesn't mongodb support

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

   Superset uses SQLAlchemy as an abstraction layer to talk to databases and MongoDB doesn't have a reliable SQLAlchemy dialect.
   
   https://preset.io/blog/building-database-connector/
   
   You can connect Superset to Presto or Trino instead and have either of those engines query MongoDB!
   
   https://preset.io/blog/2021-6-22-trino-superset/
   
   Moving to discussions as this isn't a bug :) 


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