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
- Cross-collection JOIN— SQL-style JOIN...ON across multiple collections
Performance
- Distributed Caching— Multi-node cache synchronization with consistent hashing
- Streaming Replication— Real-time data replication across instances
- Connection Pooling— High-concurrency connection management with backpressure
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