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

Update README.md #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ and pass the results to a graph layout engine to visualize them as a network.


## Roadmap
- Non-expert mode not requiring familiarity with SQL
- Support for more visual attributes: node sizes, colors, edge thickness, color, edge labels
- Saving added datasets and queries to GitHub Gists
- Query history
- Table view for the input files and for the query results (e.g. [one](https://react-data-table-component.netlify.app/?path=/docs/custom-styles-compact-grid--compact-grid) [two](https://react-datasheet-grid.netlify.app/)) [three](https://react-turntable.netlify.app/?path=/docs/introduction--page)
- Pass table schema to the query auto-completion engine
- More efficient data structures (arrow) for the graph/layout to support larger graphs
- Graph layout taking node/edge weights/importance into account (e.g. [like this one](https://networkofthrones.wordpress.com/))
- Consider using other graph rendering approaches: [one](https://observablehq.com/@zakjan/force-directed-graph-pixi), [two](https://bl.ocks.org/BTKY/6c282b65246f8f46bb55aadc322db709), [three](https://observablehq.com/@subbuballa/force-directed-graph)
- Weighted [one](https://observablehq.com/@stefanwenger/game-of-thrones-character-influence), [two](https://observablehq.com/@ericmauviere/graphology-et-migrations-residentielles-entre-aires), [three](https://observablehq.com/@jrladd/gotgraphology), [four](https://observablehq.com/@mef/forceatlas2-layout-settings-visualized)
- Potentially: Try again to integrate [Graphistry.js](https://github.com/graphistry/graphistry-js)
- [ ] Non-expert mode not requiring familiarity with SQL
- [ ] Support for more visual attributes: node sizes, colors, edge thickness, color, edge labels
- [ ] Saving added datasets and queries to GitHub Gists
- [ ] Query history
- [ ] Table view for the input files and for the query results (e.g. [one](https://react-data-table-component.netlify.app/?path=/docs/custom-styles-compact-grid--compact-grid) [two](https://react-datasheet-grid.netlify.app/)) [three](https://react-turntable.netlify.app/?path=/docs/introduction--page)
- [ ] Pass table schema to the query auto-completion engine
- [ ] More efficient data structures (arrow) for the graph/layout to support larger graphs
- [ ] Graph layout taking node/edge weights/importance into account (e.g. [like this one](https://networkofthrones.wordpress.com/))
- [ ] Consider using other graph rendering approaches: [one](https://observablehq.com/@zakjan/force-directed-graph-pixi), [two](https://bl.ocks.org/BTKY/6c282b65246f8f46bb55aadc322db709), [three](https://observablehq.com/@subbuballa/force-directed-graph)
- [ ] Weighted [one](https://observablehq.com/@stefanwenger/game-of-thrones-character-influence), [two](https://observablehq.com/@ericmauviere/graphology-et-migrations-residentielles-entre-aires), [three](https://observablehq.com/@jrladd/gotgraphology), [four](https://observablehq.com/@mef/forceatlas2-layout-settings-visualized)
- [ ] Potentially: Try again to integrate [Graphistry.js](https://github.com/graphistry/graphistry-js)

## Development

Expand Down