Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-18T19:33:28.000Z (almost 9 years ago)
- Last Synced: 2023-03-12T05:18:07.388Z (almost 2 years ago)
- Language: Java
- Size: 53.7 KB
- Stars: 2
- 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.