There didn't turn out to be a good solution, that I found at least. In our
app, we're just storing a reference to the root node and putting the DAG
together on the client side.
A

On Mon, Jul 13, 2009 at 6:51 AM, Jason Sachs <[email protected]> wrote:

> This thread (
> http://mail-archives.apache.org/mod_mbox/couchdb-user/200812.mbox/%[email protected]%3e
> )
> mentioned directed acyclic graphs briefly... but if there was a moment
> of enlightenment on good ways to represent DAGs in couchdb, I must
> have missed it. Any thoughts? I've read the hierarchy page on the wiki
> (http://wiki.apache.org/couchdb/How_to_store_hierarchical_data) but it
> requires each node to store its materialized path. DAGs don't have a
> single unique path to nodes, and even if you tweaked this design to
> list the multiple paths to a node from the root (or from a designated
> root, since a DAG doesn't really have the concept of a root, and can
> have multiple roots), you still have the possibility of combinatorial
> explosions of data.
>

Reply via email to