scala - How do I use Zookeeper as "Database" with Play Framework instead of traditional JDBC? -


i using play framework 2.0.1 in scala create application has basic stuff in model not complicated. information in model saved/requested/updated , deleted zookeeper instance.

how can best go without crucially breaking play framework?

the simple answer tell zookeeper not meant used general datastore/database; however, inclined believe looking mongodb.

check out mongodb replica sets , election/voting. should give want want. easier manage zookeeper , more useful general application data storage needs.


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -