[Neo4j] read without transaction

2015-01-21 Thread Clark Richey
Will the upcoming 2.2 release support reading without a locking transaction? Thanks! - Clark Richey -- You received this message because you are subscribed to the Google Groups Neo4j group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [Neo4j] read without transaction

2015-01-21 Thread Chris Vest
You won’t be able to do reads without a transaction, but once you have a transaction we only take a minimum amount of locks for reads. The object cache does some locking when it loads up missing bits, or when it receives updates from write transactions. The object caches, other than ’none’,

Re: [Neo4j] read without transaction

2015-01-21 Thread Clark Richey
Excellent! I'm looking forward to that improvement! Sent from my iPhone On Jan 21, 2015, at 17:28, Chris Vest chris.v...@neotechnology.com wrote: You won’t be able to do reads without a transaction, but once you have a transaction we only take a minimum amount of locks for reads. The

Re: [Neo4j] Integrate Neo4j DB with Java and Apache Tomcat

2015-01-21 Thread Sukaant Chaudhary
Hi Milton, There are multiple methods to use Neo4J with Java. Please go through the following URL: *JDBC Example:* http://www.markhneedham.com/blog/2013/06/20/neo4j-a-simple-example-using-the-jdbc-driver/ *Cypher Example:* http://neo4j.com/docs/stable/tutorials-cypher-java.html *REST Example:*

[Neo4j] Re: Spring Data Neo4j - Weird, Intermittent Persisting Issue with Relationships of Same Name

2015-01-21 Thread BtySgtMajor
Bump. Can anyone else reproduce this? On Friday, January 16, 2015 at 9:22:03 PM UTC-5, BtySgtMajor wrote: Hi all, I'm experiencing a weird issue with SDN 3.2.1. The project is pretty basic, as are the models. I have, for example, three models, each of which are derived from a

[Neo4j] What's in name

2015-01-21 Thread Noel Hebert
All, I have really enjoyed learning and playing with Cypher and giving demos to my IT inclined friends. The one point that seems to come up a lot is the name of the query language. Cypher. It sort of implies deception/hiding. Neo4j uses ASCII art as a metaphor. Could I suggest AscMe or

Re: [Neo4j] retrieving data from Twitter and store it in a graph data base Neo4j

2015-01-21 Thread FERHAT Ilyes
Actually I'm using Netbeans to create my application, But yet I've got lotta problems! The first thing I have to do is to retrieve data from twitter, then to index them, then store them! I couldn't ask earlier for many reasons!..anyway thank you. -- You received this message because you

Re: [Neo4j] retrieving data from Twitter and store it in a graph data base Neo4j

2015-01-21 Thread Michael Hunger
Perhaps you should have asked earlier and not last minute? You could also just have googled it, here are the links from the first google page: ruby: http://blog.brian-underwood.codes/ruby/neo4j/announcements/2014/11/03/neo4apis/ python:

Re: [Neo4j] How to put username and passowrd in GraphDatabaseService

2015-01-21 Thread Sukaant Chaudhary
Thanks Luanne it worked for me fine. -Sukaant Chaudhary http://in.linkedin.com/pub/sukaant-chaudhary/33/ba8/479 On Wed, Jan 21, 2015 at 11:19 AM, Luanne Coutinho luanne.couti...@gmail.com wrote: Sure you're using the right class?

[Neo4j] neo4j-shell Network is unreachale

2015-01-21 Thread Steve
Trying to follow the tutorial in the book Learning Neo4j. I'm stuck in the section where it describes how to use the neo4j shell to import data. When I try to run the shell from my Macbook I get this error: Steves-MBP:2.1.3 stevehorn$ neo4j-shell -v ERROR (-v for expanded information): Exception

[Neo4j] retrieving data from Twitter and store it in a graph data base Neo4j

2015-01-21 Thread FERHAT Ilyes
Hi I'm a student engineer and I'm supposed to create a java application that retrieves data(followers, tweets, friends, ...) From twitter and then store them in a graph data base Neo4j. Please can someone offer any help! I'm totally new to neo4j and I'm running out of time! Any one would help

Re: [Neo4j] Error in accessing graph.gb of Neo4j using Cypher JDBC

2015-01-21 Thread Sukaant Chaudhary
Thanks all for the valuable suggestions. Following method worked for me: Connection con = DriverManager.getConnection(jdbc:neo4j://localhost:7474/ ); -Sukaant Chaudhary http://in.linkedin.com/pub/sukaant-chaudhary/33/ba8/479 On Tue, Jan 20, 2015 at 3:40 PM, Chris Vest

Re: [Neo4j] Re: How To Set the db path of neo4j to Amazon S3

2015-01-21 Thread Sukaant Chaudhary
Thanks all for the valuable suggestions. I'm hosting on GrapheneDB now. http://www.graphenedb.com/ -Sukaant Chaudhary http://in.linkedin.com/pub/sukaant-chaudhary/33/ba8/479 On Tue, Jan 20, 2015 at 2:16 PM, Pedro Vilaça pedro.vil...@neotechnology.com wrote: Would this work for you?

[Neo4j] Neo4j, eclipse, maven and spatial 0.14-neo4j-2.2.0-M02

2015-01-21 Thread Magnus Egnerfors
Hi, I've used eclipse for some prototyping with neo4j and spatial for a bit and I have managed to compile some jar files that works and does what I want by adding the libraries manually. Today I thought that I would take another step and learn how to build a maven project to avoid the hassle

Re: [Neo4j] Neo4j, eclipse, maven and spatial 0.14-neo4j-2.2.0-M02

2015-01-21 Thread Axel Morgner
Hi Magnus, you might have a look over here: https://github.com/neo4j-contrib/m2/tree/master/releases/org/neo4j/neo4j-spatial There are versions for Neo4j 2.2.0-M01 and for 2.1.6, is that ok for you? Cheers Axel Am 21.01.2015 um 15:01 schrieb Magnus Egnerfors: Hi, I've used eclipse for

Re: [Neo4j] Neo4j, eclipse, maven and spatial 0.14-neo4j-2.2.0-M02

2015-01-21 Thread Magnus Egnerfors
Hi Axel, Thanks for the link, I'll try with the M01 version and hope for the best. Best regards Magnus On Wednesday, 21 January 2015 15:40:46 UTC+1, Axel wrote: Hi Magnus, you might have a look over here: https://github.com/neo4j-contrib/m2/tree/master/releases/org/neo4j/neo4j-spatial