Skip to content

eminn/hazelpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is under development and it's not ready for production.

hazelpy is a python client for hazelcast.

Using hazelcast python client

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.put("1","Joe")

print mymap.get(1) # prints "Joe""

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