Skip to content

hazelpy is a python client for hazelcast.

Notifications You must be signed in to change notification settings

semihsahin1990/hazelpy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

===== This project is under development and it's not ready for usage. Also Hazelcast team does not introduced client protocol with official release =====

hazelpy is a python client for hazelcast.It is compatible with the client protocol which is introduced with hazelcast 2.2 . It supports only Map interface for now. Other data structure will be added as soon as possible.

--Using hazelpy--

In order to use hazelpy you should download the archive from {LINK}

After extracting it run the command below in the extracted directory ,

python setup.py install

It will install hazelpy module to you python distrubition.After that you can use it just like,

import hazelpy

hc = HazelcastClient(Config()) mymap = hc.getMap("mymap") mymap.get(1)

pretty easy huh ?

you can also have a look at the MapTest.py for further usage of the Map interface.

--Contrubuting hazelpy--

You are welcomed if you'd like to contribute to hazelpy. You can either report issues or send pull requests.You can also help me with the documentation of the code.

Thanks for helping !

About

hazelpy is a python client for hazelcast.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published