neo4j-contrib / neovis.js

Neo4j + vis.js = neovis.js. Graph visualizations in the browser with data from Neo4j.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Export static assets

zekenie opened this issue · comments

Guidelines

Please note that GitHub issues are only meant for bug reports/feature requests.
Before sending unsolicited pull requests, please open a feature request to discuss your proposal.

If you have questions on usage, please ask on the Discussion Forum instead of creating an issue here.

Feature description (Mandatory)

I'd love to share some visualizations on github pages with my company, is it possible to save data from neo4j into some format and run neovis off of that?

A clear and concise description of what you want to happen.
Add any considered drawbacks.

Considered alternatives

Screenshots?

A clear and concise description of any alternative solutions or features you've considered.
Maybe there is something in the project that could be reused?

How this feature can improve the project?

If you can, explain how users will be able to use this and possibly write out a version the docs.
Maybe a screenshot or design?

Yes you can, look at the server example html

it seems like in that example a node server is hitting neo4j. I'm looking for something that could be statically exported without any server and hosted as just files, how tricky would that be?

Look at this example closely, one of them doesn't fetch data from server