Skip to content
Explore

Try CrateDB Live

Run CrateDB Cloud (preferred option)

The recommended way to get started is using CrateDB Cloud, a fully managed service available on AWS, Azure, and GCP.

1. Create a cluster

  1. Sign up / log in to CrateDB Cloud
  2. Create your free cluster
    • Select CFREE as cluster size. This is the free tier.
    • Pick up the Cloud provider (AWS, Azure, or GCP) and the region of your choice.
    • Wait for the cluster to start (typically a couple of minutes)

2. Run a test query

Go to the Console menu in the Cloud UI.

Run this query to double check your cluster is properly running:

SELECT 1;