Canvas Component #920
-
I have recently started learning rust (a data analyst with R and python data library usage skills). I am looking to build a data / metrics catalog application, and SQLPage seems to be a great fit for non front-end / back-end people like me. My humble appreciation and kudos to this project's developers. For my background, this project seems to be an equivalent of R Shiny pakage. I would like to render and display ERD diagrams and KPI relations (lead vs lag metrics etc). Is it possible to do this in SQLPage? Or can I embed another framework like svelte-flow or react-flow within a SQLPage widget to achieve the same? If so, what would be a compatible recommendation? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I tried the attached code block (for using drawflow js library) and it rendered the script component as a blank widget |
Beta Was this translation helpful? Give feedback.
-
Hi @androviperian ! Great to hear that you are finding sqlpage helpful ! Making app creation accessible to data people is exactly what we are trying to do ! We have multiple built-in components that make it easy to visualize KPIs, such as
For ERD diagrams, we don't have built-in components. If you want to build it yourself using the libraries you mentioned, you can look at
If you want to focus more on the data part and let us build the UI components for you, that's also something we do ! Feel free to email my partner at [email protected]. By the way, if you need to share code snippets on github, the easiest is probably just to paste it inline here, surrounded by backticks ```sql
-- your code here
``` that will make it easier to view than docx files ! |
Beta Was this translation helpful? Give feedback.
Hi @androviperian !
Great to hear that you are finding sqlpage helpful ! Making app creation accessible to data people is exactly what we are trying to do !
We have multiple built-in components that make it easy to visualize KPIs, such as
For ERD diagrams, we don't have built-in components. If you want to build it yourself using the libraries you mentioned, you can look at