Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Interesting discussion wiki on GIThub
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Peter Neubauer  
View profile  
 More options May 7 2012, 12:57 pm
From: Peter Neubauer <peter.neuba...@neotechnology.com>
Date: Mon, 7 May 2012 18:57:23 +0200
Local: Mon, May 7 2012 12:57 pm
Subject: Interesting discussion wiki on GIThub
Hi all,
Ciro Cattuto form the ISI Foundation is looking for feedback on a
neo4j graph layout for timelines, see
https://github.com/ccattuto/neo4j-dynagraph/wiki/Representing-time-de...

I think this would be very interesting to discuss. Just sayin'.

Cheers,

/peter neubauer

G:  neubauer.peter
S:  peter.neubauer
P:  +46 704 106975
L:   http://www.linkedin.com/in/neubauer
T:   @peterneubauer

If you can write, you can code - @coderdojomalmo
If you can sketch, you can use a graph database - @neo4j


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Duane Nickull  
View profile  
 More options May 8 2012, 8:52 pm
From: Duane Nickull <du...@uberity.com>
Date: Wed, 9 May 2012 00:52:44 +0000
Local: Tues, May 8 2012 8:52 pm
Subject: Re: [Neo4j] Interesting discussion wiki on GIThub
+1

Was not sure what the mechanism is for Call for feedback.  On the Wiki
page itself?

Duane Nickull
***********************************
Consulting and Contracting; Proven Results!
i.  Neo4J, Java, LiveCycle ES, Flex, AIR, CQ5 & Mobile
b. http://technoracle.blogspot.com
t.  @duanechaos

On 12-05-07 9:57 AM, "Peter Neubauer" <peter.neuba...@neotechnology.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Neubauer  
View profile  
 More options May 9 2012, 4:09 am
From: Peter Neubauer <peter.neuba...@neotechnology.com>
Date: Wed, 9 May 2012 10:09:27 +0200
Local: Wed, May 9 2012 4:09 am
Subject: Re: [Neo4j] Interesting discussion wiki on GIThub
Yeah,
seems this is GIThub, so you probably just edit the page and add your
comments, or fork it and make a Pull Request :)

Interesting stuff though!

Cheers,

/peter neubauer

G:  neubauer.peter
S:  peter.neubauer
P:  +46 704 106975
L:   http://www.linkedin.com/in/neubauer
T:   @peterneubauer

If you can write, you can code - @coderdojomalmo
If you can sketch, you can use a graph database - @neo4j


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Javier de la Rosa  
View profile  
 More options May 9 2012, 11:15 am
From: Javier de la Rosa <ver...@gmail.com>
Date: Wed, 9 May 2012 11:15:07 -0400
Local: Wed, May 9 2012 11:15 am
Subject: Re: [Neo4j] Interesting discussion wiki on GIThub

On Tue, May 8, 2012 at 8:52 PM, Duane Nickull <du...@uberity.com> wrote:
> Was not sure what the mechanism is for Call for feedback.  On the Wiki
> page itself?

I just added a new issue with my comment and they answer quickly.

--
Javier de la Rosa
http://versae.es


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ciro Cattuto  
View profile   Translate to Translated (View Original)
 More options May 30 2012, 7:58 pm
From: Ciro Cattuto <ciro.catt...@gmail.com>
Date: Wed, 30 May 2012 16:58:52 -0700 (PDT)
Local: Wed, May 30 2012 7:58 pm
Subject: Re: [Neo4j] Interesting discussion wiki on GIThub

Thanks Javier, and thanks Peter for pointing to our discussion page on
github.

We are trying to assess the viability of Neo4j+Cypher for large-scale graph
timelines
such as the ones generated by our proximity-sensing platforms
and we are facing some performance issues with Cypher on relatively
small datasets, that we are trying to iron out.

The request for feedback is a way to open up that discussion
and understan how the data model we describe should be improved,
whether we are facing intrinsic performance limitations of Cypher/Neo4j
for data with power-law distributed node connectivity,
and what we can do about that all.

Thanks !

Best, Ciro


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ciro Cattuto  
View profile  
 More options May 31 2012, 5:39 pm
From: Ciro Cattuto <ciro.catt...@gmail.com>
Date: Thu, 31 May 2012 14:39:26 -0700 (PDT)
Local: Thurs, May 31 2012 5:39 pm
Subject: Re: [Neo4j] Interesting discussion wiki on GIThub

[looks like I managed to accidentally delete a previous post of mine to
this thread]

Thanks Javier, and thanks Peter for stimulating some discussion on our wiki
page.

We are evaluating the viability of Neo4j+Cypher to deal with graph timelines
from wearable proximity sensors, and we would like to think more in general
about representing and querying graph timelines (i.e., time-dependent
graphs) in Neo4j.

In experimenting with the data model described in the wiki page,
we faced rather unexpected (for us) performance issues with some Cypher
queries,
even on relatively small graphs such as the test data discussed in the wiki.
We are trying to understand whether we should work more on the data model,
on the queries, or whether we're facing intrinsic performance limitations
of Neo4j+Cypher
when dealing with highly-connected data.

Thanks in advance for any feedback or insights !

Best, Ciro


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »