Drasi Server

Standalone Drasi server for process or container deployment

Run Drasi as a Standalone Server

Drasi Server is a lightweight, single-process Drasi deployment that provides the full power of Drasi's data change processing functionality. Perfect for local development, Docker environments, and small-scale deployments.

How Drasi Server Works

Define your Sources, Continuous Queries, and Reactions in a configuration file, run Drasi Server as a process or container, and start reacting to changes. Manage Drasi Server at Runtime through its Rest API.

Configure
Define sources, queries, and reactions
Run Drasi Server
Start as a process or container
React to Changes
Trigger actions automatically

When to Use Drasi Server

Drasi Server is ideal when you need full Drasi functionality as a standalone process without Kubernetes:

  • Local development — Run Drasi on your development machine for rapid iteration and testing without setting up a cluster
  • Docker environments — Integrate seamlessly with Docker Compose and container-based workflows
  • Non-Kubernetes production — Deploy Drasi in environments where Kubernetes isn’t available or practical
  • Edge deployments — Run change processing closer to your data sources with minimal infrastructure
  • Proof of concept — Validate Drasi solutions quickly before committing to a full Kubernetes deployment

Explore Drasi Server