An open API service indexing awesome lists of open source software.

https://github.com/yuce/hazelcast-asyncio-sample


https://github.com/yuce/hazelcast-asyncio-sample

Last synced: about 2 months ago
JSON representation

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
~~~