I need a reporting solution that works with both Elasticsearch and PostgreSQL. My keys are stored in Elasticsearch, while the main data resides in PostgreSQL.
I do not want to handle the integration or data conversion within my application, as doing so would be too costly for us. Therefore, I’m looking for a third-party tool that can:
- Connect to both Elasticsearch and PostgreSQL
- Join data from these two sources using the specified keys
- Generate reports based on the combined data