2

Membase seems pretty promising. Just wonder if Play! can work with Membase. Can anyone tried it share some experience and if possible some samples/documentation etc?

tom
  • 14,273
  • 19
  • 65
  • 124

2 Answers2

1

checkout Play's modules (http://www.playframework.org/modules). There are modules for Mongo, Riak, etc. I am currently using Morphia with Play with great success.

Felipe Oliveira
  • 1,041
  • 9
  • 9
1

There is no module (that I know of) for Membase. You may want to check the code for existing NoSQL modules (like MongoDB) to see how to create your own interface to Membase.

Pere Villega
  • 16,429
  • 5
  • 63
  • 100