commit | b35c5b0aed166bb0095367a078af5f199d2b0902 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue May 23 20:14:22 2023 +0000 |
committer | GitHub <noreply@github.com> | Tue May 23 20:14:22 2023 +0000 |
tree | 688c2cbea073d2e4ff7465965861c6d9b9acb442 | |
parent | a82676948ce665a19f56a20ffb4e874484ec918f [diff] |
build(deps): bump sqlite-jdbc from 3.34.0 to 3.41.2.2 in /backend Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.34.0 to 3.41.2.2. - [Release notes](https://github.com/xerial/sqlite-jdbc/releases) - [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG) - [Commits](https://github.com/xerial/sqlite-jdbc/compare/3.34.0...3.41.2.2) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
IoTDB-Workbench是IoTDB的可视化管理工具,可对IoTDB的数据进行增删改查、权限控制等,简化IoTDB的使用及学习成本。 在我们心中IoTDB是最棒的时序数据库之一,我们将一直不遗余力地推动国产时序数据库IoTDB的应用和发展,为本土开源能力的提高、开源生态的发展,贡献自己的力量,欢迎大家加入IoTDB-Workbench的开发及维护,期待你的加入:
1、构建镜像:将前后后端分别打包构建出target和dist目录,然后在对应的目录下执行命令(当docker hub 有下面镜像时可以省去构建镜像步骤)
cd bacnkend docker build -t apache/iotdb-web-workbench:0.13.0-backend . cd frontend docker build -t apache/iotdb-web-frontend:0.13.0-frontend .
2、将backend/resources/sqlite目录下的iotdb拷贝到你需要挂载的路径,如/data/iotdb.db
3、在根目录下执行
docker-compose up -d
注意 docker-compose.yml中volumes挂载路径为步骤2中所指定路径;PORTS和你后端端口的值一样。