Hi Paolo,

Neo4j is not supported by Hobo or Rails. What you are looking for is an
activerecord adapter which lets you use Neo4j transparently.

The documentation of the neo4j gem should give you a place to start,
though you will probably find a lot of issues, as only a small subset of
the Active Record API is implemented.

https://github.com/neo4jrb/neo4j/wiki/Neo4j::Rails-Introduction

Warm regards,
Ignacio


El 18/09/14 a las #4, Paolo Di Pietro escribió:
> Hi all,
> 
> below there is an answer from Ignacio at my question about integrating Neo4j 
> into hobo.
> 
> Neo4j is a NOSQL Graph DB, and I need to use it to create complex search like 
> foaf*, 
> 
> It has better performance wth respect to standard relational DB, and can be 
> used to manage big data projects.
> 
> It also support CRUD and ACID transactions.
> 
> I cannot accept the Ignacio's suggestion to use two databases, because what I 
> would like to achive is to move everything on Neo4j.
> 
> Any suggestion is wellcome.
> 
> TIA
> 
> Paolo
> 
> ----------------------------
> 
> Hi Paolo,
> 
> If you want support with Hobo, the best way is to use the Hobo Users
> list. The comments in the website are intended to discuss the contents
> of that page, not issues with external gems. I don't care if you write
> to my personal email, but I think other people can benefit in the future
> if we use Hobo Users (http://groups.google.com/group/hobousers).
> 
> Why does neo4j require you to remove sqlite3? I think you probably need
> two databases in your project: a relational one for handling data like
> users and neo4j for other data.
> 
> Warm regards,
> Ignacio
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "Hobo Users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to [email protected]
> <mailto:[email protected]>.
> To post to this group, send email to [email protected]
> <mailto:[email protected]>.
> Visit this group at http://groups.google.com/group/hobousers.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/hobousers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to