Contents Menu Expand Light mode Dark mode Auto light/dark mode
Database Version Control 0.6.2 documentation
Logo

Contents:

  • Introduction
  • Features
    • 1. Overview
    • 2. Demo Files
    • 3. Step-by-step Guide
  • Quickstart
  • Deployment
    • 1. Docker Image
    • 2. CLI
  • Design
    • 1. Overview
    • 2. Configuration
    • 3. Revision SQL files Namaing Convention
    • 4. Database Metadata
  • Contribution
    • 1. Development and Release Workflow
    • 2. Continuous Integration
  • Source Documentation
    • Src Package
      • dvc package
        • dvc.app package
          • dvc.app.cli package
            • dvc.app.cli.commands package
              • dvc.app.cli.commands.database package
        • dvc.core package
          • dvc.core.database package
            • dvc.core.database.bigquery package
            • dvc.core.database.mysql package
            • dvc.core.database.postgres package
    • Tests Package
      • tests package
        • tests.assets package
        • tests.test_dvc package
          • tests.test_dvc.test_app package
            • tests.test_dvc.test_app.test_cli package
              • tests.test_dvc.test_app.test_cli.test_commands package
                • tests.test_dvc.test_app.test_cli.test_commands.test_database package
          • tests.test_dvc.test_core package
  • Change Log
  • Author
Back to top
Edit this page

Deployment#

This page explains how the tool can be deployed.

Contents:

  • 1. Docker Image
    • 1.1. Docker compose
    • 1.2. Kubernetes
  • 2. CLI
Next
1. Docker Image
Previous
Quickstart
Copyright © 2022, Ken Ho
Made with Sphinx and @pradyunsg's Furo