ओपन-कोर इकोसिस्टम · एमआईटी लाइसेंस · सार्वजनिक स्रोत कोड

सार्वजनिक रूप से निर्मित.परिभाषा के अनुसार संप्रभु.

आपके बुनियादी ढांचे की नींव न तो एक मालिकाना ब्लैक बॉक्स होनी चाहिए और न ही एक अलौकिक जाल। ऑराबेस कोर का 100% रस्ट में लिखा गया है, ऑडिट योग्य है, शुद्ध पोस्टग्रेएसक्यूएल 17 पर मानकीकृत है, और एमआईटी के तहत खुले तौर पर लाइसेंस प्राप्त है।

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
#
ओपन-कोर घोषणापत्र

हम खुले में बुनियादी ढांचे का निर्माण क्यों करते हैं?

एंटी-लॉक-इन और शुद्ध पोस्टग्रेज़

आपकी तालिकाएँ, स्कीमा, फ़ंक्शन और एक्सटेंशन मानक PostgreSQL में रहते हैं। यदि आप कभी भी ऑराबेस से दूर प्रवास करने का निर्णय लेते हैं, तो एक सरल उपाय pg_dump शून्य मालिकाना लॉक-इन के साथ आपका संपूर्ण डेटासेट लौटाता है।

जंग में सिस्टम का प्रदर्शन

शून्य कचरा संग्रह रुकता है, न्यूनतम मेमोरी फ़ुटप्रिंट, और नियतात्मक P99 विलंबता। हमारे 13 माइक्रोसर्विसेज का ओपन सोर्स कोड प्रत्येक आवंटन, शून्य-लागत अमूर्तता और अलगाव सीमा को प्रकट करता है।

संप्रभुता और समझौताहीन जीडीपीआर

यूरोपीय डेटा संरक्षण कानूनों द्वारा शासित एक यूरोपीय सॉफ्टवेयर कंपनी के रूप में, हमारे कोड में शून्य सरकारी बैकडोर या अज्ञात टेलीमेट्री शामिल है। स्व-होस्टिंग सबसे कठोर सुरक्षा आवश्यकताओं के पूर्ण अनुपालन की गारंटी देता है।

#
कार्गो मोनोरेपो और पैकेज

रिपॉजिटरी के 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.

#
डेवलपर एकीकरण

अपने परिचित टूल और एसडीके का उपयोग करके ऑराबेस का उपभोग करें

मानक कोड

स्वचालित स्कीमा टाइपिंग और देशी एसएसआर समर्थन (नेक्स्ट.जेएस, रीमिक्स, एस्ट्रो) के साथ यूनिवर्सल टाइपस्क्रिप्ट क्लाइंट का उपयोग करें:

# 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 })
#
पारदर्शिता की पेशकश

फ्री सेल्फ-होस्टेड बनाम ऑराबेस क्लाउड

विशेषतास्व-होस्टेड (खुला)ऑराबेस क्लाउड
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
हम थोपते हैं शून्य कृत्रिम सीमाएँ स्व-होस्टेड उदाहरणों पर। आप हमारे उत्पादन क्लाउड पर तैनात बिल्कुल उसी उच्च-प्रदर्शन स्रोत कोड से लाभान्वित होते हैं।
#
सहयोग एवं शासन

ऑराबेस में योगदान कैसे करें

कदम 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 को सेल्फ-होस्ट करना चाहते हों, कोड खुला है।

गिटहब रिपॉजिटरीकलह समुदाय
किसी क्रेडिट कार्ड की आवश्यकता नहीं · 500 एमबी निःशुल्क · 50,000 एमएयू