Apache.Ignite 1.6.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Apache.Ignite --version 1.6.0                
NuGet\Install-Package Apache.Ignite -Version 1.6.0                
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="Apache.Ignite" Version="1.6.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Apache.Ignite --version 1.6.0                
#r "nuget: Apache.Ignite, 1.6.0"                
#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.
// Install Apache.Ignite as a Cake Addin
#addin nuget:?package=Apache.Ignite&version=1.6.0

// Install Apache.Ignite as a Cake Tool
#tool nuget:?package=Apache.Ignite&version=1.6.0                

Apache Ignite In-Memory Data Fabric is a high-performance, integrated and distributed in-memory platform for computing and transacting on large-scale data sets in real-time, orders of magnitude faster than possible with traditional disk-based or flash technologies.
           
More info: https://apacheignite-net.readme.io/

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (10)

Showing the top 5 NuGet packages that depend on Apache.Ignite:

Package Downloads
Apache.Ignite.Linq

Apache Ignite LINQ Provider. Query distributed in-memory data in a strongly-typed manner and with IDE support. All Ignite SQL features are supported: distributed joins, groupings, aggregates, field queries, and more.

Apache.Ignite.NLog

Apache Ignite NLog Logger.

Apache.Ignite.Log4Net

Apache Ignite log4net Logger.

Apache.Ignite.EntityFramework

Apache Ignite EntityFramework Second Level Cache: caches EF query results in a distributed in-memory cache.

WorkflowEngine.NET-ProviderForIgnite

Contains dlls of Ignite Persistence Provider: IgniteProvider which implements interfaces: IPersistenceProvider, ISchemePersistenceProvider and IWorkflowGenerator. Steps for workflow runtime configuration with IgniteProvider: http://workflowenginenet.com/Documentation/Detail/howtoconnect in Create WorkflowRuntime section.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0 111 2/5/2025
3.0.0-nightly20241216-g4530... 108 12/16/2024
3.0.0-nightly20241213-g7375... 113 12/13/2024
3.0.0-nightly20231211-g9e4d... 624 12/11/2023
3.0.0-nightly20230332 703 3/31/2023
3.0.0-nightly20230331 670 3/31/2023
3.0.0-nightly20230124 727 1/24/2023
3.0.0-beta1 679 11/17/2022
3.0.0-alpha3 918 10/17/2021
2.17.0 132 2/13/2025
2.16.0 45,734 12/25/2023
2.15.0 167,423 5/4/2023
2.15.0-alpha20221117 1,228 11/17/2022
2.14.0 84,603 10/7/2022
2.13.0.20211025-nightly 1,248 10/25/2021
2.13.0 66,698 4/26/2022
2.12.0 64,661 1/15/2022
2.11.1 40,003 12/21/2021
2.11.0 10,680 9/18/2021
2.11.0-alpha20210225 7,162 2/25/2021
2.11.0-alpha20210212 1,230 2/12/2021
2.11.0-alpha20210211 1,309 2/11/2021
2.11.0-alpha20210205 1,315 2/5/2021
2.11.0-alpha20210120 1,383 1/20/2021
2.10.0 94,693 3/16/2021
2.9.1 41,334 12/28/2020
2.9.0 44,541 10/22/2020
2.9.0-alpha20201001 1,639 10/1/2020
2.9.0-alpha20200710 1,641 7/10/2020
2.9.0-alpha20200403 2,287 4/3/2020
2.8.1 109,604 5/27/2020
2.8.0 43,344 3/4/2020
2.8.0-alpha20200122 2,245 1/22/2020
2.8.0-alpha20200109 1,949 1/9/2020
2.8.0-alpha20200108 1,940 1/8/2020
2.8.0-alpha20191218 2,132 12/18/2019
2.8.0-alpha20191203 1,573 12/3/2019
2.8.0-alpha20191118 1,675 11/17/2019
2.7.6 25,049 9/20/2019
2.7.5 31,378 6/18/2019
2.7.0 111,477 12/8/2018
2.6.0 162,247 7/18/2018
2.5.0 8,157 5/29/2018
2.4.0 31,999 3/12/2018
2.3.0 5,750 10/31/2017
2.2.0 5,087 9/19/2017
2.1.0 7,777 7/28/2017
2.0.0 3,874 5/3/2017
1.9.0 3,963 3/6/2017
1.8.0 3,908 12/8/2016
1.7.0 7,709 8/5/2016
1.6.0 3,167 5/23/2016

* Added LINQ Provider for cache SQL queries
* Added native configuration mechanism (C#, app.config, web.config - instead of Spring XML)
* Added NuGet distribution
* Added AtomicSequence and AtomicReference data structures
* Binaries are now AnyCPU (instead of separate x64/x86)
* Java-based services can be called the same way as .NET service are called
* Added java-based continuous query filters
* Added automatic Java detection: no need for JAVA_HOME
* Added ability to use Java-based remote filters in continuous queries.