Each report is a node that connects to a common parent "container" node. Essentially creating sub-graphs for each report.
The dataset is actually pretty small for each report. Since the maximum number of tweets that are being analyzed is 100, I would guesstimate that the total number of nodes would be less than 300 (100 users + 100 tweets + 100 popular words). But that is the maximum number and actually it would be less than that because the app only pulls common words amongst all 100 tweets, so the number of words would be smaller than that. Matt On Wed, Feb 3, 2010 at 8:48 AM, Peter Neubauer < [email protected]> wrote: > Matt, > what is the size of the dataset you are sucking into Neo4j? Any strategy > there? > > Cheers, > > /peter neubauer > > COO and Sales, Neo Technology > > GTalk: neubauer.peter > Skype peter.neubauer > Phone +46 704 106975 > LinkedIn http://www.linkedin.com/in/neubauer > Twitter http://twitter.com/peterneubauer > > http://www.neo4j.org - Your high performance graph > database. > http://gremlin.tinkerpop.com - The terminal to the Giant Global Graph. > > > > On Wed, Feb 3, 2010 at 3:42 PM, Matt Johnston <[email protected]> > wrote: > > Thanks for all the comments so far and please feel free to > > share/tweet/link/slashdot/digg/whatever you want with the link. I do > welcome > > feedback. Part of the reason I posted this in a pretty early release > state > > is because I want to see how people will use something like this and what > > features would be most useful. I tried to stick with thejit because it > was > > javascript, but that seems to make a non-ideal experience on IE. If I > keep > > running into roadblocks with IE, I may have to switch to flash and use > > flare. > > > > Matt > > > > > > > > On Tue, Feb 2, 2010 at 2:30 PM, Mattias Persson > > <[email protected]>wrote: > > > >> Looks really cool! > >> > >> If you're in a state where you're ready for feedback: I noticed that > >> sometimes the texts gets a little displaced from the graph thought. > >> > >> 2010/2/2 Peter Neubauer <[email protected]>: > >> > Wohow, cool! > >> > > >> > The service is down but I got some searches going. Let us know when it > >> > is up again, together with your twitter name, so I can slashdot it ;) > >> > > >> > Cheers, > >> > > >> > /peter neubauer > >> > > >> > COO and Sales, Neo Technology > >> > > >> > GTalk: neubauer.peter > >> > Skype peter.neubauer > >> > Phone +46 704 106975 > >> > LinkedIn http://www.linkedin.com/in/neubauer > >> > Twitter http://twitter.com/peterneubauer > >> > > >> > http://www.neo4j.org - Your high performance graph > >> database. > >> > http://gremlin.tinkerpop.com - The terminal to the Giant Global > >> Graph. > >> > > >> > > >> > > >> > On Tue, Feb 2, 2010 at 8:10 PM, Matt Johnston <[email protected] > > > >> wrote: > >> >> I just posted a simple app I've been working on. The app lets you > search > >> >> twitter and then displays the relationships between the tweets, > popular > >> >> users and popular words. Everything is stored in Neo and I used > thejit > >> >> javascript library for the display. Check it out. > >> >> > >> >> http://www.vizatweet.com/ > >> >> > >> >> Matt > >> >> _______________________________________________ > >> >> Neo mailing list > >> >> [email protected] > >> >> https://lists.neo4j.org/mailman/listinfo/user > >> >> > >> > _______________________________________________ > >> > Neo mailing list > >> > [email protected] > >> > https://lists.neo4j.org/mailman/listinfo/user > >> > > >> > >> > >> > >> -- > >> Mattias Persson, [[email protected]] > >> Neo Technology, www.neotechnology.com > >> _______________________________________________ > >> Neo mailing list > >> [email protected] > >> https://lists.neo4j.org/mailman/listinfo/user > >> > > _______________________________________________ > > Neo mailing list > > [email protected] > > https://lists.neo4j.org/mailman/listinfo/user > > > _______________________________________________ > Neo mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > _______________________________________________ Neo mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

