开放核心生态系统·麻省理工学院许可证·公共源代码

建于公共场所。主权的定义。

基础设施的基础既不应该是专有的黑匣子,也不应该是域外陷阱。 Aurabase 核心 100% 用 Rust 编写,可审计,在纯 PostgreSQL 17 上标准化,并在 MIT 下公开许可。

Permissive MIT License
Pure ANSI PostgreSQL 17
Zero Hidden Telemetry
100% Rust Tokio Microservices
13 Services
Rust Microservices
Gateway, Realtime, Auth, Storage, AI...
5 Crates
Shared Libraries
Types, telemetry, client, SQL pools
6 SDKs
Client Tools & SDKs
TypeScript, Rust, Python, Flutter, CLI...
100% Open
Permissive MIT License
Zero royalties, fully auditable source code
#
开放核心宣言

为什么我们要公开建设基础设施

防锁定和纯 Postgres

您的表、模式、函数和扩展位于标准 PostgreSQL 中。如果您决定从 Aurabase 迁移,只需执行一个简单的操作 pg_dump 返回您的整个数据集,且专有锁定为零。

Rust 中的系统性能

零垃圾收集暂停、最小的内存占用和确定性的 P99 延迟。我们 13 个微服务的开源代码揭示了每一个分配、零成本抽象和隔离边界。

主权和不妥协的 GDPR

作为一家受欧洲数据保护法管辖的欧洲软件公司,我们的代码包含零政府后门或未公开的遥测数据。自托管可保证完全符合最严格的安全要求。

#
货物单一仓库和包裹

存储库的 20 个开源组件

aura-gateway
MIT
Reverse Proxy & API Gateway

Unified HTTP/3 entry point. Dual-plane routing, JWT validation, and distributed per-project rate limiting.

Rust · Axum 0.8services/aura-gateway
aura-db
MIT
Postgres & pgvector Access

Schema-separated data access layer (project_{uuid}), native RLS isolation, and vector search.

Rust · SQLxservices/aura-db
aura-auth
MIT
Identity, Sessions & MFA

Full authentication engine: 15 OAuth providers, Vault Transit-encrypted TOTP MFA, and revocable sessions.

Rust · Argon2idservices/aura-auth
aura-realtime
MIT
Realtime Broadcast Engine

High-concurrency WebSockets engine backed by NATS JetStream for presence, broadcast, and Postgres CDC.

Rust · NATSservices/aura-realtime
aura-ai
MIT
MCP Server & AI Gateway

Native Model Context Protocol (MCP) server, multi-provider LLM proxy with fallback, and embeddings pipelines.

Rust · Tokioservices/aura-ai
aura-storage
MIT
Multi-Tenant Object Storage

AWS S3-compatible storage gateway backed by MinIO, presigned URLs, and per-organization quotas.

Rust · S3 APIservices/aura-storage
aura-functions
MIT
Serverless Edge Functions

WebAssembly (WASM) execution in isolated secure sandboxes with cold starts under 5ms.

Rust · Wasmtimeservices/aura-functions
aura-provisioner
MIT
Kubernetes CNPG Operator

K8s controller orchestrating dedicated CloudNativePG PostgreSQL clusters per organization with self-healing.

Rust · Kube-rsservices/aura-provisioner
aura-pgproxy
MIT
SQL Connection Pooler

Transactional proxy preventing connection exhaustion on production databases under heavy load.

Rust · Networkservices/aura-pgproxy
aura-analytics
MIT
Telemetry & Log Ingestion

High-velocity columnar ingestion for security auditing, per-request metrology, and billing.

Rust · ClickHouseservices/aura-analytics
aura-notifications
MIT
Webhooks & Alerting

Reliable webhook delivery engine with exponential retries, HMAC signatures, and push notifications.

Rust · Asyncservices/aura-notifications
aura-control
MIT
Platform Control Plane

Administrative management of tenants, organization members, subscriptions, and RBAC permissions.

Rust · SQLxservices/aura-control
aura-migrator
MIT
SQL Migration Engine

Transactional and idempotent application of platform SQL schemas and project schemas.

Rust · Migrationsservices/aura-migrator
aura-core
MIT
Shared Types & Errors

Common primitives, strict identifier typing (TenantId, ProjectId), and unified error handling.

Rust (Crate)libs/aura-core
aura-crypto
MIT
Transit Encryption & KEKs

Native HashiCorp Vault Transit integration (aura-projecturl, aura-ai, aura-mfa KEKs) and key derivation.

Rust · Vaultlibs/aura-crypto
aura-telemetry
MIT
Observability & Tracing

OpenTelemetry instrumentation, request span correlation, and exported Prometheus metrics.

Rust · OTellibs/aura-telemetry
aura-db-adapters
MIT
Data Adapters

Generic connection pools, schema isolation wrappers, and reusable prepared statements.

Rust · SQLxlibs/aura-db-adapters
aura-migrations
MIT
Migration Library

Versioned migration files embedded at compile time for zero-downtime deployments.

Rust · SQLlibs/aura-migrations
aura-cli
MIT
Official Developer CLI

