heliosdb-nano 3.30.0

PostgreSQL-compatible embedded database with TDE + ZKE encryption, HNSW vector search, Product Quantization, git-like branching, time-travel queries, materialized views, row-level security, and 50+ enterprise features
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
services:
  - type: web
    name: heliosdb-nano
    runtime: docker
    dockerfilePath: ../docker/Dockerfile
    plan: starter
    envVars:
      - key: DATA_DIR
        value: /data
    disk:
      name: heliosdb-data
      mountPath: /data
      sizeGB: 10
    healthCheckPath: /health