Skip to content

kemiz/IgnitePrimedCacheExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ignite Primed Cache Example

A simple example that demonstrates building a docker image that contains a primed Ignite node. This means once the image is run for the first time data will be preloaded as it is packaged with the actual docker image.

Prerequisites

==========
  1. Install Apache Ignite
  2. Install Docker

Running the example

==========
  1. Build the docker image:
    • Navigate to the docker directory in the project
    • sudo docker build . -t cache-store-example
  2. Run the image:
    • sudo docker run -it --net=host cache-store-example

About

Example demonstrating how to create a primed Apache Ignite Docker image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published