Ask HN: Kibana like data explorer UI for PostgreSQL?
I am exploring an idea of using Postgres + Timescale for storing very small volume of log data and having a "search based" web UI like Kibana's to let me and other users explore the log data.
Anyone here hacked around with such idea? have any open source projects to recommend?
Notes: ELK will work, but it is an overkill for my needs, plus, I want to build this for fun with PostgreSQL.
I'm not good at Javascript and UI development in general (systems background), and would prefer to hack around some existing project rather than building something from scratch.
27 comments
[ 3.3 ms ] story [ 66.2 ms ] threadDo you have ideas?
https://hevodata.com/blog/postgresql-full-text-search-setup/
I still could not figure out how to expose a filter as a user modifiable dynamic search box/text field with Metabase. I could not find such a facility in their documentation, nor in their forums. I'm giving up on Metabase for this need.
we also use pgweb linked elsewhere here for engineers.
btw, we built a sql statement to spreadsheet + charts interface. DM if interested. intuitively - i think others may find it useful.
BTW, SeekTable can connect to ElasticSearch so it may be used with this data source too.
Seektable looks cool for enterprises that wants a hands-off reporting tool. Good luck!
I could only see a query that results in a table view. But, I want to be able to enter the search term dynamically.
:-( Sadly, their documentation shows how to quickly setup redash on AWS, GCP, and Docker. But, no instruction about some guy just trying to get it running on a Mac without Docker.
https://redash.io/help/open-source/setup
I will figure it out eventually, I think.
But setup for Postgres should be relatively simple as the extra dependencies required are minimal.
If you want you’re welcome to post a question on our forum (discuss.redash.io) and I’ll follow up with pointers on how to set it up on your Mac.
Update: just noticed that our developer setup guide without Docker is still online: https://redash.io/help/open-source/dev-guide/setup.
Sorry if my response sounded like a snarky comment or a rant. That was not my intention. I can only thank you for an open source project and do not feel entitled for anything.
I ended up using Docker compose to get started with redash on my Mac. But, I cringe on the inside every time I am forced to use Docker (a daemon with higher privileges) to run stuff from the Internet, and it runs Postgres, Redis, a linux kernel, and so much more for essentially running a Flask application.
Now that I know redash fits my needs, I will spend the time needed to read the docker compose file and trace those steps and assemble the pieces necessary to run redash directly on my Linux server without Docker.
Thanks for redash!
Actually it didn't. All good :)
> Now that I know redash fits my needs, I will spend the time needed to read the docker compose file and trace those steps and assemble the pieces necessary to run redash directly on my Linux server without Docker.
Glad to hear it fits! Note that if all you need is Postgres support, don't bother with installing requirements_all_ds.txt and you can skip some of the system packages we install.
Maybe this forum thread will be helpful: https://discuss.redash.io/t/bring-back-bootstrap-sh/2436/12.