Back to home
VelesDB Premium
Installation
VelesDB Premium extends VelesDB Core with advanced features for enterprise use.
Rust:
cargo add velesdb-premiumPython:
pip install velesdb-premiumLicense Activation
After purchasing a license, you will receive a license key by email.
- Log in to your account at hub.wiscale.fr
- Navigate to Settings → Licenses
- Enter your license key and activate
- Configure your VelesDB instance with the license
Premium Features
Security & Encryption
- AES-256-GCM Encryption— Encrypt data at rest with military-grade encryption
- Argon2 Key Derivation— Secure password-based key generation
- Ed25519 License Validation— Cryptographic license verification
Data Management
- Snapshots— Point-in-time backup with SHA-256 verification
- Inter-collection JOIN— SQL-style JOIN...ON across collections
- VelesQL Parser— Full SQL-like query language
Performance
- Product Quantization— 32x compression with AVX2 SIMD acceleration
- Query Cache— LRU/LFU caching with TTL management
- Hybrid Search Fusion— RRF, Linear, Weighted fusion strategies
AI & RAG
- RAG Toolkit— Text chunking with sentence/paragraph splitting
- Embedding Cache— Cache embeddings with TTL expiration
Enterprise
- Multi-tenancy— Tenant isolation with quotas
- RBAC— Role-based access control
- Audit Logging— JSON structured event tracking
- Prometheus Metrics— /metrics endpoint for monitoring
Developer Tools
- WebAdmin UI— Monaco editor with VelesQL autocomplete
- Query Profiler— P50/P95/P99 latency statistics