Skip to content

beratn/hazelcast-docker-samples

 
 

Repository files navigation

Hazelcast Docker Code Samples

Table of Contents

Requirements

You should have installed Docker, Apache Maven and at least JDK 1.8 on your system.

Official Images

You can find officially supported images in Docker Hub.

Docker Compose

Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a Compose file to configure your application's services. Then, using a single command, you create and start all the services from your configuration. To learn more about all the features of Compose see Documentation.

The docker-compose command will pull the images from Docker Hub and then link them together based on the information inside the docker-compose.yml file. This will create ports, links between containers, and configure applications as required. After the command completes you can view the status of container with command docker-compose ps.

Hazelcast Docker Code Samples

This repository contains an extensive collection of code samples which you can use to learn how to use Hazelcast features in Docker environment. Each sample includes a dedicated README.md file where you can find detailed instructions.

  • filter-based-session-replication

    Implementation of session replication integration of Hazelcast.

  • hibernate-2ndlevel-cache

    Implementation of hibernate 2nd level cache integration of Hazelcast as employee managing application.

  • jca-ra

    Implementation of jca resource adapter integration of Hazelcast.

  • manager-based-session-replication

    Implementation of tomcat/jetty session replication integration of Hazelcast.

  • hibernate-jpa-2ndlevel-cache

    Implementation of hibernate 2nd level cache with Hazelcast by using JPA.

  • management-center-ldap

    Implementation of authenticating Hazelcast Management Center with LDAP.

  • management-center-ldap-tls

    Implementation of authenticating Hazelcast Management Center with TLS.

  • management-center-jaas

    Implementation of authenticating Hazelcast Management Center with JAAS.

  • management-center-built-in-user

    Implementation of Hazelcast Management Center image with a built-in user account.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 78.0%
  • Python 9.4%
  • Dockerfile 7.3%
  • Shell 5.3%