All Projects → hazelcast → hazelcast-csharp-client

hazelcast / hazelcast-csharp-client

Licence: Apache-2.0, Unknown licenses found Licenses found Apache-2.0 LICENSE Unknown LICENSE.md
Hazelcast .NET Client

Programming Languages

C#
18002 projects
powershell
5483 projects

Projects that are alternatives of or similar to hazelcast-csharp-client

Hazelcast Cpp Client
Hazelcast IMDG C++ Client
Stars: ✭ 67 (-31.63%)
Mutual labels:  caching, big-data, clustering, scalability, distributed, in-memory, datagrid
Hazelcast Python Client
Hazelcast IMDG Python Client
Stars: ✭ 92 (-6.12%)
Mutual labels:  caching, big-data, clustering, scalability, distributed, in-memory, datagrid
Hazelcast Go Client
Hazelcast IMDG Go Client
Stars: ✭ 140 (+42.86%)
Mutual labels:  caching, big-data, clustering, scalability, distributed, in-memory, datagrid
Hazelcast Nodejs Client
Hazelcast IMDG Node.js Client
Stars: ✭ 124 (+26.53%)
Mutual labels:  caching, big-data, clustering, scalability, distributed, in-memory, datagrid
Hazelcast
Open-source distributed computation and storage platform
Stars: ✭ 4,662 (+4657.14%)
Mutual labels:  caching, big-data, hazelcast, scalability, distributed, in-memory
Coherence
Oracle Coherence Community Edition
Stars: ✭ 328 (+234.69%)
Mutual labels:  caching, clustering, scalability, distributed, in-memory
insightedge
InsightEdge Core
Stars: ✭ 22 (-77.55%)
Mutual labels:  big-data, distributed, in-memory, datagrid
Moosefs
MooseFS – Open Source, Petabyte, Fault-Tolerant, Highly Performing, Scalable Network Distributed File System (Software-Defined Storage)
Stars: ✭ 1,025 (+945.92%)
Mutual labels:  big-data, clustering, scalability
nebula
A distributed, fast open-source graph database featuring horizontal scalability and high availability
Stars: ✭ 8,196 (+8263.27%)
Mutual labels:  big-data, scalability, distributed
Olric
Distributed cache and in-memory key/value data store. It can be used both as an embedded Go library and as a language-independent service.
Stars: ✭ 2,067 (+2009.18%)
Mutual labels:  caching, distributed, in-memory
dxram
A distributed in-memory key-value storage for billions of small objects.
Stars: ✭ 25 (-74.49%)
Mutual labels:  big-data, distributed, in-memory
Clustering4Ever
C4E, a JVM friendly library written in Scala for both local and distributed (Spark) Clustering.
Stars: ✭ 126 (+28.57%)
Mutual labels:  big-data, clustering, scalability
cachegrand
cachegrand is an open-source fast, scalable and secure Key-Value store, also fully compatible with Redis protocol, designed from the ground up to take advantage of modern hardware vertical scalability, able to provide better performance and a larger cache at lower cost, without losing focus on distributed systems.
Stars: ✭ 87 (-11.22%)
Mutual labels:  caching, distributed
gocache
High performance and lightweight in-memory cache library with LRU and FIFO support as well as memory-usage-based-eviction
Stars: ✭ 15 (-84.69%)
Mutual labels:  caching, in-memory
Attaca
Robust, distributed version control for large files.
Stars: ✭ 41 (-58.16%)
Mutual labels:  big-data, distributed
Nebulex
In-memory and distributed caching toolkit for Elixir.
Stars: ✭ 662 (+575.51%)
Mutual labels:  caching, distributed
Awesome Scalability
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
Stars: ✭ 36,688 (+37336.73%)
Mutual labels:  big-data, scalability
Clusteredbigcache
golang bigcache with clustering as a library.
Stars: ✭ 37 (-62.24%)
Mutual labels:  caching, clustering
Ymcache
YMCache is a lightweight object caching solution for iOS and Mac OS X that is designed for highly parallel access scenarios.
Stars: ✭ 58 (-40.82%)
Mutual labels:  caching, big-data
Cucache
Fast PUT/GET/DELETE in-memory key-value store for lookaside caching
Stars: ✭ 63 (-35.71%)
Mutual labels:  caching, in-memory

.NET Client

Hazelcast .NET brings the full power of the Hazelcast high-performance, in-memory computing platform to the Microsoft .NET ecosystem. The Hazelcast .NET Client allows you to elastically scale your .NET caches at high read speeds, to access all of Hazelcast data structures such as distributed maps, queues, topics and more. All, with enterprise level security through SSL and mutual authentication.

Documentation for the client is provided on the documentation site, with examples, guides and FAQs, and a complete reference documentation for the public API.

The .NET client itself is distributed via NuGet as a package named Hazelcast.NET. It can be installed like any other NuGet package, either via the Visual Studio GUI, or via the package manager. Note that Hazelcast is composed of two parts: the server, and the client. Browse to Hazelcast In-Memory Computing to find out how to obtain and run the server part.

The Hazelcast .NET solution is Open Source, released under the Apache License 2.0, and welcomes contributions. The project lives here on GitHub, where you can obtain the source code, report issues, and interract with the community. Contributions are welcome!

Versions

Browse to this page for details about versions.

See this branch for more information about version 3 of the client.

Code Samples

Check the Hazelcast.Net.Examples project.

Contributing

We encourage any type of contribution in the form of issue reports or pull requests.

Issue Reports

For issue reports, please share the following information with us to quickly resolve the problems.

  • Hazelcast IMDG and the client version that you use
  • General information about the environment and the architecture you use like Node.js version, cluster size, number of clients, Java version, JVM parameters, operating system etc.
  • Logs and stack traces, if any.
  • Detailed description of the steps to reproduce the issue.

Pull Requests

Contributions are submitted, reviewed and accepted using the pull requests on GitHub. For an enhancement or larger feature, create a GitHub issue first to discuss.

Development

Development for future versions takes place in the master branch (this branch). The documentation site contains details about building, testing and running the code.

License

Apache 2.0 License.

Copyright

Copyright (c) 2008-2022, Hazelcast, Inc. All Rights Reserved.

Visit www.hazelcast.com for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].