Aller au contenu principal
Back to home

VelesDB Premium

Installation

VelesDB Premium extends VelesDB Core with advanced features for enterprise use.

Rust:
cargo add velesdb-premium
Python:
pip install velesdb-premium

License Activation

After purchasing a license, you will receive a license key by email.

  1. Log in to your account at hub.wiscale.fr
  2. Navigate to Settings → Licenses
  3. Enter your license key and activate
  4. Configure your VelesDB instance with the license

Premium Features

Security & Encryption

  • AES-256-GCM EncryptionEncrypt data at rest with military-grade encryption
  • Argon2 Key DerivationSecure password-based key generation
  • Ed25519 License ValidationCryptographic license verification

Data Management

  • SnapshotsPoint-in-time backup with SHA-256 verification
  • Inter-collection JOINSQL-style JOIN...ON across collections
  • VelesQL ParserFull SQL-like query language

Performance

  • Product Quantization32x compression with AVX2 SIMD acceleration
  • Query CacheLRU/LFU caching with TTL management
  • Hybrid Search FusionRRF, Linear, Weighted fusion strategies

AI & RAG

  • RAG ToolkitText chunking with sentence/paragraph splitting
  • Embedding CacheCache embeddings with TTL expiration

Enterprise

  • Multi-tenancyTenant isolation with quotas
  • RBACRole-based access control
  • Audit LoggingJSON structured event tracking
  • Prometheus Metrics/metrics endpoint for monitoring

Developer Tools

  • WebAdmin UIMonaco editor with VelesQL autocomplete
  • Query ProfilerP50/P95/P99 latency statistics