2018-09-08 09:23:43 -04:00
[role="xpack"]
[testenv="platinum"]
[[sql-client-apps]]
== SQL Client Applications
2018-12-31 07:07:39 -05:00
Thanks to its <<sql-jdbc, JDBC>> and <<sql-odbc, ODBC>> interfaces, a broad range of third-party applications can use {es}'s SQL capabilities.
2018-09-08 09:23:43 -04:00
This section lists, in alphabetical order, a number of them and their respective configuration - the list however is by no means comprehensive (feel free to https://www.elastic.co/blog/art-of-pull-request[submit a PR] to improve it):
as long as the app can use the {es-sql} driver, it can use {es-sql}.
* <<sql-client-apps-dbeaver, DBeaver>>
* <<sql-client-apps-dbvis, DbVisualizer>>
2018-12-31 07:07:39 -05:00
* <<sql-client-apps-excel, Microsoft Excel>>
* <<sql-client-apps-powerbi, Microsoft Power BI Desktop>>
* <<sql-client-apps-ps1, Microsoft PowerShell>>
* <<sql-client-apps-microstrat, MicroStrategy Desktop>>
* <<sql-client-apps-qlik, Qlik Sense Desktop>>
2018-09-08 09:23:43 -04:00
* <<sql-client-apps-squirrel, SQuirreL SQL>>
* <<sql-client-apps-workbench, SQL Workbench>>
2018-12-31 07:07:39 -05:00
* <<sql-client-apps-tableau, Tableau Desktop>>
2018-09-08 09:23:43 -04:00
NOTE: Each application has its own requirements and license; these are outside the scope of this documentation
which covers only the configuration aspect with {es-sql}.
2018-12-31 07:07:39 -05:00
WARNING: The support for applications implementing the ODBC 2.x standard and prior is currently limited.
2018-09-08 09:23:43 -04:00
include::dbeaver.asciidoc[]
include::dbvis.asciidoc[]
2018-12-31 07:07:39 -05:00
include::excel.asciidoc[]
include::powerbi.asciidoc[]
include::ps1.asciidoc[]
include::microstrat.asciidoc[]
include::qlik.asciidoc[]
2018-09-08 09:23:43 -04:00
include::squirrel.asciidoc[]
2018-12-31 07:07:39 -05:00
include::tableau.asciidoc[]
2018-09-08 09:23:43 -04:00
include::workbench.asciidoc[]