Tagged Questions

12
votes
7answers
1k views

Has anyone used Graph-based Databases (http://neo4j.org/)?

I have used Relational DB's a lot and decided to venture out on other types available. This particular product looks good and promising: http://neo4j.org/ Has anyone used graph-based databases? What …
1
vote
4answers
147 views

Graph Database in Java (other than Neo4J)

Greetings, Is there any open source graph database available other than Neo4J?? NOTE: Why not Neo4J? Neo4J is opensource, but counts primitives (number of nodes,relationships & properties). If …
1
vote
4answers
334 views

Hype around graph databases… why ?

There is some hype around graph databases. I'm wondering why. What are the possible problems that one can be confronted with in today's web environment that can be solved using graph databases? And …
0
votes
1answer
168 views

NoSql - which is best for my needs - i am having mental breakdown

I am building a Reddit clone in Erlang. I am considering using some erlang web frameworks but this is not the problem. I am having a problem selecting a database. How it works; I have multiple …
0
votes
1answer
116 views

Counting primitives in Neo4j

I have been reading through the documentation for neo4j and it's components and have yet to come across functionality that lets me query the total number of primitives (nodes, relationships, and …
-1
votes
0answers
32 views

Spring Freemarker Neo

Hi I am new in work with spring and freemarker template language(FTL). And I am using Neo DB. I am not able to under stand how its flow is going. How to call spring methods in FTL and how I get …