Starburst Galaxy

  • Starburst Galaxy Home
  •   Get started
  •   Global features
  • Help center
  • Release notes
  • Feature release types

  • Starburst Galaxy UI
  •   Query
  •   Catalogs
  •   Catalog explorer
  •   Data products
  •   Clusters
  • Partner connect
  •   Admin
  •   Access control
  •   Cloud settings

  • Administration
  •   Security
  •   Single sign-on
  •   Troubleshooting
  • Galaxy status

  • Reference
  •   Python
  • API
  •   SQL
  •   Tutorials
  • Try your first query #

    Starburst Galaxy’s convenient query editor allows you to author queries using SQL.

    Access the query editor from the Query section of the navigation menu, and query our built-in sample datasets.

    Here is an example of a simple query you can try:

    SELECT * FROM tpch.information_schema.columns LIMIT 5;
    

    The result set:

    get started result set

    Starburst Galaxy supports access to object-based storage, relational, and non-relational database management systems. When you are ready, you can query data from your own data source.

    Next steps #