Yes, most of the documentation is still at waveprotocol.org but will eventually be migrated to the Apache Wave website http://incubator.apache.org/wave/ and wiki.
Persistence is described here: http://www.waveprotocol.org/protocol/design-proposals/wave-store-design-for-wave-in-a-box It says "this file system based design is less scalable than a database system like MongoDB and therefore we expect to revisit the design later to scale it better", but I don't think anyone is working on it. At the time we implemented the file based persistence, mongodb lacked the necessary facilities to acknowledge when data reached durable storage. That has been added now and there should be no technical roadblocks to implement the storage interfaces with mongodb. The code is structured in a way that should make that straightforward if anyone is interested in doing it. Soren On Thu, Jun 23, 2011 at 1:48 PM, Charles Baker <[email protected]> wrote: > Judging from the comments in server.config, deltas ( what I assume are the > waves correct? ) can only be stored in memory or as files. Is that correct? > Is the plan for the future for them to be stored in mongodb, too? > > I've only been looking at and trying out Wave in a Box this afternoon and my > googling is taking me all over the place. Is > http://www.waveprotocol.org/Home the primary place for info? > > -- > Charles H. Baker > 864.990.1297 > Some men have thousands of reasons why they cannot do what they want to, > when > all they need is one reason why they can. Willis R. Whitney >
