Skip to content
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

Initial search widget #118

Open
zwelz3 opened this issue Jun 30, 2021 · 1 comment
Open

Initial search widget #118

zwelz3 opened this issue Jun 30, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@zwelz3
Copy link
Member

zwelz3 commented Jun 30, 2021

One of the primary issues in graph exploration is the initialization of the visualization. What node(s) should be rendered to provide a starting point for exploring?

This ticket scopes in a simple search widget that scans an underlying networkx graph (created from an RDF graph via rdf2nx) for nodes that match a specific search pattern. This first version should scan well understood data (like the node label, etc.) and capture the different cases in which different nodes are returned.

This should not be hooked up to a visualization. The widget should return a set/list of nodes/edges that match the search patters (and the underlying search logic).

@zwelz3 zwelz3 added the enhancement New feature or request label Jun 30, 2021
@zwelz3 zwelz3 added this to the 🌞 Release 0.2.1 milestone Jun 30, 2021
@zwelz3 zwelz3 self-assigned this Jun 30, 2021
zwelz3 added a commit to zwelz3/ipyradiant that referenced this issue Jun 30, 2021
@zwelz3
Copy link
Member Author

zwelz3 commented Jun 30, 2021

Current example searches for node type and edge predicate. Still need a mechanism to search through data attributes and discover single nodes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant