Skip to content

mothslaw/virtualization-sdk

 
 

Repository files navigation

Delphix Virtualization SDK

This repository contains the Virtualization SDK for building custom data source integrations for the Delphix Dynamic Data Platform.

The latest user documentation can be found here.

Getting Started

Prerequisites

  • macOS 10.14+, Ubuntu 16.04+, or Windows 10
  • Python 2.7 (Python 3 is not supported)
  • Java 7+
  • Delphix Engine 5.3.5.0 or above

Installing

To install the latest version of the SDK run:

$ pip install dvp

To install a specific version of the SDK run:

$ pip install dvp==<version>

To upgrade an existing installation of the SDK run:

$ pip install dvp --upgrade

Reporting a bug

If you run into a problem, please search the existing issues first to ensure the issue hasn't been reported before. Open a new issue only if you haven't found anything similar to your issue.

If the issue is not being tracked, please file an issue using the Bug Report issue template here.

Requesting a feature

To request a feature, file a GitHub issue on this repository using the Feature Request issue template here.

Contributing

Please read CONTRIBUTING.md for details on the process for submitting pull requests to us.

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details.

Packages

No packages published

Languages

  • Python 93.9%
  • Mustache 4.7%
  • Shell 1.4%