Elasticsearch is a flexible and powerful open source, distributed, real-time search and analytics engine.
This package is only useful if you use the low level client ONLY and do not use NEST but would like to use JSON.NET as your serializer
log4net.Elasticsearch is a log4net adapter for easy logging of exceptions and messages to Elasticsearch indices. Tested through Elasticsearch 6.2
An IConnection implementation that uses System.Net.Http.HttpClient to talk with elasticsearch
Start Elasticsearch from .NET for integration tests. Contains both java runtime and elasticsearch embedded in the dll. The version number follows the version of the embedded Elasticsearch. With Jvm updates and other changes only the last digit is increased.
Elasticsearch client, strongly typed interface to Elasticsearch but also comes with great low level support.
An IConnection implementation that utilizes Apache Thrift to talk with elasticsearch
Redistributable components for package 'AWSSDKCPP-ElasticsearchService'. This package should only be installed as a dependency. (This is not the package you are looking for).
NEST 7.0 introduces API namespaces on the client. This package reintroduces removed methods on the client, with instructions on how to upgrade to using the new APIs
Provides a way to assert client behaviour through a rule engine backed VirtualClusterConnection
App Metrics Formatting, formatting metrics data to Elasticsearch formats
Amazon Elasticsearch Service Client for the AWS SDK for C++. AWS SDK for C++ provides a modern C++ (version C++ 11 or later) interface for Amazon Web Services (AWS). It is meant to be performant and fully functioning with low- and high-level SDKs, while minimizing dependencies and providing platform portability (Windows, OSX, Linux, and mobile).
Package Description
User-Friendly ElasticSearch c# querying client
Package Description
Elmah.ElasticSearch is a ElasticSearch storage backend for ELMAH.
Exposes all the Elasticsearch API endpoints but leaves you in control of building the request and response bodies. Comes with built in cluster failover/connection pooling support.
Enables request signing necessary for using the AWS Elasticsearch service.
HttpReports ElasticSearch 存储
A library that provides an Elasticsearch client for MnM.Common.Data.
An extension method that provides the necessary setup to register an Elasticsearch client for MnM.Common.Data in Microsoft DI.
An extension method that provides the necessary setup to register an Elasticsearch client for Common.Data in Microsoft DI.
A library that provides an Elasticsearch client for Common.Data.
Package Description
ElasticSearch connector for Kernel Memory implements the IDbMemory interface.
This Package is fork from Serilog.Sinks.Elasticsearch
Provides Elasticsearch reporting capability to App Metrics.
Package Description
Enables request signing necessary for using the AWS Elasticsearch service.
Elasticsearch API CRUD, data transfers, indexing and simple search for nested, child/parent or simple documents, easy usage KISS
# EventFlow <table border=0 cellpadding=0 cellspacing=0> <tr> <td width=25%> <img src=./icon-128.png /> </td> <td width=25%> <p> <a href=https://www.nuget.org/packages/EventFlow/><img src=https://img.shields.io/nuget/v/EventFlow.svg?style=flat /></a> </p> <p> <a href=https://docs.geteventflow.net/?badge=latest><img src=https://readthedocs.org/projects/eventflow/badge/?version=latest /></a> </p> </td> <td width=25%> <p> <a href=https://ci.appveyor.com/project/eventflow/eventflow><img src=https://ci.appveyor.com/api/projects/status/51yvhvbd909e4o82/branch/develop?svg=true /></a> </p> <p> <a href=https://gitter.im/rasmus/EventFlow?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge><img src=https://badges.gitter.im/Join Chat.svg /></a> </p> <!-- <p> <a href=https://codecov.io/github/eventflow/EventFlow?branch=develop><img src=https://codecov.io/github/eventflow/EventFlow/coverage.svg?branch=develop /></a> </p> --> </td> <td width=25%> Think EventFlow is great,<br/> <a href=https://www.paypal.me/rasmusnu>buy me a cup of coffee</a> </td> </tr> </table> NuGet feeds - Official releases: https://www.nuget.org/packages/EventFlow/ - Builds: https://ci.appveyor.com/nuget/eventflow EventFlow is a basic CQRS+ES framework designed to be easy to use. Have a look at our [getting started guide](https://docs.geteventflow.net/GettingStarted.html), the [do’s and don’ts](https://docs.geteventflow.net/DosAndDonts.html) and the [FAQ](https://docs.geteventflow.net/FAQ.html). ### Features * **CQRS+ES framework** * **Async/await first:** Every part of EventFlow is written using async/await. * **Highly configurable and extendable** * **Easy to use** * **No use of threads or background workers** * **Cancellation:** All methods that does IO work or might delay execution (due to retries), takes a `CancellationToken` argument to allow you to cancel the operation ### Examples * **[Complete](#complete-example):** Shows a complete example on how to use EventFlow with in-memory event store and read models in a relatively few lines of code * **Shipping:** To get a more complete example of how EventFlow _could_ be used, have a look at the shipping example found here in the code base. The example is based on the shipping example from the book Domain-Driven Design - Tackling Complexity in the Heart of Software by Eric Evans. Its _in-progress_, but should provide inspiration on how to use EventFlow on a larger scale. If you have ideas and/or comments, create a pull request or an issue
The Semantic Logging Application Block provides a set of destinations to persist events published by a subclass of EventSource, This add-on packages adds support to persisting log entries into Elasticsearch.
Elasticsearch-specific implementation of Ofl.Search.Abstractions abstractions.
Abstractions used by the Ofl.Search.Elasticsearch project.
log4net.ElasticSearch.Async is a log4net appender, based on log4net.ElasticSearch package, for easy logging of exceptions and messages to Elasticsearch indices. The main improvement over log4net.ElasticSearch is background/async logging based on producer-consumer pattern, automatically utilizing bulk API in case of log event bursts. Currently the package provides: - Background/Async logging based on producer-consumer pattern (non-blocking for main application thread) - Configurable exponential backoff retry policy for communication with ElasticSearch - Configurable buffer sizes with rolling buffer option (both general producer-consumer buffer and intermediate flush buffer) - External machine IP added to log events (if possible) - Skipping TLS certificate validation for ElasticSearch endpoint - Setting custom HTTP(S) proxy - Disabling system HTTP(S) proxy - Using custom ElasticSearch processing pipeline - Gzip HTTP compression - NET Standard 2.0 support
Model for IntegrationServer, an asynchronous job scheduling server.
Simple IQueryable implementation for Elasticsearch
Enables request signing necessary for using the AWS Elasticsearch service. NOTE - Use this version if you are targeting NEST/Elasticsearch version 1.x
Unofficial low-level .Net client for Elasticsearch built from the REST API spec and HttpClient.