ElasticSync.NET
1.0.1
Our project structure has been changed and now ElasticSync.Net is the core module. This package has already been added in ElasticSync.Net.PostgreSql package internally. So don't need to install both.
See the version list below for details.
dotnet add package ElasticSync.NET --version 1.0.1
NuGet\Install-Package ElasticSync.NET -Version 1.0.1
<PackageReference Include="ElasticSync.NET" Version="1.0.1" />
<PackageVersion Include="ElasticSync.NET" Version="1.0.1" />
<PackageReference Include="ElasticSync.NET" />
paket add ElasticSync.NET --version 1.0.1
#r "nuget: ElasticSync.NET, 1.0.1"
#:package ElasticSync.NET@1.0.1
#addin nuget:?package=ElasticSync.NET&version=1.0.1
#tool nuget:?package=ElasticSync.NET&version=1.0.1
ElasticSync.NET is a high-performance .NET library that synchronizes PostgreSQL data to Elasticsearch in real-time with built-in reliability, scalability, and monitoring.
It’s designed for teams that want instant search indexing without building and maintaining complex change-tracking pipelines.
✨ Features
- Real-time sync from PostgreSQL to Elasticsearch
- Interval-based syncing with configurable intervals
- Multiple entity type support (e.g., Products, Orders, Customers)
- Automatic trigger & change tracking in PostgreSQL
- Retry logic for transient errors
- Bulk indexing for performance optimization
🚀 Getting Started
1. Install the NuGet Package
dotnet add package ElasticSync.NET
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Elasticsearch.Net (>= 7.17.5)
- Microsoft.Extensions.Hosting (>= 7.0.0)
- Microsoft.Extensions.Options (>= 7.0.0)
- Nest (>= 7.17.5)
- Npgsql (>= 7.0.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ElasticSync.NET:
Package | Downloads |
---|---|
ElasticSync.NET.PostgreSql
Real-time/Interval based high-performance .NET library that sync data between Elasticsearch and PostgreSql database |
GitHub repositories
This package is not used by any popular GitHub repositories.