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

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -