This app is a graph data visualization sandbox that one can stand up by following the instructions below. It combines Ember JS and Cytoscape JS as two widely used frameworks that are well documented. It also adds a sophisticated graph visualization algorithm called Cola. Cola can be used to replicate human graph layout patterns and techniques. It uses a series of constraint-based optimization techniques.
To view an example route navigate to http://localhost:4200/cyto after following the instructions below.
Cue under construction animated GIF.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- change into the new directory
npm install
bower install
ember server
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.