Starburst Galaxy

  • Get started

  • Working with data

  • Starburst AI

  • Data engineering

  • Developer tools

  • Cluster administration

  • Security and compliance

  • Troubleshooting

  • Galaxy status

  • Reference

  • 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 name FROM tpch.tiny.nation ORDER BY name 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 #