Found 64 packages
CQL is a configurable query language.
This library contains a runtime environment for executing HL7 FhirPath queries and invariants. It is used by the Firely .NET SDK to run validation for the HL7 FHIR object model.
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.
Query Structure Interface of Cql
This library contains a runtime environment for executing HL7 FhirPath queries and invariants. It is used by the HL7 .NET FHIR API to run validation for the HL7 FHIR object model. Special made for DSTU2
Database Viewer with custom configuration
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.
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
A library of extension methods to facilitate the CQL workflow when using FluentMigrator for database migrations.
A common library for CQL .Net applications.
A lightweight Peer to Peer Service Bus
Common web features.
Support package for Hl7.Cql. Incorporates CQL model information into the runtime.
Support package for Hl7.Cql. Contains implementations of ISO 8601 date, time, and datetime structures for use in the CQL engine. These date structures have nullable values beyond the most significant (year for dates, hour for times), and have an understanding of precision.
Support package for Hl7.Cql. Contains shared interfaces and abstractions for CQL.
Support package for Hl7.Cql. Contains abstractions for the expression logical model (ELM) and utilities to deserialize an ELM library into classes.
Support package for Hl7.Cql. Contains the required runtime components for CQL execution.
Background Task implemenation based on: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/host/hosted-services?view=aspnetcore-2.1 This version adds logging and carrying forward the User context to the background thread.