[Neo4j] (Michael)-[:ON]->(Vacation)

2014-08-04 Thread Liliana Ziolek
Enjoy well deserved time off and don't be tempted to check emails and groups! :) Our brains deserve rest and I'm sure the community can handle you taking a nice sunny holiday :) Have fun :) L -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubsc

Re: [Neo4j] Neo4j: Command not found Ubuntu 12.04

2014-08-04 Thread Alan Robertson
On 08/04/2014 05:15 PM, Chaoteng Liu wrote: I have installed neo4j on ubuntu. I can use it through localhost:7474 but in terminal I cant use neo4j bash. And there is even no /bin/neo4j/ dir in my ubuntu. How can I solve it to take advantage of neo4j shell? Thx ahead!!! The shell name is neo4

[Neo4j] Neo4j: Command not found Ubuntu 12.04

2014-08-04 Thread Chaoteng Liu
I have installed neo4j on ubuntu. I can use it through localhost:7474 but in terminal I cant use neo4j bash. And there is even no /bin/neo4j/ dir in my ubuntu. How can I solve it to take advantage of neo4j shell? Thx ahead!!! -- You received this message because you are subscribed to the Goo

[Neo4j] Spring Data Neo4j : Advance mapping

2014-08-04 Thread Yatendra Goel
In my Spring Data Neo4j project, I wanted to move to Advance Mapping from simple mapping and thus made code changes according to the spring docs. After that I compiled my project using Maven wi

Re: [Neo4j] Re: py2neo 1.6.4 doesn't work with Neo4j 2.1.2 - "Cannot find node..."

2014-08-04 Thread Alan Robertson
Julian: Have you had a chance to look at this bug yet? Any prognosis on when? On 07/30/2014 08:02 PM, Alan Robertson wrote: OK. This is an RPM problem *only*. It works fine if I install 2.1.3 from tar ball - but not from the RPM. I'll update the github issue. On 07/30/2014 07:35 PM, Alan

Re: [Neo4j] (Michael)-[:ON]->(Vacation)

2014-08-04 Thread Mattias Persson
Have a nice well-deserved vacation! On Mon, Aug 4, 2014 at 12:41 PM, Peter Neubauer wrote: > Michael, > have a great time with the family, too. I hipe not to see you around here > ;) > > /peter > > > G: neubauer.peter > S: peter.neubauer > P: +46 704 106975 > L: http://www.linkedin.com/in/

Re: [Neo4j] colors to display nodes in the Neo4j's Browser visualization are not enough

2014-08-04 Thread Aru Sahni
You can upload your own GRASS stylesheet. They cover this in one of the videos on the Neo4j site: http://vimeo.com/97204829 ~A On Mon, Aug 4, 2014 at 4:35 AM, wrote: > As there are only seven colors to choose to style Nodes and Relationships > in the Neo4j's Browser visualization(http://localh

Re: [Neo4j] (Michael)-[:ON]->(Vacation)

2014-08-04 Thread Peter Neubauer
Michael, have a great time with the family, too. I hipe not to see you around here ;) /peter G: neubauer.peter S: peter.neubauer P: +46 704 106975 L: http://www.linkedin.com/in/neubauer T: @peterneubauer Open Data- @mapillary

[Neo4j] (Michael)-[:ON]->(Vacation)

2014-08-04 Thread Michael Hunger
Just a heads up, I'm on vacation most of August, that means I'll work a bit less and won't be answering google group e-mails and stackoverflow questions that quickly (or at all). I'd love if any of you could continue to chime in during that time a

Re: [Neo4j] Neo4J for pathing analysis on event-based data

2014-08-04 Thread Michael Hunger
Hi Nick, amazing series of blog posts, thanks so much for writing them. it would be really great, if you could create a graph gist for your model (with a tiny subset of the/some data) so that people can experiment with your queries and give feedback. I'm not really sure that the view-id property

Re: [Neo4j] Neo4J and Javascript Graph Viewer

2014-08-04 Thread Michael Hunger
Hi Roman, d3 usually doesn't need middleware, just data. There is a library called alchemy.js which also works with d3.js in the background. I wrote a single html page (+ javascript) demo console that you can find (with sources) here: jexp.github.io/cy2neo Cheers, Michael On Fri, Aug 1, 201

Re: [Neo4j] Upgrade from 2.0.3 to 2.1.3 ==> Starting Neo4j Server failed: ... Unable to upgrade database

2014-08-04 Thread Mattias Persson
Perfect, would be great if you could send some link to me and possibly Michael directly. On Mon, Aug 4, 2014 at 10:01 AM, AJ NOURI wrote: > Hi Michael, > Thanks for your prompt reply. Do you mean the compressed content of > default.graphdb > directory? it is 60 MB. > > > AJ > > > 2014-08-04 8:

[Neo4j] colors to display nodes in the Neo4j's Browser visualization are not enough

2014-08-04 Thread hardworking1988
As there are only seven colors to choose to style Nodes and Relationships in the Neo4j's Browser visualization(http://localhost:7474/browser/), there will be many Nodes to be displayed with the same color. It is not reansonable as they don't belong to the same category. So can you tell me how t

[Neo4j] Neo4J and Javascript Graph Viewer

2014-08-04 Thread rot
Dear Neo4j Users! I am considering to use a Javascript viewer for graph-exploration. All the exaples I foud (using D3 or sigma.js) use some kind of "middleware" in ruby or something similar. Is there an example that interacts directly with the neo4j-REST-Api? The only system I found that seem

[Neo4j] Neo4J for pathing analysis on event-based data

2014-08-04 Thread Nick Dingwall
I've been experimenting with Neo4J to run event analytics on page view data, and I've been able to do some pathing analysis that's practically impossible with SQL. I've written a few blogs on the Snowplow Analytics website. In the first I define a graph structure that allows for sequencing of p

Re: [Neo4j] Upgrade from 2.0.3 to 2.1.3 ==> Starting Neo4j Server failed: ... Unable to upgrade database

2014-08-04 Thread AJ NOURI
Hi Michael, Thanks for your prompt reply. Do you mean the compressed content of default.graphdb directory? it is 60 MB. AJ 2014-08-04 8:35 GMT+02:00 Mattias Persson : > That looks awfully weird, I can't see how that NPE comes to be. Your > database would help immensly. > > > On Sun, Aug 3, 201

Re: [Neo4j] In-Memory Graph Storage

2014-08-04 Thread Alireza Rezaei Mahdiraji
Hi Michael, I have a set of functions chained together which pass around graphs, i.e., g(f(G)): g should receive a graph G' from f (perhaps f is doing some filtering in G). Is there anyway which we could keep G' in-memory and not save it in data folder on disk? Thanks, Best, Alireza On S