Batching version of Serilog.Sinks.Graylog Sink. The Serilog Graylog Sink project is a sink (basically a writer) for the Serilog logging framework. Structured log events are written to sinks and each sink is responsible for writing it to its own backend, database, store etc. This sink delivers the...
More information
This client library allows you to batch multiple Azure Blob Storage operations in a single request.
For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs.Batch/README.md and...
More information
Extension of CodeAround.FluentBatch library (https://www.nuget.org/packages/CodeAround.FluentBatch/) to add an sql script destination work task. This work task allows to create a script for insert, update and delete statement
The library allows to create complex batch / workflow using fluent syntax. The library is .Net Standard 2.0 and included more common work task like Database source and destination, text source and destination, xml source and destination, loop work task, conditional work task, Excel source, json...
More information
An abstract implementation of ILoggerProvider, from the .NET Extensions Logging Framework), for delivering log events, in batches, to a remote location.
Execute a batching function with a controlled size every some specified time interval. Very useful for background processes to send events to some broker or something like it.
A class library for managing multi-threaded sequential write access to one or more files.
It is capable of flushing writes from multiple threads in batches by either hitting a specified size threshold or a specified inactivity time limit. It is also possible to write this batching information within...
More information