88 packages tagged with “cassandra”
A modern, feature-rich and highly tunable C# client library for Apache Cassandra and DataStax Enterprise
Evolve is an easy migration tool that uses plain old sql scripts. Its purpose is to automate your database changes, and help keep those changes synchronized through all your environments and developpement teams. Every time you build your project, it will automatically ensure that your database is up-to-date, without having to do anything other than build. Install it and forget it !
FluentCassandra is a .NET library for accessing Cassandra, which wraps the Thrift client library and provides a more fluent POCO interface for accessing and querying the objects in Cassandra.
.NET client for Apache Cassandra thrift interface
Database Viewer with custom configuration
.NET implementation of TimeUUID which is compatible with Apache Cassandra
Query Structure Interface of Cql
This package builds on the DataStax Enterprise C# driver and DataStax C# Driver for Apache Cassandra, adding OpenTelemetry instrumentation.
.NET library implementing distributed lock synchronization primitive using Apache Cassandra
.NET library implementing distributed task queue machinery using Apache Cassandra
.NET library implementing various primitives using Apache Cassandra
Built on top of DataStax C# driver for Apache Cassandra, it provides additional features designed for DataStax Enterprise.
.NET library implementing global timestamp primitive using Apache Cassandra
A configurable NLog target using a Cassandra database.
Automation tools for running Apache Cassandra on Windows
CQL data adapters for Magic and Hyperlambda. To use package go to https://polterguy.github.io
CQL data adapters for Magic to store files and folders, etc. To use package go to https://polterguy.github.io
cassandra-sharp - high performance .NET driver for Apache Cassandra. Please note only binary protocol (cql 3) is supported - this requires Apache Cassandra 1.2. Major features: * async operations (TPL tasks / Rx subscriptions) * Rx interface (IObservable / IObserver) for result streaming * TPL Task (compatible with C# 5 async) for future operations * Linq friendly * extensible rowset mapping (poco, property bag, params out of the box) * blazing fast object marshaler (dynamic gen'ed code) * robust connection handling (connection recovery supported) * ability to understand performance issues (client and server side) * multiple extension points * timeout support * command line tool (cqlplus) * .NET 4.0+ support (Microsoft .NET / Mono) Release notes: https://raw.github.com/pchalamet/cassandra-sharp/master/CHANGES.txt For information, bug reports, suggestions or contributions: https://github.com/pchalamet/cassandra-sharp
CqlSharp is a high performance, asynchronous Cassandra CQL binary protocol client implementing the ADO.NET data provider interfaces. It's main features are: * The API implements the ADO.NET interfaces. If you are familiar with SqlConnection, SqlCommand, and SqlReader, you should be able to use CqlSharp with no difficulty. * CqlSharp is an implementation of the CQL Binary Protocols v1, v2, and v3 and therefore requires Cassandra 1.2 and up * CqlSharp supports all the binary protocol v2 features: batching, paging, bound query variables, result schema caching, check-and-set (CAS) statements, and sasl-authentication * CqlSharp supports all the binary protocol v3 features: more queries per connection, timestamp property, UDT and Tuple types, larger collections * Supports fast mapping of objects to query parameters, or query results to objects. Mapping is tunable by decorating your classes via Table and Column attributes. * Extremely fast, highly flexible and extendable type (conversion) system. Automatically converts parameters and results to the requested types. * Query tracing, timeouts and cancellation is supported * Configuration is done through connection strings. The simultaneous use of multiple Cassandra clusters is supported. * Extensive logging, including support for custom logger implementations See https://github.com/reuzel/CqlSharp/wiki/Features for an extensive feature list.
This package builds on the DataStax Enterprise C# driver and DataStax C# Driver for Apache Cassandra, adding a metrics provider implementation using App Metrics.
Paradigm ORM Cassandra Connector library.
The CData Cassandra Data Provider allows you to use standard drivers to access data from a Cassandra database.
HealthChecks.Cassandra is the health check package for Cassandra.
Yugabyte Cassandra .NET client related utilities and extensions
Represents a connection to Cassandra data. Shared Plugin for all versions of FastReport product: FastReport .NET, FastReport.Core, FastReport.OpenSource, FastReport.WPF, FastReport.Avalonia. Requirements: Any FastReport 2026.1.4.0+ package, NuGet Client 3.4.4+
Enables smooth ORM like integration between Cassandra and C# Support for Select, Add, Update using c# reflection In addition support for numeric calcualtions such as Min/Max/Average/Sum