https://github.com/andremicheletti/mongodb_to_graph_tool
A Python script that takes models.py files and make a Digraph
https://github.com/andremicheletti/mongodb_to_graph_tool
Last synced: 2 months ago
JSON representation
A Python script that takes models.py files and make a Digraph
- Host: GitHub
- URL: https://github.com/andremicheletti/mongodb_to_graph_tool
- Owner: AndreMicheletti
- Created: 2017-07-28T15:38:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-28T15:42:21.000Z (about 8 years ago)
- Last Synced: 2025-06-03T02:17:46.309Z (4 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mongodb to graph tool
This is a simple Python script that scans for files named `models.py` and take their
`Field` and `ReferenceField` information to generate a Digraph for those references.