Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitxon/hazelcast-architectural-patterns
Implementation of Hazelcast Architectural Patterns
https://github.com/bitxon/hazelcast-architectural-patterns
hazelcast java javascript spring
Last synced: 10 days ago
JSON representation
Implementation of Hazelcast Architectural Patterns
- Host: GitHub
- URL: https://github.com/bitxon/hazelcast-architectural-patterns
- Owner: bitxon
- Created: 2023-02-03T19:50:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T20:23:57.000Z (about 1 year ago)
- Last Synced: 2023-10-15T06:17:35.378Z (about 1 year ago)
- Topics: hazelcast, java, javascript, spring
- Language: Java
- Homepage:
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hazelcast Architectural Patterns
## Examples
- Hazelcast Embedded ( [Java](hazelcast-embedded/) )
- Hazelcast Sidecar ( [Java](hazelcast-sidecar/) | [JS](hazelcast-sidecar-js/) )
- Hazelcast Client-Server ( [Java](hazelcast-client-server/) )
- Hazelcast Reverse-Proxy Sidecar ( [Java](hazelcast-reverse-proxy-sidecar/) )## Useful Links
[![Hazelcast IMDG Architectural Patterns in Kubernetes](https://img.youtube.com/vi/MryTRkm4U3w/0.jpg)](https://www.youtube.com/watch?v=MryTRkm4U3w)
- [Demo YouTube](https://www.youtube.com/watch?v=MryTRkm4U3w)
- [Demo Code Samples](https://github.com/bitxon/demo-hazelcast-imdg)- [Architectural Patterns Description](https://hazelcast.com/blog/architectural-patterns-for-caching-microservices/)
- [Distributed Data Structures](https://docs.hazelcast.com/imdg/4.2/data-structures/distributed-data-structures)