Skip to content

cluster, take 1 #375

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Timeplus natively connects to external storage systems through **External Stream
Stream data directly from Kafka, Redpanda, or Pulsar into Timeplus. Use **Materialized Views** for incremental processing (e.g., ETL, filtering, joins, aggregations).

- **Send Data to External Systems**
Push processed results downstream to systems like **ClickHouse** for analytics or long-term storage.
Push processed results downstream to systems like ClickHouse, S3, Splunk etc for analytics or long-term storage.

- **Keep Data Inside Timeplus**
Store **Materialized View outputs** in Timeplus itself to serve client queries with low latency.
Expand Down
4 changes: 4 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ const sidebars = {
type: "doc",
id: "architecture",
},
{
type: "doc",
id: "cluster",
},
{
type: "doc",
id: "glossary",
Expand Down