Created an issue for this:
https://github.com/neo4j/community/issues/71
--
View this message in context:
http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-Integer-cost-property-tp3077887p3442643.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Hi Marko and Gremlin gurus:
Currently I'm doing the following in my own code with multiple requests to
the standalone neo4j server. I wonder if it's possible to achieve in one
gremlin query/script so that I can post the gremlin query to the server as 1
request and done. What I'm trying to achieve
Hi Jake,
Thank you for the explanation and information!
Regards,
From: Jacob Hansson
To: Neo4j user discussions
Sent: Friday, October 21, 2011 1:46 AM
Subject: Re: [Neo4j] Delete a graph in Neo4J REST server
On Fri, Oct 21, 2011 at 2:14 AM, andrew ton wrote
Chris,
have you looked at
http://docs.neo4j.org/chunked/snapshot/indexing-batchinsert.html ? If
you are doing lookups, they are only visible after a flush, so heavy
flushing is bound to IO-bog your system. Maybe you can try to assign
the node-ids you got in the node insert phase directly to your
re
I'm trying to load about 15M nodes and 50M relationships with the
BatchInserter.
I'm doing it in two phases. First load and index the nodes from a CSV file,
then load the relationships from another CSV file.
It should make heavy use of the index cache to speed up the retrieval of the
start and en
On Fri, Oct 21, 2011 at 2:14 AM, andrew ton wrote:
>
>
> Hello,
>
> Is there a API or a way to delete a graph in the Neo4J REST server? For
> example, I can send a REST request to delete the root of the graph then all
> nodes under that root are also removed.
>
> Thanks,
>
Hi Andrew,
deleting t
Have raised https://github.com/neo4j/community/issues/70 to track this, thanks!
Cheers,
/peter neubauer
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.
So,
JMX does not let you connect from a remote machine? Not sure, I think
I need to dig into the JMX docs to find out ...
Cheers,
/peter neubauer
GTalk: neubauer.peter
Skype peter.neubauer
Phone +46 704 106975
LinkedIn http://www.linkedin.com/in/neubauer
Twitter http://tw
Thanks Nuo,
submitted as a bug at https://github.com/neo4j/community/issues/69
Feel free to track it - hope to get to it next week.
Cheers,
/peter neubauer
GTalk: neubauer.peter
Skype peter.neubauer
Phone +46 704 106975
LinkedIn http://www.linkedin.com/in/neubauer
Twitter
Hey Peter, using the example of my original email, this is the corresponding
json body I post when I created the node:
"{\"uid\":\"12345\",\"name\":\"\\u4f8b\\u5b50\"}"
A single GET query returns the name data (as raw json) as:
\"name\" : \"\xE4\xBE\x8B\xE5\xAD\x90\"\n
which after JSON parse be
10 matches
Mail list logo