IronCompress by: Ivan Gavryliuk
  • 31 total downloads
  • Latest version: 1.7.0
  • snappy zstd gzip brotli lzo lz4
Buffer compresison library supporting all the major compression algorithms (gzip, brotli, snappy, zstd etc.)
IronSnappy by: Ivan Gavryliuk (@aloneguid)
  • 9 total downloads
  • Latest version: 1.3.1
  • google snappy compression dotnet c#
This is a native .NET port of Google Snappy compression/decompression library. The only implementation that is stable, fast, up to date with latest Snappy improvements, and most importantly does not depend on native Snappy binaries. Works everywhere .NET Core runs.
JaTa.Platform.Abstractions by: JaTa
  • 258 total downloads
  • Latest version: 1.5.1-healthchecks
Generic ports and contracts (IClock, ICurrentUser, IUnitOfWork, IDbConnectionFactory, IEmailSender, IAuditWriter) shared across JaTa platform services. Zero external dependencies.
JaTa.Platform.AspNetCore.HealthChecks by: JaTa
  • 109 total downloads
  • Latest version: 1.5.1-healthchecks
ASP.NET Core IHealthCheck implementations: PostgreSQL connection pool, SMTP probe, HTTP endpoint probe.
JaTa.Platform.Audit by: JaTa
  • 116 total downloads
  • Latest version: 1.5.1-healthchecks
Audit log primitives: domain entry, repository contract, writer facade backed by ICurrentUser, plus a Dapper/Postgres repository implementation.
JaTa.Platform.Auth.Account by: JaTa
  • 69 total downloads
  • Latest version: 1.5.1-healthchecks
Account-level auth helpers: HttpContext-backed current-user reader, role-alias claims transformation, and IAccountDeletionStrategy orchestration (consumer plugs in the persistence).
JaTa.Platform.Auth.ApiKey by: JaTa
  • 92 total downloads
  • Latest version: 1.5.1-healthchecks
ASP.NET Core authentication handler for X-API-Key header with pluggable IApiKeyValidator and RFC 7807 ProblemDetails on challenge.
JaTa.Platform.Auth.BearerToken by: JaTa
  • 57 total downloads
  • Latest version: 1.5.1-healthchecks
ASP.NET Core authentication handler for a custom bearer-style header (default X-Agent-Token) with pluggable IBearerTokenValidator and constant-time comparison.
JaTa.Platform.Data by: JaTa
  • 258 total downloads
  • Latest version: 1.5.1-healthchecks
Dapper/Npgsql data access building block: connection factory, unit of work, SQL migration runner, background task queue, and pool health check.
JaTa.Platform.Files.Upload by: JaTa
  • 78 total downloads
  • Latest version: 1.5.1-healthchecks
Generic file upload service: extension allow-list, magic-bytes content sniffing, path-traversal protection, per-owner cleanup.
JaTa.Platform.Http by: JaTa
  • 193 total downloads
  • Latest version: 1.5.1-healthchecks
HTTP resilience building block for JaTa platform services. Provides standard retry and resilience pipeline wiring via Polly and Microsoft.Extensions.Http.Resilience.
JaTa.Platform.Identity.Jwt by: JaTa
  • 139 total downloads
  • Latest version: 1.5.1-healthchecks
JWT issuance (HS256) + refresh token rotation with pluggable store, PBKDF2 password hashing, Google OAuth validation.
JaTa.Platform.Jobs.ImportHistory by: JaTa
  • 69 total downloads
  • Latest version: 1.5.1-healthchecks
Generic job-execution history: JobExecution entity, IJobExecutionRepository port, lifecycle helpers. Persistence is consumer-supplied.
JaTa.Platform.Kernel by: JaTa
  • 244 total downloads
  • Latest version: 1.5.1-healthchecks
DDD building blocks (Entity, AggregateRoot, ValueObject, Result, Error, IDomainEvent) shared across JaTa platform services. Zero external dependencies.
JaTa.Platform.Llm by: JaTa
  • 62 total downloads
  • Latest version: 1.5.1-healthchecks
Multi-provider LLM facade (Anthropic, Gemini, OpenAI-compatible) with structured output and prompt caching support.
JaTa.Platform.Locking.Redis by: JaTa
  • 64 total downloads
  • Latest version: 1.5.1-healthchecks
Distributed lock primitives backed by Redis SETNX + TTL (StackExchange.Redis).
JaTa.Platform.Mediator by: JaTa
  • 286 total downloads
  • Latest version: 1.5.1-healthchecks
Mediator CQRS library for .NET — pipeline behaviors, command/query separation, notification system.
JaTa.Platform.Messaging by: JaTa
  • 237 total downloads
  • Latest version: 1.5.1-healthchecks
In-process integration event bus, outbox writer/processor, and DI extensions for the JaTa Platform messaging building block.
JaTa.Platform.Notifications by: JaTa
  • 180 total downloads
  • Latest version: 1.5.1-healthchecks
Email notification building block: SMTP and mock senders, SMTP health check, and DI registration extensions.
JaTa.Platform.Notifications.Telegram by: JaTa
  • 82 total downloads
  • Latest version: 1.5.1-healthchecks
Telegram bot alert sender (HTML, per-key throttling) using IHttpClientFactory.