22 May 2026 03:19 PM
Can I use Workflow +Edge to connect to databases via JDBC and run + capture SQL. Or is it only possible to run HTTPS connections?
22 May 2026 04:28 PM
You can do just http/https calls. There is no direct support of jdbc or any database engine in AppEngine. However, you can deploy rest2jdbc solutions and call them using EdgeConnect.
22 May 2026 06:02 PM
Thank you. Is rest2jdbc an extension?
Where can I find Dynatrace docs on how to deploy this?
22 May 2026 08:06 PM
No, not an extension. I meant some generic rest to SQL solutions such as postgrest , oracle ords or data api builder. There are dozens of such projects, choose what fits your architecture and supports your databases.
30 Jun 2026 11:28 AM
As an update, my team have now created a "Postgres Custom SQL" Extension that allows us to connect and run custom SQL (Select top 10 from orders). This allows 10x database connections and unlimited queries that is pushed in JSON format directly back into bizevents. Works perfectly!
Featured Posts