Skip to content

Osiris Overview

Osiris is a compliance-driven workflow and case management platform built on event sourcing and CQRS — available as a Naburis product.

Osiris is designed for organizations that need structured workflows, immutable audit trails, and regulatory controls. It provides the infrastructure to model, execute, and audit complex multi-step processes across teams and departments.

CapabilityDescription
Event SourcingImmutable, append-only event log with full replay and temporal queries
CQRSSeparated command and query models — optimized writes and reads independently
Case ManagementStructured, multi-step workflows with state machines, deadlines, and escalation
Compliance ControlsBuilt-in audit trail, approval gates, and policy enforcement for regulated workflows
OSINT IntegrationOpen-source intelligence data collection, enrichment, and correlation
Multi-TenancyWorkspace-scoped tenant isolation with the same model used across all Naburis products

Osiris persists all state changes as immutable events in an append-only event store. The current state of any entity is derived by replaying its event stream — there is no mutable row that gets overwritten.

Read projections materialize event streams into query-optimized views (tables, search indexes, reports). This separation means write throughput and read performance can be scaled independently.

Osiris uses the same OIDC authentication as all Naburis products. Every request requires Authorization, X-Tenant-ID, X-Workspace-ID, and X-Context-ID headers. See Authentication for details on tokens and scope headers.

Osiris is available on Professional Cloud and Enterprise plans. The Developer edition is free for local evaluation. Contact us to get started:

Detailed API documentation and configuration guides will be published as Osiris reaches general availability.