Skip to content

yuce/hazelcast-asyncio-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages