0

Have anyone tried using Play framework(2.0.4) application with connect to cassandra db via kundera? I want to implement Zookeeper on top of cassandra DB. Have anyone tried combining them before?

Xitrum
  • 7,765
  • 26
  • 90
  • 126
  • Implementing the zookeeper api on top of cassandra will be very difficult, how do you plan on doing that? – sbridges Oct 29 '12 at 04:29
  • 1
    what is your use-case exactly? PlayOrm for cassandra has been considering usage and a plugin there, but it should rarely if ever be used for speed and scalability. – Dean Hiller Oct 29 '12 at 11:28

1 Answers1

0

I guess integration with play framework via Kundera is possible. Implementing zookeeper on top of cassandra is also possible, i guess. Did you look into cage API for this?

-Vivek

vivek mishra
  • 1,162
  • 8
  • 16