https://github.com/optum/graph2gnn
https://github.com/optum/graph2gnn
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/optum/graph2gnn
- Owner: Optum
- License: apache-2.0
- Created: 2022-09-30T12:44:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T18:14:24.000Z (over 3 years ago)
- Last Synced: 2025-04-14T15:22:00.448Z (about 1 year ago)
- Language: Python
- Homepage: https://optum.github.io/graph2gnn/
- Size: 52.5 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Graph2GNN
A library to get from a graph DB to GNN training data in less time
Currently supported graph DBs:
- Tigergraph
## Installation
```
pip install graph2gnn
```
## License
[Apache License 2.0](LICENSE)