index.asciidoc 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. [role="xpack"]
  2. [testenv="platinum"]
  3. [[sql-client-apps]]
  4. == SQL Client Applications
  5. Thanks to its <<sql-jdbc, JDBC>> and <<sql-odbc, ODBC>> interfaces, a broad range of third-party applications can use {es}'s SQL capabilities.
  6. 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):
  7. as long as the app can use the {es-sql} driver, it can use {es-sql}.
  8. * <<sql-client-apps-dbeaver, DBeaver>>
  9. * <<sql-client-apps-dbvis, DbVisualizer>>
  10. * <<sql-client-apps-excel, Microsoft Excel>>
  11. * <<sql-client-apps-powerbi, Microsoft Power BI Desktop>>
  12. * <<sql-client-apps-ps1, Microsoft PowerShell>>
  13. * <<sql-client-apps-microstrat, MicroStrategy Desktop>>
  14. * <<sql-client-apps-qlik, Qlik Sense Desktop>>
  15. * <<sql-client-apps-squirrel, SQuirreL SQL>>
  16. * <<sql-client-apps-workbench, SQL Workbench>>
  17. * <<sql-client-apps-tableau, Tableau Desktop>>
  18. IMPORTANT: Elastic does not endorse, promote or provide support for any of the applications listed. For native Elasticsearch integration in these products, please reach out to their respective vendor.
  19. NOTE: Each application has its own requirements and license these are outside the scope of this documentation
  20. which covers only the configuration aspect with {es-sql}.
  21. WARNING: The support for applications implementing the ODBC 2.x standard and prior is currently limited.
  22. include::dbeaver.asciidoc[]
  23. include::dbvis.asciidoc[]
  24. include::excel.asciidoc[]
  25. include::powerbi.asciidoc[]
  26. include::ps1.asciidoc[]
  27. include::microstrat.asciidoc[]
  28. include::qlik.asciidoc[]
  29. include::squirrel.asciidoc[]
  30. include::tableau.asciidoc[]
  31. include::workbench.asciidoc[]