top of page

Timeplus' streaming analytics engine is now open source! Read our press release.

Timely insights in no time.
Streaming and historical data, and SQL diagram
Powered by Timeplus streaming SQL and ClickHouse historical OLAP.
Animated image of a line chart for streaming data
Timeplus is a unified platform for streaming + historical data.
Even in a single commodity machine, Timeplus can achieve:

4 millisecond

end-to-end latency

10+ million

EPS benchmark

Build with Timeplus Open Core.
Proton is the core engine of Timeplus, now open source.
Try it yourself:

1.  Launch with Docker

After installing Docker engine in your OS, pull and run the latest Proton docker image. Run the 'proton-client' tool in the Docker container to connect to the local Proton server.

docker run -d --pull always --name proton ghcr.io/timeplus-io/proton:latest

2.  Create Sample Data

In the Proton client, run SQL to create a new stream with generated data.

CREATE RANDOM STREAM s(raw string default 'device'|| to_string(rand()%4))

3. Run Query

Try running a query with this sample dataset. for example:

SELECT raw, count() FROM s GROUP BY raw

4. Clean Up

To stop the query, press CTRL+C, and run:

DROP STREAM s

Clean up everything using:

docker stop proton && docker rm proton

Showcases
Tackle use cases where real-time analytics make all the difference.

Capital Markets

Turn real-time market and transaction data into real-time insights. Leverage append-only streams and key-value streams to monitor financial data.

A line chart representing the price of a stock
A map chart with dots to indicate locations of vehicles

IoT

Gain real-time visibility into IoT operations, such as fleet management, using only SQL.

Trusted by
Alpha Stream logo
Aurora logo
Livepeer logo
Paigo logo
Huatai logo
Duckbill
Alpha Stream Logo - Web.png
"We are able to simply plug the sources into Timeplus and start writing queries over the streaming data to get the results. No need to compile and deploy a code. This makes prototyping to deploy applications really fast."

Hamilton Araujo

Managing Director, Alpha Stream

Integrate with
Kafka logo
Confluent logo
Redpanda logo
Slack logo
Snowflake logo
Airbyte logo
Pulsar logo
StreamNative logo
ably logo
livepeer logo
Replace logo here and adjust for height - integrate web-1.png
Replace logo here and adjust for height - integrate web-2.png
Try TImeplus Cloud for free.
Get started with a 30 day free trial.
No credit card required.
bottom of page