Apache.Ignite.Linq by Apache Ignite

<PackageReference Include="Apache.Ignite.Linq" Version="2.2.0" />

 Apache.Ignite.Linq 2.2.0

LINQ Provider for Apache Ignite 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. More info: https://apacheignite-net.readme.io/

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Apache.Ignite.Linq</id>
    <version>2.2.0</version>
    <title>Apache Ignite LINQ Provider</title>
    <authors>Apache Ignite</authors>
    <owners>Apache Software Foundation</owners>
    <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
    <projectUrl>https://ignite.apache.org/</projectUrl>
    <iconUrl>https://ignite.apache.org/images/logo_ignite_32_32.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>LINQ Provider for Apache Ignite

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.
            
More info: https://apacheignite-net.readme.io/</description>
    <releaseNotes />
    <copyright>Copyright 2017</copyright>
    <tags>Apache Ignite In-Memory Distributed Computing SQL NoSQL LINQ Grid Map Reduce Cache linqpad-samples</tags>
    <dependencies>
      <dependency id="Apache.Ignite" version="[2.2.0]" />
      <dependency id="Remotion.Linq" version="[2.0.1]" />
    </dependencies>
  </metadata>
</package>