Rubyhaze - playing with Hazelcast from JRuby

Just launched my first JRuby gem into Github:

== rubyhaze

JRuby convenience library to connect with Hazelcast. According to the
website:

Hazelcast is an open source clustering and highly scalable data
distribution platform for Java, which is:

  • Lightning-fast; thousands of operations/sec.
  • Fail-safe; no losing data after crashes.
  • Dynamically scales as new servers added.
  • Super-easy to use; include a single jar.

It’s just a simple start but I think Hazelcast can become very useful.
Check it out and let me know what you think!

Sincerely,

Adrian M.
Alliance Health Networks, Inc.
224 South 200 West, Suite 250
Salt Lake City, UT 84101
[email protected]


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

I guess a link would have been nice too:

Anyway…

Adrian M.
Alliance Health Networks, Inc.
224 South 200 West, Suite 250
Salt Lake City, UT 84101
[email protected]

On Thu, Aug 5, 2010 at 13:43, Adrian M. [email protected] wrote:

  • Fail-safe; no losing data after crashes.
    Alliance Health Networks, Inc.
    224 South 200 West, Suite 250
    Salt Lake City, UT 84101
    [email protected]

To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

Congrats, Adrian! Sounds like a very useful library.

You should post an announcement to the ruby-talk list as well when
you’re comfortable with the library’s status (and probably, when you
have an actual released gem…do you?)

On Thu, Aug 5, 2010 at 2:43 PM, Adrian M. [email protected]
wrote:

  • Fail-safe; no losing data after crashes.
    Alliance Health Networks, Inc.

To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

Thanks! the library is useful now in that it makes it a whole lot easier
to start playing with it without having to touch the java internals
but it’s missing much more examples/tests. I have released a gem in
gemcutter though a few days ago and just released a small update with
minor fixes. There’s so much I want to do with this and so little time
:frowning: We’ll see how far I can take this.

Adrian M.
[email protected]

Hey Adrian,

Cool stuff, i actually started working on a couple libraries myself,
jruby-hazelcast and jruby-hazelcast-store (as a way to use hazelcast as
a
cache store). I havent been able to touch it in a while, but maybe
there is
a way to merge efforts into a single gem ?

AD