Requirements:
- Hazelcast cluster 5.x running on the default address and port (
localhost:5701) - Python 3.11 or better
-
Create a virtual environment:
$ python3 -m venv .venv -
Activate the virtual environment:
$ . .venv/bin/activate -
Install dependencies:
$ pip install requirements.txt -
Run the sample:
$ python3 main.py