jupyrdf / ipyradiant

Jupyter widgets for working with RDF graphs.
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

Investigate small-scale widgets for initial exploration of RDF graphs #94

Open zwelz3 opened 3 years ago

zwelz3 commented 3 years ago

During development on #91, issues related to visualization of large RDF graphs (and networkx graphs) became apparent. Cytoscape and Datashader struggle to render extremely large graphs, which makes it difficult to interact with them (especially when load times are >30s).

It is becoming apparent that (in python+jupyerlab) we need a way to iteratively explore graphs, starting with smaller numbers of nodes, and providing intelligent ways to traverse the graph. The GraphExplorer work (#75) was a good first step.

This ticket will investigate:

Blocked by #91 (and zwelz3/widget-updates)