Skip to main content

Querying your first events

Once you've tracked some events, you'll want to look at them in your data warehouse, database, or lake. The exact steps will depend on your choice of storage and your Snowplow platform.

For Snowplow CDI Private Managed Cloud or Cloud customers, you can find your connection details in Snowplow Console, under the destination you've selected.

Follow our querying guide for advice on querying your data.

Snowplow Self-Hosted

If you don't have access to Snowplow Console, follow these instructions to connect to your Snowplow data:

Your database will be named according to the postgres_db_name Terraform variable. It will contain two schemas:

You can connect to the database using the credentials you provided for the loader in the Terraform variables (postgres_db_username and postgres_db_password), along with the postgres_db_address and postgres_db_port Terraform outputs.

tip

If you need to reset your username or password, you can follow these steps.

See the AWS RDS documentation for more details on how to connect.

note

If you opted for the secure option, you will first need to create a tunnel into your VPC to be able to connect to your RDS instance and be able to query the data. A common solution to this issue is to configure a bastion host as described here.

On this page

Want to see a custom demo?

Our technical experts are here to help.