Skip to content

Middleware in Olares

Middleware refers to infrastructure services that sit between your application and the system, providing data storage, messaging, and other common capabilities.

Our middleware documentation is organized into two types of guides:

  • Access and manage data: Connect to a running service to inspect data and troubleshoot issues.
  • App integrate: Configure your app to use a middleware service in Olares using OlaresManifest.yaml.

Document types

Access and manage data

Access and manage data guides explain how to connect to a running middleware service for administration.

Use these guides when you want to:

  • Inspect stored data or indexes.
  • Run queries or commands.
  • Debug application behavior.
  • Verify service status.

The access method (e.g., CLI, Dashboard, or Bytebase) depends on the service.

App integration

App integration guides explain how to connect your application to a middleware service.

Use these guides when you want your application to:

  • Declare dependencies in OlaresManifest.yaml.
  • Request service resources.
  • Read system-injected connection values in your application.

Integration is declarative and handled by Olares at deployment time.

Supported services

Databases and caching

ServiceAccess and manage dataApp integration
ElasticsearchAccessIntegrate
MariaDBAccessIntegrate
MongoDBAccessIntegrate
MySQLAccessIntegrate
PostgreSQLAccessIntegrate
RedisAccessIntegrate

Messaging and streaming

ServiceAccess and manage dataApp integration
RabbitMQAccessIntegrate
NATSAccess

Storage and observability

ServiceAccess and manage dataApp integration
MinIOAccessIntegrate
GrafanaAccess
OpenTelemetryAccess