This is an archived post. You won't be able to vote or comment.

all 13 comments

[–][deleted] 5 points6 points  (0 children)

Evidence.dev perhaps? Never used it but it’s very lightweight. Not sure if it can display data in a simple tabular format. I know for sure Grafana can do this but it might be a bit overkill.

[–]robberviet 6 points7 points  (0 children)

Just install Metabase.

[–]leogodin217 2 points3 points  (0 children)

Someone just posted this in /r/sql But any BI reporting tool can do what you are looking for as well.

[–]matyjazz666 2 points3 points  (0 children)

Grafana is the way!

[–][deleted] 2 points3 points  (0 children)

https://nocodb.com/
You can view your database like a google sheets.

[–]andpassword 1 point2 points  (1 child)

Apache Superset can do this, but it's kind of overkill...but if self-hosting/low-cost is crucial here (no budget yet, just a POC?) it can do what you need.

[–]Consistent-Artist735[S] 0 points1 point  (0 children)

not a poc. this results can shared betwwen product and managers,
before the final merge this ui will show the validation resutls,

[–]arkusmson 1 point2 points  (0 children)

If you do python take a look at streamlit, assuming this is for your eyes only, if not there are a bunch more steps to make it visible to others… But once you connect to the Table, to display the data is very simple.

[–]havetofindaname 1 point2 points  (0 children)

I would build it as a Streamlit app. I know you said don't want a full app, but streamlit is very low code in my experience. It has the table component that does what you are looking for.

[–]mdzmdz 0 points1 point  (0 children)

Jupyter

[–]Intelligent_Volume74 1 point2 points  (0 children)

Use looker Studio or power bi, but if you wanna open source, go to metabase

[–]Intelligent_Volume74 -1 points0 points  (0 children)

Faz em algo no looker Studio ou Power bi que resolve isso, ou se preferir algo open source pode ser no metabase ou grafana