Installation

Set up enVector using the official deployment assets. The reference repository provides ready‑to‑use Docker Compose and Helm Chart configurations, plus example Jupyter notebooks for quick validation.

  • Repository: https://github.com/CryptoLabInc/envector-deployment

Options

  • Docker Compose

    • Best for a quick local setup on a single machine.

    • Uses a docker-compose.yml provided in the deployment repo.

    • Guide: get-started/installation/docker-compose.md

  • Helm Chart (Kubernetes)

    • Best for Kubernetes clusters and staging/production‑like setups.

    • Helm chart manifests are included in the deployment repo.

    • Guide: get-started/installation/helm-chart.md

  • Example Jupyter Notebooks

    • Try the SDK end‑to‑end with runnable notebooks in the deployment repo.

    • Useful for validating encrypted insert/search workflows and demos.

Next Steps

  • If you want a fast local run: get-started/installation/docker-compose.md

  • If deploying to a cluster: get-started/installation/helm-chart.md

  • To install the SDK locally: get-started/installation/client-sdk.md

Last updated