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.
Architecture
Section titled “Architecture”Capabilities
Section titled “Capabilities”| Capability | Description |
|---|---|
| Event Sourcing | Immutable, append-only event log with full replay and temporal queries |
| CQRS | Separated command and query models — optimized writes and reads independently |
| Case Management | Structured, multi-step workflows with state machines, deadlines, and escalation |
| Compliance Controls | Built-in audit trail, approval gates, and policy enforcement for regulated workflows |
| OSINT Integration | Open-source intelligence data collection, enrichment, and correlation |
| Multi-Tenancy | Workspace-scoped tenant isolation with the same model used across all Naburis products |
Data Model
Section titled “Data Model”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.
Authentication
Section titled “Authentication”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.
Getting Access
Section titled “Getting Access”Osiris is available on Professional Cloud and Enterprise plans. The Developer edition is free for local evaluation. Contact us to get started:
- Email: hello@naburis.cloud
- Website: naburis.cloud
Detailed API documentation and configuration guides will be published as Osiris reaches general availability.