DataKitchen Cloud Command Line


Keywords
DataKitchen, Cloud, Commandline, Analytics, Agile, Data, DataOps
License
AGPL-3.0
Install
pip install DKCloudCommand==1.1.184rc2

Documentation

DKCloudCommand

PyPI version

DKCloudCommand is the command line interface for interacting with DataKitchen's DataOps platform.

The DataKitchen DataOps Platform is your command center for DataOps. The Platform automates the key functions of your development and production workflows so cross-functional teams can seamlessly collaborate, quickly innovate, and instantly deliver the kind of error-free, on-demand insight that leads to one successful business decision after another.

DataOps

Seven DataOps Practices

  1. Orchestrate your production pipeline
  2. Monitor production data for errors and trends
  3. Use multiple self-service environments to experiment outside of production
  4. Add automated data and logic tests to catch problems quickly
  5. Reuse and containerize components to save time and reduce complexity
  6. Parameterize your code so it can run in multiple environments
  7. Schedule pipeline processing for regular, predictable deliverables

DataOps Resources

Requirements

Python

DKCloudCommand requires Python 3.x.

Python 3 users can use DKCloudCommand in their preferred virtual environment manager:

Python Packages

Python package requirements will be installed or updated when installing DKCloudCommand.

Installation

To install DKCloudCommand:

$ pip install DKCloudCommand

Upgrading

Determine the currently installed version:

$ dk --version

To upgrade DKCloudCommand:

$ pip install DKCloudCommand --upgrade

Documentation

Detailed documentation is available here.