Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.sunny-dev.info/llms.txt

Use this file to discover all available pages before exploring further.

Databases require persistent storage and prioritized memory for query performance.

Storage Configuration

ParameterTypeDescription
Storage30 GBPersistent disk space for your database.
IOPS3000Provisioned throughput for high-performance databases.

Instance Sizing

Choose an instance size that matches your dataset and concurrency needs.
revolte.yaml
revolte:
  version: "1.0"
  project: Demo-Project
  appName: "demo-app"
  env:
    production:
      branch: main
      services:
        rid_2:
          type: DATABASE
          name: db
          specifications:
            cpu: 2
            memory: 1
            storage: 30
            engine: postgres

Next Steps