Skip to main content

Prerequisites

Stream2Vault is a client application designed and built to streamline generation of the data vault objects available as a python package.

Before you install and use the Stream2Vault (S2V) client, please ensure your system meets the following prerequisites:

System Requirements

  1. Python:

    • Version: 3.12 or higher.
    • S2V leverages features available in recent Python versions.
  2. Python Packaging System:

    • You'll need a Python packaging tool to install S2V and its dependencies.
    • Recommended: uv - A fast Python package installer and resolver, written in Rust. It can be a significantly faster alternative to pip.
    • Alternative: pip - The standard package installer for Python. It usually comes bundled with Python installations.