Skip to content

delphix/virtualization-sdk

Folders and files

NameName
Last commit message
Last commit date
Nov 4, 2024
Jan 30, 2023
Apr 4, 2025
Apr 8, 2025
Apr 4, 2025
Apr 4, 2025
Apr 4, 2025
Apr 4, 2025
Apr 4, 2025
Nov 18, 2021
Mar 6, 2020
Jan 15, 2025
Mar 13, 2020
Dec 9, 2019
Oct 3, 2022
Nov 13, 2024
Jun 5, 2023

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 (vSDK 3.1.0 and earlier)
  • Python 3.8 (vSDK 4.1.0 and earlier)
  • Python 3.11 (vSDK 5.0.0 and later)
  • Java 7+
  • A Delphix Engine of an appropriate version

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.