|
1 | 1 | # Introduction |
2 | 2 |
|
3 | | -import Quickstart from '@site/src/components/Quickstart' |
4 | | -import Grid, { GridItem } from '@site/src/components/Grid' |
| 3 | +import Quickstart from '@site/src/components/Quickstart'; |
| 4 | +import Grid, { GridItem } from '@site/src/components/Grid'; |
5 | 5 |
|
6 | | -**Timeplus** is a simple, powerful, and cost-efficient vectorized stream processing platform built in modern C++. Its core processing engine is a **single binary with no external dependencies**, making it easy to operate in production — a key differentiator compared to other solutions. |
| 6 | +**Timeplus** is a simple, powerful, and cost-efficient vectorized stream processing platform built in modern C++. Its core processing engine is a **single binary with no external dependencies**, making it easy to operate in production — a key differentiator compared to other solutions. |
7 | 7 |
|
8 | | -Timeplus provides end-to-end capabilities that help data teams process **both streaming and historical data** quickly and intuitively. It’s designed to be accessible for organizations of all sizes and industries, enabling data engineers and platform teams to unlock the value of streaming data using **streaming SQL**. |
| 8 | +Timeplus provides end-to-end capabilities that help data teams process **both streaming and historical data** quickly and intuitively. It’s designed to be accessible for organizations of all sizes and industries, enabling data engineers and platform teams to unlock the value of streaming data using **streaming SQL**. |
9 | 9 |
|
10 | 10 | Timeplus is available in multiple editions: |
11 | 11 |
|
12 | | -- **[Timeplus Proton](/proton)** – the open-source core engine, available on [GitHub](https://github.com/timeplus-io/proton) under the Apache 2.0 License. It is a **fast, lightweight streaming SQL engine** ideal for building streaming pipelines. |
13 | | -- **[Timeplus Enterprise](https://www.timeplus.com/product)** – the production-ready commercial product, designed to run and scale anywhere, from the edge to your data center, and customizable to your specific configuration needs. |
| 12 | +- **[Timeplus Proton](/proton)** – the open-source core engine, available on [GitHub](https://github.com/timeplus-io/proton) under the Apache 2.0 License. It is a **fast, lightweight streaming SQL engine** ideal for building streaming pipelines. |
| 13 | +- **[Timeplus Enterprise](https://www.timeplus.com/product)** – the production-ready commercial product, designed to run and scale anywhere, from the edge to your data center, and customizable to your specific configuration needs. |
14 | 14 |
|
15 | | -Timeplus makes it easy to connect to diverse data sources—including **Apache Kafka, Confluent Cloud, Redpanda, NATS, WebSocket/SSE, CSV uploads**, and more. Users can explore streaming patterns with SQL queries, send real-time insights and alerts to other systems or individuals, and build dashboards and visualizations to monitor and analyze data in real time. |
| 15 | +Timeplus makes it easy to connect to diverse data sources—including **Apache Kafka, Confluent Cloud, Redpanda, NATS, WebSocket/SSE, CSV uploads**, and more. Users can explore streaming patterns with SQL queries, send real-time insights and alerts to other systems or individuals, and build dashboards and visualizations to monitor and analyze data in real time. |
16 | 16 |
|
17 | | -Still curious about [the benefits of using Timeplus](/why-timeplus)? Explore our [showcases](/showcases) to see how customers leverage our unified streaming and historical processing platform, and dive into the [architecture](/architecture) and [cluster](/cluster) design to learn more about the technical internals and differentiators. |
| 17 | +Still curious about [the benefits of using Timeplus](/why-timeplus)? Explore our [showcases](/showcases) to see how customers leverage our unified streaming and historical processing platform, and dive into the [architecture](/architecture) and [cluster](/cluster) design to learn more about the technical internals and differentiators. |
18 | 18 |
|
19 | 19 | ## Get started with Timeplus |
20 | 20 |
|
21 | 21 | <Quickstart href="/quickstart"> |
22 | 22 |
|
23 | | - <h3>Quickstart</h3> |
| 23 | +<h3>Quickstart</h3> |
24 | 24 |
|
25 | | - <p>Follow along with step-by-step instructions for running Timeplus Enterprise on your laptop and loading sample IoT, user login, or DevOps data.</p> |
| 25 | +<p> |
| 26 | + Follow along with step-by-step instructions for running Timeplus Enterprise on |
| 27 | + your laptop and loading sample IoT, user login, or DevOps data. |
| 28 | +</p> |
26 | 29 |
|
27 | 30 | </Quickstart> |
28 | | - |
29 | | -## Jump into stream processing and analytics |
30 | | - |
31 | | -<Grid> |
32 | | - |
33 | | - <GridItem href="/connect-data-in"> |
34 | | - <h3>Connect Data In →</h3> |
35 | | - <p> |
36 | | - Connect Timeplus to Apache Kafka, Apache Pulsar, Confluent Cloud, or push with a REST API, SDKs, and beyond. |
37 | | - </p> |
38 | | - |
39 | | - </GridItem> |
40 | | - <GridItem href="/query-syntax"> |
41 | | - <h3>Write SQL queries →</h3> |
42 | | - <p> |
43 | | - Run streaming query by using functions like transformations, joins, aggregation, windowed processing, substreams, and more. |
44 | | - </p> |
45 | | - |
46 | | - </GridItem> |
47 | | - <GridItem href="/viz"> |
48 | | - <h3>Visualize data →</h3> |
49 | | - <p> |
50 | | - View real-time results for any query, create custom dashboards to tell stories about your data, or integrate with external BI systems. |
51 | | - </p> |
52 | | - </GridItem> |
53 | | -</Grid> |
54 | | - |
55 | | -## Core concepts and functions |
56 | | - |
57 | | -<Grid> |
58 | | - <GridItem href="/working-with-streams"> |
59 | | - <h3>Streams →</h3> |
60 | | - <p> |
61 | | - Append-only streams, mutable streams, external streams and external tables to read or write data from other systems. |
62 | | - </p> |
63 | | - |
64 | | - </GridItem> |
65 | | - <GridItem href="/materialized-view"> |
66 | | - <h3>Materialized Views →</h3> |
67 | | - <p> |
68 | | - Data streaming processing pipeline via streaming SQL. The results can be written to native Timeplus stream or external systems. |
69 | | - </p> |
70 | | - |
71 | | - </GridItem> |
72 | | - <GridItem href="/functions"> |
73 | | - <h3>Functions →</h3> |
74 | | - <p> |
75 | | - Thousand of built-in SQL functions are available in Timeplus. You can also define own functions (UDF) with JavaScript, Python, SQL. |
76 | | - </p> |
77 | | - |
78 | | - </GridItem> |
79 | | -</Grid> |
0 commit comments