Skip to content

Commit 3018273

Browse files
authored
refien proton oss vs enterprise (#504)
1 parent c36b2d9 commit 3018273

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/proton-oss-vs-enterprise.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Timeplus Proton vs. Timeplus Enterprise
22

3-
Timeplus Proton powers unified streaming and data processing on a single database node. Its commercial counterpart, Timeplus Enterprise, supports advanced deployment strategy and includes enterprise-ready features.
3+
Timeplus Proton powers unified streaming and data processing on a single node. Its commercial counterpart, Timeplus Enterprise, supports clustering with high avaiability and scalabiilty.
44

55
| Features | **Timeplus Proton** | **Timeplus Enterprise** |
66
| ----------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
7-
| **Deployment** | <ul><li>Single-node Docker image</li><li>Single binary on Mac/Linux</li></ul> | <ul><li>Single node</li><li>Multi-node Cluster for high availability and horizontal scalability, with data replication and distributed query processing</li><li>[Kubernetes Helm Chart](/k8s-helm)</li></ul> |
8-
| **Data Processing** | <ul><li>[Streaming SQL](/streaming-query)</li><li>[Historical Data Processing](/historical-query)</li><li>[Append Stream](/append-stream), Random streams, Mutable Stream v1 ([Versioned Stream](/versioned-stream))</li><li>Streaming transformation, [join](/streaming-joins), [aggregation](/streaming-aggregations), [tumble/hop/session windows](/streaming-windows)</li><li>User-Defined Function: [JavaScript](/js-udf), [Remote](/remote-udf), [SQL](/sql-udf)</li></ul> | <ul><li>Everything in Timeplus Proton</li><li>Auto-scaling Materialized View</li><li>[Mutable Stream v2](/mutable-stream) with row-based storage for 3x performance and efficiency, also support coalesced and better high cardinality data mutations</li><li>Support more [EMIT](/streaming-aggregations#emit) strategies and spill-to-disk capabilities when memory is scarce</li><li>[Python UDF](/py-udf)</li><li>[Dynamic Dictionary](/sql-create-dictionary) based on MySQL/Postgres or Mutable streams</li><li>[Tiered Storage](/append-stream-tiered-storage) using S3 or HDD</li><li>[Just-In-Time compilation](/jit)</li></ul> |
9-
| **External Systems** | <ul><li>External streams to [Apache Kafka, Confluent Cloud, Redpanda](/kafka-source), [Apache Pulsar](/pulsar-source), and [Remote Timeplus](/timeplus-source)</li><li>[Streaming ingestion via REST API (compact mode only)](/proton-ingest-api)</li><li>[External table to ClickHouse](/clickhouse-external-table)</li></ul> | <ul><li>Everything in Timeplus Proton</li><li>External streams to [HTTP API](/http-external-stream), External tables to [MySQL](/mysql-external-table), [PostgreSQL](/pg-external-table), [MongoDB](/mongo-external-table), [Amazon S3](/s3-sink), [Apache Iceberg](/iceberg-sink) </li><li>Hundreds of connectors from [Redpanda Connect](/redpanda-connect), e.g. WebSocket, HTTP Stream, NATS</li><li>CSV upload</li><li>[Streaming ingestion via REST API (with API key and flexible modes)](/ingest-api)</li></ul> |
10-
| **Web Console** | | <ul><li>[RBAC](/rbac), Pipeline Wizard, SQL Exploration, Data Lineage, Cluster Monitoring, Troubleshooting and Manageability</li></ul> |
7+
| **Deployment** | <ul><li>Single-node Docker image</li><li>Single binary on Mac/Linux</li><li>Kubenetes Helm Chart (WIP)</li></ul> | <ul><li>+ [Cluster](/cluster)</li><li>[Kubernetes Helm Chart](/k8s-helm)</li></ul> |
8+
| **Operation** | <ul><li>[RBAC](/rbac)</li><li>[Tiered Storage](/append-stream-tiered-storage)</li><li>[Materizlied View Monitoring](/materialized-view-monitoring)</li><li>[System Monitoring](/system-stream-state-log)</li></ul> | <ul><li>+ Timeplus Console for Metrics Visualization</li></ul> |
9+
| **Data Processing** | <ul><li>[Materialized View](/materialized-view)</li><li>[Historical Data Processing](/historical-query)</li><li>[Scheduled Task](/task)</li><li>[Alert](/alert)</li><li>[JavaScript UDF](/js-udf)</li><li>[Python UDF](/py-udf)</li><li>[Remote UDF](/remote-udf)</li><li>[SQL UDF](/sql-udf)</li><li>[JIT](/jit)</li></ul> | <ul><li>+ [Materialized View Scaling and High Availaiblity](/materialized-view-high-availability)</li></ul> |
10+
| **Storage Engines** | <ul><li>[Append Stream](/append-stream)</li><li>[Versioned Key Value Stream](/versioned-stream)</li><li>[Changelog Key Value Stream](/changelog-stream)</li><li>[Dictionary](/sql-create-dictionary)</li><li>[Random Stream](/sql-create-random-stream)</li></ul> | <ul><li>+ [Mutable Stream](/mutable-stream)</li></ul> |
11+
| **External Systems** | <ul><li>[Apache Kafka, Confluent Cloud, Redpanda](/kafka-source)</li><li>[Apache Pulsar](/pulsar-source)</li><li>[MySQL](/mysql-external-table)</li><li>[Apache Iceberg](/iceberg-source)</li><li>[MongoDB](/mongo-external-table)</li><li>[PostgreSQL](/pg-external-table)</li><li>[S3](/s3-source)</li><li>[Log Stream](/log-stream)</li><li>[Remote Timeplus / Proton](/timeplus-source)</li><li>[ClickHouse](/clickhouse-external-table)</li><li>[HTTP](/http-external-stream)</li><li>[Datadog](/datadog-external)</li><li>[Elastic Search](/elastic-external)</li><li>[Big Query](/bigquery-external)</li><li>[Databricks](/databricks-external)</li><li>[Slack](/slack-external)</li></ul> | <ul><li>Same as Proton OSS</li></ul> |
12+
| **Web Console** | | <ul><li>System / Cluster Observability Visualization, Resource Management, Streaming Data Exploration and Pipeline Lineage etc</li></ul> |
1113
| **Support** | <ul><li>Community support from GitHub and Slack</li></ul> | <ul><li>Enterprise support via email, Slack, and Zoom, with a SLA</li></ul> |
1214

1315
These details are subject to change, but we'll do our best to make sure they accurately represent the latest roadmaps for Timeplus Proton and Timeplus Enterprise.

0 commit comments

Comments
 (0)