Nhogs / popoto

Visual query builder for Neo4j graph database
http://popotojs.com
GNU General Public License v3.0
498 stars 70 forks source link

Port popoto for RDF and SPARQL #52

Closed xgfd closed 5 years ago

xgfd commented 5 years ago

Hi, I'm trying to build a similar query builder for SPARQL and RDF. Do you think it'd be possible to do so based on this greate project? Where would be the best place to start? Many thanks.

Popotojs commented 5 years ago

Yes it is possible, but today Popoto is still very linked to Cypher, the graph query is a direct mapping to a Cypher Query.

To do this I think the changes should be done in generated queries and REST connection

xgfd commented 5 years ago

Thank you. That's very helpful.