Skip to content

Latest commit

 

History

History
193 lines (149 loc) · 10.4 KB

File metadata and controls

193 lines (149 loc) · 10.4 KB

Orbit-RS Documentation

Welcome to the comprehensive documentation hub for Orbit-RS, a high-performance distributed virtual actor system framework written in Rust.

Directory Structure

docs/
├── README.md                    # This file
├── ../specifications/PRD.md    # Product Requirements Document
├── index.md                     # Documentation site index
├── overview.md                  # Project overview
├── project_overview.md          # Detailed project overview
├── quick_start.md               # Quick start guide
├── features.md                  # Feature documentation
├── status.md                    # Project status
├── contributing.md              # Contributing guide
│
├── content/                     # Core documentation content
│   ├── protocols/               # Protocol implementations
│   ├── storage/                 # Storage engine docs
│   ├── server/                  # Server configuration docs
│   ├── graph/                   # Graph database docs
│   ├── graph-rag/               # GraphRAG documentation
│   ├── geo/                     # Geospatial docs
│   ├── ai/                      # AI/ML features
│   ├── ml/                      # Machine learning docs
│   ├── gpu-compute/             # GPU acceleration
│   ├── architecture/            # Architecture docs
│   ├── operations/              # Operations guides
│   ├── deployment/              # Deployment guides
│   ├── development/             # Development resources
│   │   ├── github/              # GitHub templates
│   │   ├── guidelines/          # Coding standards
│   │   ├── issues/              # Issue tracking
│   │   ├── testing/             # Test coverage
│   │   ├── verification/        # Verification scripts
│   │   └── wip/                 # Work-in-progress
│   ├── rfcs/                    # RFC documents
│   ├── legal/                   # Legal documents
│   ├── desktop/                 # Desktop client docs
│   ├── examples/                # Code examples
│   ├── support/                 # Support resources
│   └── *.md                     # Feature documentation files
│
├── planning/                    # Project planning
│   ├── backlog/                 # Feature backlog items
│   ├── competitive/             # Competitive analysis
│   ├── features/                # Planned features
│   ├── phases/                  # Implementation phases
│   └── roadmap/                 # Strategic roadmap
│
├── archive/                     # Archived documentation
└── assets/                      # Static assets

Consolidated Documentation Index

Getting Started

Architecture & Core Features

Protocol Support

Operations & Deployment

Planning & Development

Advanced Topics

Security & Compliance

Reference Documentation

Quick Navigation

New to Orbit-RS?

  1. Start with the Project Overview to understand Orbit-RS capabilities and verified metrics
  2. Follow the Quick Start Guide to get a working system
  3. Explore Advanced Transaction Features for distributed capabilities
  4. Review Protocol Support to understand multi-model database features

Looking to Deploy?

  1. Review the Strategic Roadmap to understand current production-ready status
  2. Check Kubernetes Complete Documentation for production setup
  3. Review CI/CD Pipeline for deployment automation
  4. Explore Advanced Transaction Features for enterprise features

Want to Contribute?

  1. Read the Development Guide for setup and guidelines
  2. Check the Feature Backlog for prioritized features and timelines
  3. Review the Strategic Roadmap for long-term development plans
  4. Browse the GitHub Issues for specific tasks

Enterprise Users

  1. Review Security Documentation for security and compliance
  2. Check Advanced Transaction Features for enterprise capabilities
  3. Browse the Planning Documents for migration and implementation guides
  4. Contact Enterprise Support for professional services

External Resources

Code & Development

Community & Support


Documentation Status

Recently Consolidated

  • Project Documentation: All overview, status, and structure documents merged into comprehensive Project Overview
  • Strategic Planning: All roadmap documents unified into planning/
  • Feature Planning: All backlog documents consolidated into planning/backlog/
  • Development Resources: Guidelines, testing, and WIP docs organized in development/
  • Core Content: Protocol, storage, and feature docs organized in content/
  • Folder Structure: Reorganized into 3 main categories: content, development, planning

Current Stats

  • Total Documents: 100+ comprehensive markdown files
  • Lines of Documentation: 30,000+ lines of technical documentation
  • Verified Metrics: All project statistics audited and verified (November 2025)
  • Cross-References: 200+ internal links verified and updated

Maintenance

  • Update Frequency: Monthly review and quarterly major updates
  • Last Reorganization: November 2025
  • Community Input: Open documentation improvement process
  • Version Control: All changes tracked in Git with detailed commit messages

Orbit-RS: Production-ready multi-model distributed database platform Documentation: Comprehensive, accurate, and continuously maintained Happy building with Orbit-RS!