On Tue, Jun 16, 2009 at 7:08 AM, Anders Nawroth<[email protected]> wrote: > Hi Macarse! > > Maybe you can gather something from this page: > http://stackoverflow.com/questions/703999/what-are-some-examples-of-problems-that-are-best-solved-with-graphs > >> - Do any of you ever prepared a presentation of neo4j to take out ideas? >> > > Here's slides from last year: > http://www.slideshare.net/emileifrem/neo4j-presentation-at-qcon-sf-2008-presentation > >> - Topics to talk about at OSCON 2009? >> > > Guess you already have read this page? > http://en.oreilly.com/oscon2009/public/schedule/detail/8364 > >> - The IMDB example looks too big for the presentation. Any shorter in mind? >> > > There's some smaller examples here: > http://wiki.neo4j.org/content/Domain_Modeling_Gallery > Please ask if you have any questions regarding them! > >> - Applications (comercial or not) that are using neo4j? >> > > Take a look here: > http://neotechnology.com/customers > >> - Anyone ever tested performance comparing to rdms? >> > > Of course people using Neo4j has compared it to other solutions, but > there's nothing published AFAIK. > > Performance testing isn't very easy and you can prove almost anything > using benchmarks :-) I implemented the IMDB app on top of MySQL and in > my test runs MySQL needs more minutes than Neo4j needs seconds. However, > the coding isn't finished and I won't release this stuff at the moment. > My tests are just common unit tests, not really any actual benchmarking. > > > /anders > > _______________________________________________ > Neo mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user >
Thanks for the answers! I've tried tutorials on the web page and now I've been doing some tests. Some doubts so far: 1) Emulating a count(*). I did this: http://pastebin.com/f276fd2c7 but it takes some time and it doesn't look like a good solution. Which is the best way? 2) I am trying to do this: Robert has friends from different places. Robert want to save when they met for the first time and how many glass/es of beer enjoyed that day. Which is the correct way to map this? I am using: Robert be connect directly to different people (Robert <--- is friend with ---> Charly) and adding info into the relation. Does the following make any sense? Robert connected to the place and therefore to people living there. (Robert <--- friend with people living in ---> Argentina; Charly <--- lives in ---> Argentina) Any better way? 3) Is there a way to create something similar to an schema to generate the db? Robert has almost 100k friends :( Thanks for reading! _______________________________________________ Neo mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

