Yeah, thanks.
I know about neo4j but have been reluctant to try it due to the Java roots.

I also thought to try MagLev for a while, but couldn't get my hands onto it.

If possible, I would prefer not to diverge from SQL Db. So maybe I am just
after a good way of denormalising data...

Or maybe just optimise relational DB for reads, and process the
"propagations" as the backgrond job (It's ok to have a delay of a. couple
of minutes)...
On Nov 28, 2011 6:08 PM, "Chris Berkhout" <[email protected]> wrote:

> Not sure if it helps with your persistance needs, but there are graph
> DBs out there.
>
> Take a look at neo4j:
>    http://neo4j.org/
>    http://wiki.neo4j.org/content/Getting_Started_With_Ruby
>    https://github.com/andreasronge/neo4j
>
> Cheers,
> Chris
>
>
> On Mon, Nov 28, 2011 at 2:52 PM, Dmytrii Nagirniak <[email protected]>
> wrote:
> > Hi,
> > I wonder how you guys work with the persistent ordered graph structures.
> > What I need to be able to do is to propagate all the changes from a node
> to
> > all its child nodes recursively.
> > A node is basically a permission (loaded with the information, such as
> > subject, user, company etc) that is propagated through to the other
> nodes.
> > Doing it in SQL is probably possible but seems to be a huge pain.
> > Similar thing applies to Document DB (unless I stick the whole graph
> into a
> > single document).
> > Could you please give some suggestions on this?
> > Thanks,
> > Dima
> > http://www.ApproachE.com
> >
> >
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Ruby or Rails Oceania" 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/rails-oceania?hl=en.
> >
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ruby or Rails Oceania" 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/rails-oceania?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
or Rails Oceania" 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/rails-oceania?hl=en.

Reply via email to