- L1: simple clients who connect to the grid using a list of statically provided server addresses in round-robin fashion
- L2: clients are aware of the topology of the grid and can be notified when new servers are added/removed from the grid
- L3: clients can use the grid topology and the key hashes to directly connect to the node who is the primary owner for a specific item of data, thus reducing the need for remote calls between the server nodes
- The full-featured Java client (L1, L2, L3)
- The simple Python client (L1)
- A C# client developed during the Google Summer of Code by Sunimal Rathnayake (L1)
I would like to thank SIA, and in particular Lorenzo Filì for all of the great work in getting us to this stage.
In order for the client to achieve feature-parity with the Java client, we still need to add OpenSSL and Remote Query support. We hope to deliver these features during the next development cycle.
So go ahead and download the bits and if you'd like to contribute, head over to our project on GitHub.
No comments:
Post a Comment