Command-line tool to initialize projects, run migrations, generate types, and control local clusters.

Rust CLIaura-cli
aurabase-rs
MIT
Async Rust SDK

Non-blocking native client to integrate Aurabase into Rust microservices, workers, and distributed systems.

Rust SDKaurabase-rs
aurabase-js
MIT
Universal SDK (Browser/SSR/Edge)

Full TypeScript client with SSR session handling (Next.js App Router), generated schema typing, and Realtime.

TypeScript 5aurabase-js
aurabase-mcp
MIT
Model Context Protocol Server

MCP protocol implementation to connect Claude Desktop, Cursor, and AI agent frameworks directly to Aurabase.

TypeScript / Nodeaurabase-mcp
aurabase-py
MIT
Python SDK for Data & AI

Asynchronous client for data science pipelines, vector ingestion scripts, and Jupyter notebooks.

Python 3.10+aurabase-py
aurabase-dart
MIT
Mobile SDK (iOS & Android)

Lightweight mobile client for Flutter applications with offline caching and WebSockets reconnection.

Dart · Flutteraurabase-dart
studio
MIT
Web Management Console

Comprehensive visual interface: SQL table editor, Realtime monitoring, bucket explorer, and ClickHouse logs.

Next.js 14 · Reactstudio
#
精心策划的生态系统

开源行业巨头为引擎提供动力

PostgreSQL 17

UNIVERSAL STANDARD
Relational & Vector Engine

Zero proprietary lock-in. Pure ANSI SQL, pgvector extensions, Row-Level Security, and native JSONB.

CloudNativePG

PRODUCTION GRADE
Kubernetes Postgres Operator

High availability with automatic failover, continuous physical streaming replication, and non-disruptive backups.

NATS JetStream

ULTRA-FAST REALTIME
Event Bus & Realtime

Ultra-fast streaming written in Go. Minimal memory footprint, message persistence, and fan-out distribution.

MinIO S3

AWS S3 COMPATIBLE
S3 Object Storage

AWS S3 standard compatibility. Zero lock-in to proprietary cloud vendors, ideal for self-hosting and sovereignty.

ClickHouse

PER-REQUEST METRICS
Analytics & Telemetry

Columnar analytical database ingesting millions of audit events and logs with sub-second query latency.

HashiCorp Vault

ZERO-TRUST SECURITY
Secrets Management & Transit

AES-GCM 256-bit envelope encryption at rest and automated per-project encryption key rotation.

#
开发者集成

使用您熟悉的工具和 SDK 使用 Aurabase

标准代码

使用具有自动模式输入和本机 SSR 支持的通用 TypeScript 客户端(Next.js、Remix、Astro):

# 1. Install SDK
npm install @aurabase/js

# 2. Initialize client in your application
import { createClient } from '@aurabase/js'

export const aurabase = createClient(
  process.env.AURA_URL!,
  process.env.AURA_ANON_KEY!
)

// Typed PostgreSQL query
const { data: users, error } = await aurabase
  .from('users')
  .select('id, email, full_name, created_at')
  .order('created_at', { ascending: false })
#
提供透明度

免费自托管与 Aurabase 云

特点自托管(开放)光环云
PostgreSQL 17 database engine100% Included100% Included
Native pgvector vector search100% Included100% Included
Identity engine & 15 OAuth providers100% Included100% Included
WebSockets & Realtime engine (NATS)100% Included100% Included
Model Context Protocol (MCP) server & AI100% Included100% Included
MinIO S3 storage & presigned URLs100% Included100% Included
Next.js web administration Studio100% Included100% Included
Developer CLI (aura-cli) & universal SDKs100% Included100% Included
Multi-tenant Kubernetes physical isolationManual configurationAutomated (CNPG)
Sovereign EU datacenters (Paris, Frankfurt, Helsinki)Your own infrastructureFully managed turnkey
Encrypted backups & Point-in-Time RecoveryManual managementAutomated daily
Vault Transit envelope encryptionIncluded (bring your own Vault)Dedicated KEK keys
Guaranteed technical support & 99.99% SLADiscord & GitHubDedicated 24/7 support
Astuce
我们强加 零人为限制 在自托管实例上。您可以从我们的生产云中部署的完全相同的高性能源代码中受益。
#
协作与治理

如何为 Aurabase 做出贡献

步骤 01

Browse issues

Explore tickets tagged "good first issue" or "help wanted" on the official GitHub repository.

View issues
步骤 02

Discuss on Discord

Pitch RFCs or feature ideas in the #dev channel of our Discord community directly with founders.

Discord channel
步骤 03

Rigorous testing

Every contribution must include unit or integration tests and pass `cargo clippy` with zero warnings.

Repo guidelines
步骤 04

Open a Pull Request

We review and merge PRs within 48 business hours. Every contributor is recognized in release notes.

Create PR
加入项目

构建主权云基础设施的未来。

无论您是想修复错误、提出 RFC 还是在自己的裸机服务器上自行托管 Aurabase,代码都是开放的。

GitHub 存储库不和谐社区
无需信用卡 · 500 MB 免费 · 50,000 MAU