Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akash-kaul/3d-network-graph-visualization
https://github.com/akash-kaul/3d-network-graph-visualization
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/akash-kaul/3d-network-graph-visualization
- Owner: akash-kaul
- Created: 2020-06-25T20:41:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-26T02:48:08.000Z (over 4 years ago)
- Last Synced: 2024-08-02T12:44:45.371Z (6 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - akash-kaul/3d-network-graph-visualization - (others)
README
# 3D-network-graph-visualization
### *Modeling Healthcare Data with a 3D Force-Directed Network Graph*
This code generates a 3D Force-Directed Graph using a TigerGraph database, Python, and JavaScript
For a full look at this code, check out my blog [here.]()## Motivation
Healthcare records have become oversaturated with data. Because of this, it is becoming increasingly hard to grab, analyze, and visualize patient data. I decided to explore using graph databases and network graph diagrams to possibly address these issues.## Framework
All code written with [Atom.](https://atom.io/)## Demo
![demo gif](https://user-images.githubusercontent.com/46678528/85815160-55da4280-b72d-11ea-837c-267651eedf39.gif)## Reference Documentation
[3D-Force-Graph](https://github.com/vasturiano/3d-force-graph)[Flask](https://flask.palletsprojects.com/en/1.1.x/)
[pyTigerGraph](https://parkererickson.github.io/pyTigerGraph/)
[TigerGraph](https://docs.tigergraph.com/)
## Credit
Created by Akash Kaul[LinkedIn](https://www.linkedin.com/in/akash-kaul-6a8063194/)