Support for Apache-Ignite #29340
matsvitt
started this conversation in
Show and tell
Replies: 3 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey,
I thought for ages, I am the only one interested in connecting Superset to Ignite :)
I need to build a short example (please give me some time)…
However: My Connect6ion looks like this:

So you might adjust the protocol to igniteworks
Best
Matthias
… On 24. Jan 2025, at 14:46, Fedor Abramov ***@***.***> wrote:
Hey! Trying to connect my Ignite to superset.
Database itself working fine.
Added sqlalchemy-ignitex to docker/requirements-local.txt in the superset.
Looks like superset successfully installs your package but when I'm trying to connect my database to superset, I have an error.
Could you help me please? What I'm doing wrong?
Screenshot.2025-01-24.at.16.41.17.png (view on web) <https://github.com/user-attachments/assets/c89d739e-8621-46fe-b67e-7e1fdf4c9230> Screenshot.2025-01-24.at.16.43.42.png (view on web) <https://github.com/user-attachments/assets/355cb5d7-1a46-40bf-b8da-103f7104fca5> Screenshot.2025-01-24.at.16.44.20.png (view on web) <https://github.com/user-attachments/assets/cdf931ba-d1ae-45e0-a6c2-5af2776e94d7>
—
Reply to this email directly, view it on GitHub <#29340 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAGVDPCD3KF256KHJYNNYJT2MI72RAVCNFSM6AAAAABVZW7LMCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOJUGM2DONA>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Glad to hear that :)
… On 24. Jan 2025, at 15:47, Fedor Abramov ***@***.***> wrote:
WOW! Changed protocol to igniteworks and it realy works! Thank you so much!
—
Reply to this email directly, view it on GitHub <#29340 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAGVDPFYFO37QJUUFQIAXKD2MJHBRAVCNFSM6AAAAABVZW7LMCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOJUGQYTKOI>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
if anyone is interested in accessing Apache Ignite datasets… this is now possible (however, early alpha - you’ve been warned).
Please include the latest version (which is 0.5.6 as of today) of the sqlalchemy-ignitex project
In your superset setup. It is installable via pipy via:
pip install sqlalchemy-ignitex
The code for this package is also on github (https://github.com/matsvitt/sqlalchemy-ignite/). It is a fork based on the original sqlalchemy-ignite project (kudos to predictiveworks). I just added a few things in order to make it work again.
Please let me know, if it is useful. I would be glad to support.
Beta Was this translation helpful? Give feedback.
All reactions