Docker 运行 Cache:
无 License 版本存在并发会话数最多为 1 的限制
1 | docker pull daimor/intersystems-cache:2018.1 |
- Cache 的管理页面: http://127.0.0.1:57772/csp/sys/UtilHome.csp
终端使用
查看实例信息:
1 | $ ccontrol all |
常用命令:
- 查看当前实例信息:
ccontrol all
- 启动 ISCAgent:
/etc/init.d/ISCAgent start
- 登录 terminal:
csession cache
- 切换命名空间:
zn "%sys"
- 进入 SQL Shell:
do $SYSTEM.SQL.Shell()
- 退出数据库:
halt
以下示例创建用户并赋权:
1 | $ cache |
Python 驱动连接(一般路径为 /usr/cachesys/dev/python
):
1 | import intersys.pythonbind3 |
Python 驱动打包
容器内换源
1 | sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo |
安装依赖
1 | yum install -y gcc gcc-c++ python3 python3-devel |
安装
注意 /usr/cachesys/bin
是驱动
1 | cd /usr/cachesys/dev/python |
打包
这里示例打包为 wheel 包,需要安装孔 wheel,如果 Python 版本升级或修改包名,需要修改 setup3.py
中相关配置。
1 | cd /usr/cachesys/dev/python |
其他环境安装该包,需要 copy 相关的驱动依赖 /usr/cachesys/bin