Skip to content

jujoramos/geode-command-region-pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

Geode Command Region Pattern

  1. Overview
  2. Usage

Overview

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.

Usage

  • 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages