Are you planning to add support to use superset with SPARQL endpoints? E.g., DBpedia: https://dbpedia.org/sparql

Comment From: xrmx

If there's a sqlalchemy dialect for that it should be doable, otherwise you need to implement a specific backend.

Comment From: wdduncan

I see there is an RDFAlchemy project:

http://rdfalchemy.readthedocs.io/en/latest/

Under the capabilities section, it says "SQLAlchemy" interface, but I'm not sure what that means ...

Has anyone tried using RDFAlchemy with Superset?

Comment From: vromero

This would be massively useful in the broader RDF community.

Comment From: mohadelrezk

+1 for sparql endpoints support, it will have a great impact on linked statistical data usability.

Comment From: ecow

+1 for sparql endpoints support

Comment From: stale[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.

Comment From: akuckartz

This issue has been automatically marked as stale

:-(

Comment From: wdduncan

Yes. Unfortunately, there was never any follow up on it.

Comment From: rsiebes

That's a pity, it would be great if this is picked up.

Comment From: edwardsph

It seems that the RDFAlchemy work went stale and the repo has been deleted. I'm just starting to look at Superset and RDF support is essential for my use case. I'm also going to be looking beyond SPARQL to include QuadPatternFragments and Comunica.

I think I would still need to adapt such services to use SQLAlchemy or (as this post says) use ETL to put the data in a RDBMS.

I'd love to hear if anyone has other ideas.

Comment From: wdduncan

Yes. You do ETL and then use Superset. But, it would be nice if you could connect to the SPARQL endpoint directly.
FYI, here is generic way to put RDF into a table: https://github.com/ontodev/rdftab.rs

Comment From: fbelleau

If people would like to help, I have a new strategy to bring SPARQL capability into Superset. Visit this project page :

https://github.com/fbelleau/superset4sparql/blob/main/README.md

Comment From: wdduncan

@fbelleau I would be great if this capability could be added to Superset! Happy to help where I can.

Comment From: kvistgaard

+1 for SPARQL endpoint support

Comment From: fbelleau

I am doing it here as a proof of concepts.

https://github.com/fbelleau/superset4sparql

Comment From: khashashin

@fbelleau checking this after 2 years :D it would be great to have sparql support in apache superset