https://github.com/foo4u/aws-infinispan-poc
Proof of concept for running JBoss Infinispan clustering on AWS Elastic Container Service (Docker)
https://github.com/foo4u/aws-infinispan-poc
Last synced: 17 days ago
JSON representation
Proof of concept for running JBoss Infinispan clustering on AWS Elastic Container Service (Docker)
- Host: GitHub
- URL: https://github.com/foo4u/aws-infinispan-poc
- Owner: foo4u
- Created: 2015-12-16T18:39:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-18T19:33:28.000Z (over 10 years ago)
- Last Synced: 2025-02-25T06:20:06.466Z (over 1 year ago)
- Language: Java
- Size: 53.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Infinispan on AWS Elastic Container Service
Proof of concept getting Inifinispan clustering working with Wildfly on Amazon's
Elastic Container Service (ECS). ECS is an Amazon proprietary deployment platform
for Docker with similarities to Kubernetes, etc.
Infinispan is a distributed in-memory key/value data store, relying on JGroups for
node communication.
Before doing an Infinispan POC, we wanted to get JGroups working without issue.
See `ecs-jgroups-poc` for more information.