Skip to content

AlejandroGonzalR/graphql-neo4j-data-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Neo4j with GraphQL data visualizer

Simple Neovis and GraphQL API implementation for obtaining and displaying data from a Neo4j database using a Vue.js application.

Getting Started

Just run the following command:

docker-compose up --build

The Vue app will be available on port 8080, the GraphQL Dashboard in port 4001/graphql and neo4j database will running in port 7687.

To fill the database you can manually run the available mutations within the data folder in the API folder, or run the following command into the API folder:

npm run seed-db

To detail the graph you can click on the desired card from the main Vue screen, to expand it you can double click on the desired node (Neovis "on node click" functionality approach).

Built With

Authors

  • Alejandro González Rodríguez - Initial work

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Data visualization using Vue.js for GraphQL API with Neo4j

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published