Using SQL Server with Helix
Connect Helix to Microsoft SQL Server and request charts by table name.
Use a connection string like:
mssql+pyodbc://user:password@host:1433/dbname?driver=ODBC+Driver+17+for+SQL+Server
Example requests:
- "Trend of logins from the
eventstable" - "Pie chart of status codes from the
logstable"
Helix writes the SQL for you and produces clear visualisations.