ElasticSync.NET 1.0.1

Suggested Alternatives

ElasticSync.NET.PostgreSql

Additional Details

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.

There is a newer version of this package available.
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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ElasticSync.NET" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ElasticSync.NET" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="ElasticSync.NET" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ElasticSync.NET --version 1.0.1
                    
#r "nuget: ElasticSync.NET, 1.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ElasticSync.NET@1.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ElasticSync.NET&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=ElasticSync.NET&version=1.0.1
                    
Install as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last Updated
2.0.0 53 8/16/2025
1.0.2 158 8/11/2025
1.0.1 140 8/11/2025 1.0.1 is deprecated.
1.0.0 140 8/10/2025 1.0.0 is deprecated.