-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
visually guided query generator #12
Comments
I think I need an example to understand this better...you mean with a graphic like with neo4j? |
not a great example but click on QBE here: http://dbpedia.org/isparql/ On Thu, Nov 5, 2015 at 8:57 AM, Assenav Sochat [email protected]
|
I don't really understand what I'm supposed to do, it's not intuitive. I think people would want to be able to select some entity of choice, and then see the relationships that they could ask about. Seeing nodes and links with sparql syntax on them might be intuitive for semantic web folk, but not for common folk. I'll think about this because I like the idea, and pretty much anything is possible with D3, but I'm not certain the most intuitive way to present the information. |
the general idea is to provide an intuitive visual interface for people to construct queries on graphs. an example of this may entail:
effectively it becomes a visual way to define a subgraph, and leverage the query language to translate that into finding information. not all queries can be built this way, but it may provide a user an intuitive way of selecting the pieces of information they care about. |
I would use a neo4j database, which affords immediate visualization, integration into javascript (which means D3), and building really user friendly and useful tools. You could already do all of the points you describe above, and it would super easy to develop different python based applications for people to deploy with their graph database of interest. |
An important point is that there are many web developers actively interested and working with these databases. Neo4j is becoming flashy, cool, and bleeding edge in the same way as Docker is, and I predict that it's going to really take a hold of the "graph" database-verse. |
may be. while completely and temporarily leading this issue astray this short post is a good read (http://insideanalysis.com/2015/01/the-graph-database-and-the-rdf-database/). |
Thanks :) |
Ok, so if you want to have really great interactivity, assuming that you have the graph as a data structure in the browser (or some result of it from an internal query):
I usually start out with what I want to do in mind, and then just figure out how to build it. |
it would be great if at some point we were able to allow people to generate queries by navigating the graph.
The text was updated successfully, but these errors were encountered: