Accessing OpenObserve with JDBC Driver for Jasper Reports

TLDR Alejandro asked about accessing OpenObserve using a JDBC driver for Jasper Reports. Prabhat stated it was not possible. Alejandro then decided to use OpenObserve API directly.

Photo of Alejandro
Alejandro
Tue, 07 Nov 2023 19:22:06 UTC

Hi everyone, A simple question: is there any option to access to OpenObserve using a JDBC driver? For example, I understand that "under the hood" OpenObserve use Apache Arrow, so is that Apache Arrow accesible with Apache Arrow JDBC Adapter like this one, , or Apache Arrow Flight SQL Driver like this one, ? What I'm trying is to create reports on Jasper Reports Server using OpenObserve as a source. Thanks in advance for your help.

Photo of Prabhat
Prabhat
Tue, 07 Nov 2023 19:23:50 UTC

Nah man, no jdbc. What is the end goal?

Photo of Alejandro
Alejandro
Tue, 07 Nov 2023 19:26:13 UTC

Do reports. The other option is to use the OpenObserve API directly with Jasper Reports, so I think I'm going to try with that option. Thanks for your help Prabhat

Photo of Alejandro
Alejandro
Tue, 07 Nov 2023 22:33:45 UTC

Working perfectly fine with JasperSoft Studio, :+1: