-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Description
I'd like to use drawdb to visualize the ERD from a Restful API.
Meaning, I would create a backend that exposes the data in the drawdb native Json format. The user clicks on a link, this opens drawdb, imports the json via the provided query string, and does an autolayout.
So I would use drawdb less as an editor and more like a visualization tool.
My database has approx 10'000 tables and showing all of those does not make sense. So I would rather have a directory of 100 star schemas in a html page and the user can select one with a few attributes, e.g.
- get fact table billings
- get fact table billings and all direct relationships to the dimension tables
- get fact table billings and all direct and indirect relationships, e.g. billings is connect to orders via customer dimension table
- get all tables in a schema
From what I understand
- You cannot pass a json file/rest api via an URL when starting the editor
- Import Json requires to upload a file - need to point to an URL instead
- Autolayout is not triggered automatically - might be good to add that as a property to the json file
Thoughts?
Metadata
Metadata
Assignees
Labels
No labels