11 packages matching “theconduit”
@theconduit/core
v0.1.1 · 3 months ago
Conduit core: command/event operation bus with semver-aware routing, envelopes, middleware pipeline, retries, DLQ integration, optional request–reply correlation, and auth helpers. Use with @theconduit/provider-* transports.
No known vulnerabilities
@theconduit/express
v0.1.1 · 3 months ago
Express helpers for Conduit: extract incoming trace and correlation headers from HTTP requests so dispatched operation envelopes participate in your existing distributed tracing setup.
No known vulnerabilities
@theconduit/provider-kafka
v0.1.1 · 3 months ago
Apache Kafka transport for Conduit: produce and consume command/event envelopes via KafkaJS, with partitioning helpers and Avro serialization wired to @theconduit/schema-registry.
No known vulnerabilities
@theconduit/cli
v0.1.1 · 3 months ago
Official conduit CLI: list routes, run outbox migrations, inspect and replay DLQ entries, validate and diff payload schemas — operational tooling for Conduit deployments.
No known vulnerabilities
@theconduit/nestjs
v0.1.1 · 3 months ago
NestJS integration for Conduit: register the operation bus in the DI container, inject ConduitBus, and declare command/event handlers with decorators aligned to Nest lifecycle.
No known vulnerabilities
@theconduit/schema-registry
v0.1.1 · 3 months ago
Schema registry utilities for Conduit: Confluent-compatible registry client, Avro payload validation, semver-oriented compatibility checks, and helpers used by the CLI for schema diff and validate workflows.
No known vulnerabilities
@theconduit/provider-outbox
v0.1.1 · 3 months ago
SQL-backed transactional outbox for Conduit: durable enqueue, relay scheduler with retries and ordering hooks, adapters for PostgreSQL, MySQL, and SQLite, plus SQL migrations for operations tables.
No known vulnerabilities
@theconduit/provider-nats
v0.1.1 · 3 months ago
NATS and JetStream transport for Conduit: publish/subscribe and durable consumers via the official nats.js client, including DLQ-oriented helpers for streaming workloads.
No known vulnerabilities
@theconduit/provider-rabbitmq
v0.1.1 · 3 months ago
RabbitMQ (AMQP) transport for Conduit using amqplib: publish and consume operation envelopes with channel pooling and resilience helpers for production queues and exchanges.
No known vulnerabilities
@theconduit/testing
v0.1.1 · 3 months ago
Test kit for Conduit: fake transport providers, DLQ doubles, envelope/command/event builders, and wiring helpers so you can exercise handlers and routers without real brokers or databases.
No known vulnerabilities
@theconduit/provider-inmemory
v0.1.1 · 3 months ago
In-process transport for Conduit: synchronous-style dispatch, handler subscriptions, and in-memory DLQ — ideal for unit tests, CI, and local development without brokers.
No known vulnerabilities