I was thinking of implementing this via the Java Persistence API, such that it would be (in theory) database agnostic. At the very least I would try to support mysql, postgresql, and maybe derby (for a simple filesystem based database).
I am not sure what the status on the other modules is, but what I was thinking is that a SQL persistence module is nice if you plan on ever being able to cluster the Wave in a Box implementation. Purely file based implementations can become problematic if you are clustering or load balancing across multiple machines. Of course this is a bit of a hypothetical anyway since the current server isn't really cluster-able yet. ~Michael On Nov 30, 2:21 pm, James Purser <[email protected]> wrote: > And one other thing. We need delta persistance in some form or another. > > What's the status on the various persistance modules? > > James > > > > > > > > On Wed, Dec 1, 2010 at 9:18 AM, James Purser <[email protected]> wrote: > > Sure, > > > Something like a mysql module would be excellent as it would allow people > > to tie into existing infra (mysql has a massive install base). > > > James > > > On Wed, Dec 1, 2010 at 9:15 AM, Michael MacFadden < > > [email protected]> wrote: > > >> All, > > >> I was curious if there was any interest in a persistence module that > >> would store accounts, deltas etc in a SQL database (mysql, postgresql, > >> etc). Thanks. > > >> ~Michael > > >> -- > >> You received this message because you are subscribed to the Google Groups > >> "Wave Protocol" group. > >> To post to this group, send email to [email protected]. > >> To unsubscribe from this group, send email to > >> [email protected]<wave-protocol%2bunsubscr...@goog > >> legroups.com> > >> . > >> For more options, visit this group at > >>http://groups.google.com/group/wave-protocol?hl=en. -- You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
