https://github.com/yuce/hazelcast-asyncio-sample
https://github.com/yuce/hazelcast-asyncio-sample
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuce/hazelcast-asyncio-sample
- Owner: yuce
- Created: 2025-09-19T18:00:31.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-23T12:31:22.000Z (9 months ago)
- Last Synced: 2025-09-23T14:24:53.333Z (9 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hazelcast Python Client Asyncio Sample
Requirements:
* Hazelcast cluster 5.x running on the default address and port (`localhost:5701`)
* Python 3.11 or better
## Usage
1. Create a virtual environment:
~~~
$ python3 -m venv .venv
~~~
2. Activate the virtual environment:
~~~
$ . .venv/bin/activate
~~~
3. Install dependencies:
~~~
$ pip install requirements.txt
~~~
4. Run the sample:
~~~
$ python3 main.py
~~~