跳转至主要内容

Quickstart with Timeplus Cloud

Timeplus是一个融合流处理和历史数据处理的高性能平台, 让开发者能够以最快的速度和最高的效率构建最强大和最可靠的流分析应用。

Timeplus Cloud提供以下主要功能:

下面章节教你如何开始使用 Timeplus Cloud。

步骤 1:注册一个Timeplus账户

目前,支持谷歌或微软单一登录 (SSO)。 请选择工作电子邮件或 Google/Microsoft 帐户进行注册。 Let's start by creating an account for Timeplus Cloud. Currently, Google or Microsoft Single Sign-On (SSO) are supported. 请选择工作电子邮件或 Google/Microsoft 帐户进行注册。 It usually takes less than 2 minutes to get the account set up and have the first workspace created.

Sign up for an account

Step 2: Set up your account and workspace

Tell us a bit about yourself by completing a quick account setup:

Onboarding Survey

The final step of the setup is for naming your new workspace, the isolated storage and computing unit for you to run streaming data collection and analysis. Give it a name: Give it a name:

选择工作区名称

Step 3: Load your streaming data

If your streaming data resides in or a publicly accessible Kafka or Pulsar instance, follow one of following docs to create a source in Timeplus Cloud, then return here to complete the quickstart:

If you don't yet have a streaming data source and would like test out how Timeplus works, Timeplus provides a built-in data source to generate streaming data for some common use cases.

Create a sample source

  1. Create the first source in your workspace. Create the first source in your workspace. From the left side navigation menu, click Data Ingestion, then click the Add Data button in the top right corner.

    Data Ingestion page

  2. In this pop-up, click the Sample Dataset link.

    Add Data dialog

  3. Choose from one of three templates:

    1. IoT: Data for three devices
    2. User logins: Data for two users and two cities
    3. DevOps: Data for three hosts and three regions

    Sample dataset templates

  4. Preview your data and create a new stream to load your data into. For the stream name, it can contain only letters, numbers, or underscores, and must start with a letter. You can also give it an optional description. For the stream name, it can contain only letters, numbers, or underscores, and must start with a letter. You can also give it an optional description.

    IoT sample data, preview step

  5. Give your same source a name, such as iot, and review the JSON configuration.

    IoT sample data, configuration step

Explore streaming data

  1. To check out the data in your newly created stream, you can either:

    a. a. Go to the Streams page, and click on the Explore icon.

    IoT sample data, preview step

    b. b. Or, go to the Query page, and click on the name of the stream in the SQL helper below the SQL editor.

    IoT sample data, preview step

  2. Timeplus generates a basic query for you, such as SELECT * FROM iot, or you can type your own query into the editor. Click the Run Query button (or press Ctrl+Enter on PC, Cmd + Enter on Mac) to run the query. Click the Run Query button (or press Ctrl+Enter on PC, Cmd + Enter on Mac) to run the query.

    Run Query in Query page

The streaming results table will now appear below the editor. The streaming results table will now appear below the editor. To create charts, click on the Visualization tab. [Learn more about Dashboards and Charts] [Learn more about Dashboards and Charts]

Example of visualization for sample dataset

What's next?