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 234 2/5/2025
3.0.0-nightly20241216-g4530... 119 12/16/2024
3.0.0-nightly20241213-g7375... 116 12/13/2024
3.0.0-nightly20231211-g9e4d... 627 12/11/2023
3.0.0-nightly20230332 707 3/31/2023
3.0.0-nightly20230331 674 3/31/2023
3.0.0-nightly20230124 734 1/24/2023
3.0.0-beta1 689 11/17/2022
3.0.0-alpha3 927 10/17/2021
2.17.0 1,596 2/13/2025
2.16.0 53,509 12/25/2023
2.15.0 179,255 5/4/2023
2.15.0-alpha20221117 1,234 11/17/2022
2.14.0 86,567 10/7/2022
2.13.0.20211025-nightly 1,259 10/25/2021
2.13.0 67,554 4/26/2022
2.12.0 64,742 1/15/2022
2.11.1 40,314 12/21/2021
2.11.0 10,753 9/18/2021
2.11.0-alpha20210225 7,179 2/25/2021
2.11.0-alpha20210212 1,241 2/12/2021
2.11.0-alpha20210211 1,320 2/11/2021
2.11.0-alpha20210205 1,326 2/5/2021
2.11.0-alpha20210120 1,393 1/20/2021
2.10.0 95,241 3/16/2021
2.9.1 41,459 12/28/2020
2.9.0 44,603 10/22/2020
2.9.0-alpha20201001 1,650 10/1/2020
2.9.0-alpha20200710 1,652 7/10/2020
2.9.0-alpha20200403 2,306 4/3/2020
2.8.1 110,896 5/27/2020
2.8.0 43,371 3/4/2020
2.8.0-alpha20200122 2,259 1/22/2020
2.8.0-alpha20200109 1,963 1/9/2020
2.8.0-alpha20200108 1,954 1/8/2020
2.8.0-alpha20191218 2,146 12/18/2019
2.8.0-alpha20191203 1,588 12/3/2019
2.8.0-alpha20191118 1,690 11/17/2019
2.7.6 25,125 9/20/2019
2.7.5 32,502 6/18/2019
2.7.0 113,367 12/8/2018
2.6.0 162,320 7/18/2018
2.5.0 8,215 5/29/2018
2.4.0 32,645 3/12/2018
2.3.0 5,808 10/31/2017
2.2.0 5,147 9/19/2017
2.1.0 7,842 7/28/2017
2.0.0 3,934 5/3/2017
1.9.0 4,025 3/6/2017
1.8.0 3,971 12/8/2016
1.7.0 7,772 8/5/2016
1.6.0 3,627 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.