![]() |
VOOZH | about |
dotnet add package NEXCODE.Caffeine.Infrastructure --version 2.1.8
NuGet\Install-Package NEXCODE.Caffeine.Infrastructure -Version 2.1.8
<PackageReference Include="NEXCODE.Caffeine.Infrastructure" Version="2.1.8" />
<PackageVersion Include="NEXCODE.Caffeine.Infrastructure" Version="2.1.8" />Directory.Packages.props
<PackageReference Include="NEXCODE.Caffeine.Infrastructure" />Project file
paket add NEXCODE.Caffeine.Infrastructure --version 2.1.8
#r "nuget: NEXCODE.Caffeine.Infrastructure, 2.1.8"
#:package NEXCODE.Caffeine.Infrastructure@2.1.8
#addin nuget:?package=NEXCODE.Caffeine.Infrastructure&version=2.1.8Install as a Cake Addin
#tool nuget:?package=NEXCODE.Caffeine.Infrastructure&version=2.1.8Install as a Cake Tool
π NuGet
π Docs
π License
Infrastructure Adapters for Caffeine IIoT Platform β InfluxDB, TypeDB, Redis, SQLite, Kafka, MQTT, OpenTelemetry.
dotnet add package Caffeine.Infrastructure
using Caffeine.Infrastructure;
using Microsoft.Extensions.DependencyInjection;
// μ 체 μΈνλΌ μΌκ΄ λ±λ‘
services.AddCaffeineInfrastructure(configuration);
// κ°λ³ μλΉμ€ μ¬μ©
public class TelemetryWriter(ITimeSeriesRepository ts)
{
public async Task WriteAsync(SensorReading reading, CancellationToken ct)
=> await ts.WriteAsync(reading, ct);
}
Commercial License - NEXCODE (c) 2025-2026
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.