Using Oracle with Helix
Helix works with Oracle Database too. Refer to your table names in plain language and Helix handles the SQL.
Use a connection string like:
oracle+cx_oracle://user:password@host:1521/dbname
Example requests:
- "Compare revenue by quarter from the
salestable" - "Map locations from the
storestable"
Helix chooses the best chart type based on your request.