a dashboard using data from different databases Opensearch/ES and Redis. I am using Openseach dashboard (made from kibana). The task is making a daily visualization of the aggregated and processed data from both database engines.
What would you use for this task apart from a scheduler?
I am using python btw
My initial idea is making an index just for visualization purposes.
Those, some kind of mock visualization tool so you can plan visually how the dash will look and display data helps if it's not just a spreadsheet like report, probably a touch of Node if it's gonna be web based, and an equivalent to FileMaker if you aren't allowed to do web based/portal. Does your python also need to be the one pulling the data and cleaning it up, or does it need to recover the data and just visualize it for the dash?
opensearch can aggregate the data and cluster it, maybe i need to process it a bit
Gotcha, cause I was gonna throw in psycopg for python in there if you had to pull
Im using redis and elasticsearch, the issue is that redis is not readable per default using opensearch dashboard/kibana
Обсуждают сегодня