AspNetCore.IgniteServer: A .NET Core, Kubernetes ready, authentication and SSL enabled Apache Ignite server implementation
AspNetCore.IgniteServer: A .NET Core, Kubernetes ready, authentication and SSL enabled Apache Ignite server implementation (extracted from Tarzan and improved) AspNetCore.IgniteServer.dll is an implementation of Ignite server that references necessary assemblies to provide server-side component for AspNetCore platform. Kubernetes ready, authentication and SSL enabled. Usually, every node runs one or more instances of the server. Usage The server can be executed with various options: dotnet AspNetCore.IgniteServer.dll [options] Options: -?|-Help Show help information -ConfigFile XML configuration file. If not specified then default configuration is used. -Offheap Size of off-heap memory given in megabytes. -Onheap Size of on-heap memory given in megabytes. -SpiPort Specifies port for Discovery Spi. -Cluster Specifies IP address and port of a cluster node. Multiple nodes can be specified. -Con...