-
Notifications
You must be signed in to change notification settings - Fork 0
Description
name: Feature request
about: Present table and their dependencies in a queryable graph network
title: 'Visualise in neo4j'
labels: 'enhancement'
assignees: ''
Is your feature request related to a problem? Please describe.
A dictionary is great for seeing tables and their dependencies, however, it will be even more powerful if you can visually represent this in a graph network.
Describe the solution you'd like
neo4j is a nice solution because you can store the data in a graph database, making it query-able and fast.
Describe alternatives you've considered
Other graph database systems can be explored like AWS Neptune or local Python packages like pyvis.
Additional context
Will make this work more accessible to non-technical audiences who are not used to scanning through data.