Apache Geode is a data management platform that provides real-time, consistent access to data-intensive applications throughout widely distributed cloud architectures.
This project simply demonstrates the usage of the Command Region Pattern in order to distribute
units of work across different clusters. It can be used to test your own distributed commands through
the geode-dunit
module.
- Check out this repository.
- Import the project into your favourite IDE.
- Add your custom implementations of the
DistributedCommand
class. - Test your implementation in a multi-site deployment by extending the
AbstractDistributedCommandTest
class.