Skip to main content

Vedro Cloud plugin

Project description

Vedro Cloud

Codecov PyPI PyPI - Downloads Python Version

Installation

1. Install package

$ pip3 install vedro-cloud

2. Enable plugin

# ./vedro.cfg.py
import vedro
import vedro_cloud
import vedro.plugins.slicer as slicer

class Config(vedro.Config):

    class Plugins(vedro.Config.Plugins):

        class VedroCloud(vedro_cloud.VedroCloud):
            enabled = True
            api_url = "http://localhost:8080"  # Vedro Cloud API
            project_id = "test"

        class Slicer(slicer.Slicer):
            enabled = False

3. Run Server

Use docker-compose.yml from vedro-universe/vedro-cloud-api

$ docker-compose up -d
===== Running on http://localhost:8080 =====

Usage

$ vedro run --order-duration

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vedro-cloud-0.3.1.tar.gz (9.7 kB view hashes)

Uploaded Source

Built Distribution

vedro_cloud-0.3.1-py3-none-any.whl (10.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page