Simple, powerful, cost-efficient stream processing platform, easy to deploy from edge to cloud.
10K+
Timeplus is a simple, powerful, and cost-efficient stream processing platform. It's available as a fully-managed cloud service, or self-managed deployment.
Timeplus Enterprise is easy to deploy from edge to your data center. It's ideal for enterprise users with flexible deployment needs with advanced configurations needs.
If your server or laptop is running Linux or MacOS, you can run the following command to download the package and start Timeplus Enterprise without any other dependencies.
curl https://install.timeplus.com | sh
You can also run the following command to start Timeplus Enterprise, with Docker (not for production):
docker run -p 8000:8000 timeplus/timeplus-enterprise
A few optional parameters:
--name timeplus to set a name for the container-d to run the container at background-p 8463:8463 -p 3218:3218 if you want to run SQL with timeplus client or JDBC/ODBC drivers.-v "$(pwd)"/data:/timeplus/data -v "$(pwd)"/logs:/timeplus/logs if you want to mount the data and log files to your host.You can access the Timeplus Console via http://localhost:8000. On your first login, please share your contact information and start the 30-day free trial. You can login with the username default with an empty password. To improve security, you are recommended to change the password or add new users.
For more information, please check https://docs.timeplus.com/singlenode_install
For production deployments, please use bare metal or Kubernetes.
Content type
Image
Digest
sha256:364a69b93…
Size
580.1 MB
Last updated
about 2 months ago
docker pull timeplus/timeplus-enterprise