安装
云端的 Timeplus 企业版
The quickest and easiest way to get started with Timeplus is to sign up a free account on our fully-managed platform at us-west-2.timeplus.cloud.
只需使用谷歌或微软单点登录进行注册,或创建用户名和密码即可。 接下来,创建一个新的工作区并开始您的流式分析旅程。
Timeplus 企业版自托管
Install Timeplus Enterprise with high availability and scalability in your own data center or cloud account, using the bare metal installer or the official Timeplus Kubernetes Helm Chart.
Timeplus Proton,核心引擎
作为单个二进制文件
curl https://install.timeplus.com/oss | sh
一旦 proton
二进制文件可用,你就可以以不同的模式运行 Timeplus Proton:
- 本地模式。 您可以运行
proton local
来启动它,以便使用 SQL 快速处理本地和远程文件,而无需安装完整的服务器 - Config-less Mode. You run
proton server
to start the server and put the config/logs/data in the current folderproton-data
. Then useproton client
in the other terminal to start the SQL client. - 服务器模式。 您可以运行
sudo proton install
将服务器安装在预定义路径和默认配置文件中。 Then you can runsudo proton server -C /etc/proton-server/config.yaml
to start the server and useproton client
in the other terminal to start the SQL client.
对于 Mac 用户,你还可以使用 Homebrew 来管理安装/升级/卸载:
brew install timeplus-io/timeplus/proton
作为 Docker 容器
docker run -d --pull always -p 8123:8123 -p 8463:8463 --name proton d.timeplus.com/timeplus-io/proton:latest
Please check Server Ports to determine which ports to expose, so that other tools can connect to Timeplus, such as DBeaver.
Docker 撰写
Docker Compose 堆栈 演示了如何使用外部流在 Kafka/Redpanda 中读取/写入数据。
Kubernetes
通过 Kubernetes 运行单节点 Proton 是可能的。 我们建议您联系我们进行私有化Timeplus Enterprise部署。