Adios
← PLATFORM / Managed Databases

Give your application a memory.

Add Postgres, pgvector, Redis, MongoDB, MySQL, or RabbitMQ to your stack with one click. Adios injects secure connection details into the workspace, allowing your AI agent to instantly leverage caches, queues, and vector storage.

IN PRACTICE

Build a realtime dashboard with live and historical data.

Run the Node.js service as a persistent process, connect Redis for active counters and MongoDB for event history, and keep both dependencies visible beside the app.

adios.yaml excerpt
name: realtime-dashboard
runtime:
  name: node@24
  port: 8080

requires:
  - db
  - cache
  - queue

HOW IT WORKS

Create the resource, declare the dependency, run the app.

Read the guide ↗
  1. 01

    Create a managed data resource from a supported template.

  2. 02

    Reference it from your app manifest or workspace.

  3. 03

    Deploy the app with connection secrets and dependency wiring.

WHY IT BELONGS HERE

The application is only one part of a working backend.

Storage, caches, queues, connection credentials, and persistence are often provisioned elsewhere, leaving the relationship between the app and its data services implicit.

Choose storage that fits the job

Use relational data, vector search, document storage, caching, pub/sub, or queues without forcing everything into one service.

Keep dependencies explicit

The app manifest shows which managed resources the workload expects.

Connect without copying credentials around

Required connection details are injected into the application environment.

What’s included
  • ✓ Postgres and pgvector for relational and AI search apps
  • ✓ Redis for caching, sessions, pub/sub, and live buffers
  • ✓ MongoDB and MySQL templates
  • ✓ RabbitMQ for queue-backed systems

Give the application the stateful services it actually needs.

Create a database, cache, or queue, link it in the manifest, and keep the dependency attached to the workload.

Build a data-backed app ↗

CONNECTED CAPABILITIES

Keep building.

All features ↗