redb

Typed data & integration ecosystem for .NET

Four products, one stack, .NET-first.

GitHub · redbase-app ↗

redb — RTTI Storage

storage

Typed object storage for .NET: store C# objects, query with LINQ, build trees — on PostgreSQL, SQL Server or SQLite. No migrations, full typing.

redb.Route

integration

The .NET equivalent of Apache Camel: 29 transports (Kafka, RabbitMQ, HTTP, SQL, S3, LLM, MCP …), a fluent DSL and 30+ EIP patterns.

redb.Tsak

runtime

The .NET analogue of Apache Camel K: runtime container for redb.Route — hot-reload DLLs, cluster with leader election, REST/CLI/dashboard.

redb.Identity

auth & SSO

Transport-agnostic OAuth 2.1 / OIDC server on OpenIddict + redb.Route: DPoP, PAR, DCR, SCIM, FIDO2, first-class audit.

Articles

redb 3.7: our own gRPC wire, cutting props before the aggregate, and a release withdrawn a day later Our own gRPC wire in Route, props cut before the aggregate in redb.Core, Tsak closed by default, a second Identity facade. And 3.7.0, withdrawn a day later.
Our OpenID server got a second transport: gRPC beside HTTP, on the same routes redb.Identity now has a gRPC facade: same core routes, same client registry, one token honoured by both transports. What is inside, how to switch it on.
A directory is an integration: file exchange in .NET without cron, FileSystemWatcher or hand-rolled pollers Polling, waiting for a file to finish being written, idempotency and atomic temp+rename writes, as an ordinary route step.
redb 3.7.1: props search up to 100x faster. An alternative to EF Core, or a companion to it Query cost did not depend on what you searched for: the filter sat above GROUP BY. Now the cut happens before the aggregate, on three engines, with no application code changed. Up to 100x on a date range and 5.3x on a full result set in SQL Server.
Control Bus for .NET routes: stop, restart and react to route events at runtime Manage routes at runtime by sending a message: start, stop, suspend, restart, plus a consumer that turns route lifecycle events into messages.
SOAP in .NET without WCF: WS-Security, MTOM and ?wsdl as a route step SOAP with WS-Security, MTOM and WSDL publishing is now a native redb.Route connector: no WCF, no CoreWCF, no standalone gateway.
All articles (35) →
About the project & team →