Timeplus Proton, a single binary streaming SQL engine, ready to run continuous and historical queries over your event streams the moment it boots.
Timeplus Proton is a unified streaming and historical SQL engine derived from ClickHouse. It ingests events into append only streams and lets you run both streaming queries, which stay continuously up to date as new events arrive, and historical queries over the same data using familiar SQL. A single self contained binary provides the streaming server and a command line client, so a whole real time analytics workflow, from ingestion through incremental aggregation to point in time lookups, runs on one node with no external dependencies.
Proton ships upstream with a default user that has no password, so cloudimg establishes a secure by default posture before the engine is ever reachable. The native protocol and the HTTP interface are restricted to on host access by a host firewall, and on the first boot of every instance a unique password is generated, hashed into the server configuration and written to a root only file, so anonymous and wrong credential connections are refused and no two instances share a login. Stream data and the historical store live on a dedicated data volume that is captured into the image and re provisioned on every instance, and every deployment comes with a paired deploy guide and 24/7 cloudimg support.