datapackage-pipelines-aws:与AWS的数据包管道集成

时间:2024-05-20 23:18:56
【文件属性】:

文件名称:datapackage-pipelines-aws:与AWS的数据包管道集成

文件大小:15KB

文件格式:ZIP

更新时间:2024-05-20 23:18:56

Python

适用于数据包管道的AWS扩展 安装 # clone the repo and install it wit pip git clone https://github.com/frictionlessdata/datapackage-pipelines-aws.git pip install -e . 用法 您可以将datapackage-pipelines-aws用作的插件。 在pipeline-spec.yaml中,它将如下所示 ... - run : aws.dump.to_s3 您将需要设置AWS凭证。 请参阅 dump.to_s3 将DataPackage保存到AWS S3。 参数: bucket-将存储DataPackage的存储bucket名称(应该已经创建!) acl提供上载文件的ACL。 默认值为“公开读取”(有关更多信息,请参见)。 path -路径(


【文件预览】:
datapackage-pipelines-aws-master
----Dockerfile(173B)
----.gitignore(1KB)
----setup.cfg(26B)
----README.md(3KB)
----.github()
--------ISSUE_TEMPLATE.md(132B)
--------PULL_REQUEST_TEMPLATE.md(129B)
----datapackage_pipelines_aws()
--------s3_dumper.py(3KB)
--------processors()
--------__init__.py(0B)
--------helpers.py(379B)
--------VERSION(7B)
----tests()
--------test_to_s3.py(7KB)
--------test_helpers.py(1KB)
--------__init__.py(0B)
----requirements.dev.txt(47B)
----.dockerignore(65B)
----pytest.ini(27B)
----pylama.ini(79B)
----requirements.txt(6B)
----LICENSE.md(1KB)
----MANIFEST.in(206B)
----setup.py(2KB)
----.travis.yml(513B)
----tox.ini(345B)
----Makefile(336B)

网友评论