CDK Metaflow
The cdk-metaflow package contains cdk constructs for deploying metaflow infrastructure on aws.
# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
import cdk_metaflow as metaflow
Metaflow
The main construct creates all the required infrastructure for getting up and running with Metaflow on AWS. This is achieved by creating an instance of Metaflow:
# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
metaflow = Metaflow(self, "metaflow")
Full example:
# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
from cdk_metaflow import Metaflow
import aws_cdk.core as cdk
class MetaflowStack(cdk.Stack):
def __init__(self, scope, id, *, description=None, env=None, stackName=None, tags=None, synthesizer=None, terminationProtection=None, analyticsReporting=None):
super().__init__(scope, id, description=description, env=env, stackName=stackName, tags=tags, synthesizer=synthesizer, terminationProtection=terminationProtection, analyticsReporting=analyticsReporting)
self.metaflow = Metaflow(self, "metaflow-ts")
dev_env = {
"account": "123456789",
"region": "us-west-2"
}
app = cdk.App()
MetaflowStack(app, "metaflow-stack-ts", env=dev_env)
Release files for cdk-metaflow 0.0.20
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cdk-metaflow-0.0.20.tar.gz | 71.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cdk_metaflow-0.0.20-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 140.5 kB
Release files / cdk-metaflow-0.0.20.tar.gz
| Download URL | cdk-metaflow-0.0.20.tar.gz |
|---|---|
| Size | 71.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0012ac38430738458c7c7e73d104564b57e385986780c7793ca4e383a6a4a6c9
|
|
BLAKE2b-256 checksum How to use checksums |
781eb9f62c2e989eda14ccafefab0e11d71d27265ccf718de7ef748474c8f919
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.3
|
Release files / cdk_metaflow-0.0.20-py3-none-any.whl
| Download URL | cdk_metaflow-0.0.20-py3-none-any.whl |
|---|---|
| Size | 69.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
be1a3ae9235a01acd6bf71ec2db3cd4b7fa2d812d7aae8e5b5e7a4641ec4be0c
|
|
BLAKE2b-256 checksum How to use checksums |
3cb2eb51a8bc413c6827d10a2c1016e0fecc19d761ad5cc9143fb9635711fe7b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.3
|