Apache IoTDB下载与安装

1. 中文官方文档:https://iotdb.apache.org/zh/

2. 下载地址:https://iotdb.apache.org/zh/Download/

发行版本踩了个小坑:1.0.0版本启动时如果作为单机部署,只能使用127.0.0.1,这样会导致部署在外网连接失败,所以这里我们选择下载0.13.3版本。

3. 直接解压

unzip apache-iotdb-0.13.3-all-bin.zip

4.启动服务端

 nohup sbin/start-server.sh >/dev/null 2>&1 &

5. 启动客户端(10.xx.xx.xx为服务端ip)

bash sbin/start-cli.sh -h 10.xx.xx.xx -p 6667 -u root -pw root