# Rocket OSS (ROSS) v1.0.0 Roadmap ## Core Infrastructure - [ ] Structured logging support - [ ] API rate limiting - [ ] Swagger / OpenAPI documentation generation - [ ] Environment-based configuration system ## Authentication & Security - [ ] API key authentication - [ ] Email/password authentication - [ ] OTP-based email verification - [ ] SSO authentication support - [ ] RBAC (Role-Based Access Control) system ## Database Support ### Database Engines - [ ] PostgreSQL support - [ ] MySQL support - [ ] SQLite support ### Database Features - [ ] Drizzle-based migration system - [ ] Custom migration scripts - [ ] Foreign key support - [ ] Index support ### Supported Data Types - [ ] Integer - [ ] Decimal - [ ] String - [ ] Boolean - [ ] Text - [ ] Date - [ ] Datetime - [ ] JSON - [ ] UUID / ULID - [ ] Enum ## API Engine ### CRUD Operations - [ ] Create operations - [ ] Read operations - [ ] Update operations - [ ] Delete operations - [ ] Get-all endpoints - [ ] Search endpoints - [ ] Index routes ### Advanced Query Features - [ ] Aggregation operations - [ ] Min - [ ] Max - [ ] Mean - [ ] Count - [ ] Sum - [ ] Frequency - [ ] Custom queries - [ ] Custom functions ### API Personalization & Context - [ ] Server-Side Parameters (SSP) - [ ] Magic variables ### Eventing & Integrations - [ ] Webhook support ## Caching - [ ] Redis cache support - [ ] Memcached support ## Notifications - [ ] AWS SES integration - [ ] SendGrid integration
Rocket OSS (ROSS) v1.0.0 Roadmap
Core Infrastructure
Authentication & Security
Database Support
Database Engines
Database Features
Supported Data Types
API Engine
CRUD Operations
Advanced Query Features
API Personalization & Context
Eventing & Integrations
Caching
Notifications