Los cimientos de su infraestructura no deben ser ni una caja negra patentada ni una trampa extraterritorial. El 100% del núcleo de Aurabase está escrito en Rust, es auditable, estandarizado en PostgreSQL 17 puro y con licencia abierta del MIT.
Sus tablas, esquemas, funciones y extensiones se encuentran en PostgreSQL estándar. Si alguna vez decide migrar fuera de Aurabase, una simple pg_dump devuelve todo su conjunto de datos sin ningún bloqueo de propiedad.
Cero pausas en la recolección de basura, uso mínimo de memoria y latencia P99 determinista. El código fuente abierto de nuestros 13 microservicios revela cada asignación, abstracción de costo cero y límite de aislamiento.
Como empresa europea de software que se rige por las leyes europeas de protección de datos, nuestro código no contiene puertas traseras gubernamentales ni telemetría no divulgada. El autohospedaje garantiza el cumplimiento total de los requisitos de seguridad más estrictos.
Unified HTTP/3 entry point. Dual-plane routing, JWT validation, and distributed per-project rate limiting.
Schema-separated data access layer (project_{uuid}), native RLS isolation, and vector search.
Full authentication engine: 15 OAuth providers, Vault Transit-encrypted TOTP MFA, and revocable sessions.
High-concurrency WebSockets engine backed by NATS JetStream for presence, broadcast, and Postgres CDC.
Native Model Context Protocol (MCP) server, multi-provider LLM proxy with fallback, and embeddings pipelines.
AWS S3-compatible storage gateway backed by MinIO, presigned URLs, and per-organization quotas.
WebAssembly (WASM) execution in isolated secure sandboxes with cold starts under 5ms.
K8s controller orchestrating dedicated CloudNativePG PostgreSQL clusters per organization with self-healing.
Transactional proxy preventing connection exhaustion on production databases under heavy load.
High-velocity columnar ingestion for security auditing, per-request metrology, and billing.
Reliable webhook delivery engine with exponential retries, HMAC signatures, and push notifications.
Administrative management of tenants, organization members, subscriptions, and RBAC permissions.
Transactional and idempotent application of platform SQL schemas and project schemas.
Common primitives, strict identifier typing (TenantId, ProjectId), and unified error handling.
Native HashiCorp Vault Transit integration (aura-projecturl, aura-ai, aura-mfa KEKs) and key derivation.
OpenTelemetry instrumentation, request span correlation, and exported Prometheus metrics.
Generic connection pools, schema isolation wrappers, and reusable prepared statements.
Versioned migration files embedded at compile time for zero-downtime deployments.
Command-line tool to initialize projects, run migrations, generate types, and control local clusters.
Non-blocking native client to integrate Aurabase into Rust microservices, workers, and distributed systems.
Full TypeScript client with SSR session handling (Next.js App Router), generated schema typing, and Realtime.
MCP protocol implementation to connect Claude Desktop, Cursor, and AI agent frameworks directly to Aurabase.
Asynchronous client for data science pipelines, vector ingestion scripts, and Jupyter notebooks.
Lightweight mobile client for Flutter applications with offline caching and WebSockets reconnection.
Comprehensive visual interface: SQL table editor, Realtime monitoring, bucket explorer, and ClickHouse logs.
Zero proprietary lock-in. Pure ANSI SQL, pgvector extensions, Row-Level Security, and native JSONB.
High availability with automatic failover, continuous physical streaming replication, and non-disruptive backups.
Ultra-fast streaming written in Go. Minimal memory footprint, message persistence, and fan-out distribution.
AWS S3 standard compatibility. Zero lock-in to proprietary cloud vendors, ideal for self-hosting and sovereignty.
Columnar analytical database ingesting millions of audit events and logs with sub-second query latency.
AES-GCM 256-bit envelope encryption at rest and automated per-project encryption key rotation.
Explore tickets tagged "good first issue" or "help wanted" on the official GitHub repository.
Pitch RFCs or feature ideas in the #dev channel of our Discord community directly with founders.
Every contribution must include unit or integration tests and pass `cargo clippy` with zero warnings.
We review and merge PRs within 48 business hours. Every contributor is recognized in release notes.