Posts

Showing posts from September, 2020

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 is an implementation of Apache Ignite 2 embedded mode that references necessary assemblies to provide a server-side component for the ASP.NET Core platform. Kubernetes ready, authentication and SSL enabled with auto-discovery clustering capabilities. 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 ...