StreamFlow PostgreSQL插件
项目描述
PostgreSQL插件用于StreamFlow
安装
只需使用pip从PyPI安装包目录。StreamFlow将在每次工作流执行时自动将其识别为插件并加载。
pip install streamflow-postgresql
如果一切正常,每次工作流执行开始时,日志中应该打印以下消息
Successfully registered plugin streamflow_postgresql.plugin.PostgreSQLStreamFlowPlugin
用法
此插件注册了一个新的Database
组件,它扩展了StreamFlow的CachedDatabase
类。要声明它,请在streamflow.yml
配置文件中放置以下行。
database:
type: unito.postgresql
config:
dbname: <dbname> # The name of the database to use
hostname: <hostname> # The database hostname or IP address
password: <password> # Password to use when connecting to the database
username: <username> # Username to use when connecting to the database
项目详情
下载文件
下载您平台所需的文件。如果您不确定该选择哪个,请了解更多关于安装包的信息。
源代码发行版
streamflow_postgresql-0.0.7.tar.gz (12.8 kB 查看哈希值)
构建发行版
关闭
streamflow_postgresql-0.0.7.tar.gz的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | a56525775a49496582c809394a77f08f6ee80ad1ce7b346d1167da79d7d5b610 |
|
MD5 | 1cc00ae5070b66754268d4c989231ee6 |
|
BLAKE2b-256 | ad26d6f1d042205966a6a7721bba34b6dd98e7f831a47d0695477f23d3ca6ad9 |
关闭
streamflow_postgresql-0.0.7-py3-none-any.whl的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 0b31cd8737266d5e2e95bc0f05b75791c90e476e90aa9e86e2e3677365d77fd7 |
|
MD5 | 6a43381ca29c8cf89122307011b74ec1 |
|
BLAKE2b-256 | 1147c028ffa71298b8a66a0fc550e81042dd3ff58f57bed9e73536615548c192 |