Learn how to build and run applications with Hazelcast. Whether you want a simple getting started or an end-to-end example of a use case, use the search and filters below to find what you’re looking for.
Filter by product
Filter by category
All- All
- Stream Processing
- Materialized Views
- Logging
- Fault Tolerance
- Spring Boot
- Get Started
- Caching
- AWS Lambda
- In-Memory Computing
- Joins
- Getting Started
- Microservices
- Hibernate
- JCache
- Deployment
- Cloud Native
- Session Replication
- CDC
- Security
- AWS
- Kubernetes
- Kafka
- Kerberos
Query Streams from Confluent Cloud
20 mins
In this tutorial, you'll learn how to connect your cluster to Confluent Cloud, using SQL. You'll also learn how to build a materialized view from streaming data and contextual data in Hazelcast.
Send Logs of Hazelcast Viridian Dedicated Clusters to Amazon OpenSearch
20 mins
Set up a remote logging solution using Amazon OpenSearch Service. In this tutorial, you'll set up an Amazon OpenSearch domain and configure your cluster to automatically send log files to it. You'll also learn how to view these logs in Kibana.
Create a Failover Client
30 mins
In this tutorial, you'll update the code in a Java client to automatically connect to a secondary, failover cluster if it cannot connect to its original, primary cluster. You'll also run a simple test to make sure that your configuration is correct and then adjust it to include exception handling.
Create a Spring Boot Application for Hazelcast Viridian
10 mins
In this tutorial, you'll learn how to create a basic Spring Boot application that connects to a cluster.
Serverless Fraud Detection with AWS and Hazelcast Viridian
30 mins
In this tutorial, you'll build a serverless solution for detecting fraudulent transactions using AWS Lambda, Hazelcast Viridian, and Node.js.
Use Viridian Serverless as a Write-Through Cache with MongoDB Atlas
30 mins
In this tutorial, you'll build an application that writes changes made to a map back to MongoDB Atlas.
Process Customer Satisfaction Scores on Hazelcast Viridian
30 mins
In this tutorial, you'll build an application that calculates the standard deviation of customer satisfaction scores, using code that's executed on each member of a Hazelcast Viridian cluster.
Stream-To-Stream Joins with SQL
10 mins
Learn how to join two streams of data and process the results, using SQL.
Cache Data in Spring Boot with Hazelcast and JCache
5 mins
This guide will get you started with Hazelcast as a JCache provider for your Spring Boot application.
Get Started with Hazelcast using Spring Boot
15 mins
This tutorial will get you started with Hazelcast in a Spring Boot application.
Get Started with Hazelcast and Hibernate Second-Level Cache
10 mins
In this tutorial, you'll learn how to quickly set up a Spring Boot application using Hazelcast as a Hibernate second-level cache.
Get Started with Hazelcast as a Hibernate Second-Level Cache with JCache
15 mins
In this tutorial, you will learn how to use Hazelcast as a Hibernate second-level cache by leveraging Hibernate's JCache (JSR 107) support. You will also learn how to integrate Hazelcast with Hibernate without using the hazelcast-hibernate
integration.
Get Started with Hazelcast and Micronaut
15 mins
This tutorial will get you started with Hazelcast in a Micronaut application.
Get Started with Embedded Hazelcast on Kubernetes
15 mins
Deploy an application with embedded Hazelcast into a Kubernetes cluster.
Get Started with Hazelcast and Microprofile
10 mins
In this tutorial, you will learn how to use Hazelcast within Microprofile microservices.
Get Started with Hazelcast and Quarkus
10 mins
Set up a native image-ready Quarkus application, using a Hazelcast client.
Session Replication with Spring Boot and Hazelcast
5 mins
In this tutorial, you'll deploy two Spring Boot applications which use Hazelcast for session replication.
Cache with Spring Boot and Hazelcast
5 mins
In this tutorial, you'll deploy a Spring Boot application that uses Hazelcast as a cache manager.
Get Started with Embedded Hazelcast on ECS
15 mins
In this tutorial, you'll deploy an application with embedded Hazelcast on an ECS cluster. Hazelcast members from each application replica will automatically discover themselves and form one consistent Hazelcast cluster. Thanks to https://github.com/hazelcast/hazelcast-aws[Hazelcast AWS discovery plugin], there is no static configuration needed.
Load data from Oracle CDC to Hazelcast via Striim
10 mins
This tutorial shows you how to use the Hazelcast Striim Writer to create a hot cache for data stored in Oracle Database Enterprise Edition (12.2.0.1).
Spring Boot Tomcat Session Replication using Hazelcast
15 mins
In this tutorial, you'll learn how to use Hazelcast with Tomcat session replication in Spring Boot microservices.
Get Started with Hazelcast Enterprise in VMware Tanzu
30 mins
Install Hazelcast Enterprise in VMware Tanzu Application Service(TAS), create a cluster, and run a client.
Deploy a Hazelcast Cluster in the Cloud using Terraform
30 mins
Deploy a Hazelcast cluster and Hazelcast Management Center on AWS, Azure, or GCP using Terraform.
Connect To Hazelcast Running on Kubernetes from Outside
10 mins
Deploy a Hazelcast Kubernetes cluster and connect to it, using a client outside Kubernetes.
Active Directory Authentication
30 mins
In this tutorial, you will learn how to configure Hazelcast IMDG Enterprise to authenticate cluster members and clients using Kerberos tickets in the Microsoft Active Directory domain.
Hazelcast as Sidecar Container in Kubernetes
15 mins
Use Hazelcast as a sidecar container for applications deployed on Kubernetes.
Kubernetes Horizontal Pod Autoscaler for Hazelcast
15 mins
Deploy Hazelcast on a Kubernetes cluster and set up Kubernetes Horizontal Pod Autoscaler (HPA), using Resource Metrics and Custom Metrics.
Hazelcast with SSL in Kubernetes
30 mins
Enable SSL between Hazelcast members and Hazelcast clients in Kubernetes.
Hazelcast WAN Replication in Kubernetes
30 mins
Synchronize data in two Hazelcast clusters that are hosted in different Kubernetes environments, using WAN Replication.
Hazelcast for Kubernetes
20 mins
In this tutorial, you will deploy a Hazelcast cluster to Kubernetes and connect it to a Kubernetes application.
Spring Session Hazelcast
10 mins
In this tutorial, you will deploy two Spring Boot applications that use Hazelcast as a HTTP session store and hence share sessions among each other.
Deploy Hazelcast Cluster on AWS EC2
20 mins
In this tutorial, you will create two EC2 instances with Hazelcast members and see them connecting to each other and forming a cluster via Hazelcast AWS plugin.
Getting Started with the Hazelcast Node.js Client
5-10 mins
This tutorial will get you started with the Hazelcast Node.js client.
Getting Started with Hazelcast Go Client
5-10 mins
This tutorial will get you started with the Hazelcast Go client.
Use Hazelcast with OpenFaaS
5-10 mins
Use Hazelcast clients in OpenFaaS functions to connect to Hazelcast clusters on Kubernetes.
Connect to Hazelcast from Outside Kubernetes
5-10 mins
In this tutorial, you'll connect to a Hazelcast cluster running in Kubernetes from outside of the Kubernetes environment.
Restore a Cluster from Cloud Storage with Hazelcast Platform Operator
20 mins
Learn how to back up data in Hazelcast maps to cloud storage and restore a cluster from that backup data.
Replicate Data between Two Hazelcast Clusters with Hazelcast Platform Operator
10 mins
Learn how to keep data in sync across two Hazelcast clusters.
Configure MongoDB Atlas as an External Data Store for the Cluster with Hazelcast Platform Operator
20 mins
Learn how to keep data in sync across two Hazelcast clusters.
Connect Hazelcast to Kafka Clusters Secured with Kerberos
10 mins
Learn how to connect Hazelcast Jet pipelines to Kafka clusters that are secured with Kerberos authentication.
Monitor Trades in Real-Time Using Viridian Serverless
30 mins
Deploy a Java application that updates a trade monitoring dashboard in real-time.