Try Databend Cloud Free
Databend Cloud is a powerful data cloud for everyone, which is built on top of the open-source project Databend with Simplicity, Elasticity, Security, and Low Cost.
Databend Cloud Architecture
Create a Databend Cloud Account
Databend Cloud is now in private beta. To create a Databend Cloud account, go to https://www.databend.com/apply to apply for beta access.
Logging into Your Account
To log into your account, go to https://app.databend.com.
Databend Cloud Overview
Warehouses
Databend Cloud offers serverless warehouses that can be automatically suspended if there is no activity for a specific period.
A demonstration of how Databend Cloud's warehouses work is shown below.
Databases
This page shows a list of your databases in Databend Cloud:
Worksheets
Worksheets is a powerful SQL editor where you can run SQL queries. For example, you can now do Conversion Funnel Analysis online.
Connect
Databend Cloud provides a connection string for your applications to connect to it:
https://<tenant>--<warehouse>.ch.aws-us-east-2.default.databend.com/
Run query with curl:
curl --user 'cloudapp:password' --data-binary 'SHOW TABLES' 'https://<tenant>--<warehouse>.ch.aws-us-east-2.default.databend.com?database=default'