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 (and build process?) to be friendlier towards data viz #15

Open
kauffj opened this issue May 3, 2018 · 1 comment
Open
Labels
good first issue Good for newcomers help wanted Extra attention is needed level: 1 No knowledge of the existing code required

Comments

@kauffj
Copy link

kauffj commented May 3, 2018

It'd be cool if the README included a link to the chainquery SQL data structure in some kind of visualization tool.

(Not a priority)

@tiger5226
Copy link
Collaborator

This could certainly be done. YeD has an online tool that can be used with a link and a graphml reference. Graphml is an open source visualization format. Below is a groovy example of doing this.

https://gist.github.com/agea/6591881

We can do this by just creating a quick go app to read from a db connection and write a graphml file. This way anytime we change the db schema we can run this app to update the graphml file.

@tiger5226 tiger5226 added help wanted Extra attention is needed good first issue Good for newcomers level: 1 No knowledge of the existing code required labels May 14, 2018
@tiger5226 tiger5226 removed their assignment Sep 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed level: 1 No knowledge of the existing code required
Projects
None yet
Development

No branches or pull requests

4 participants