Neo4j is an open-source graph database implemented in Java. You can use it directly from Java, all JVM Languages and Python or via the REST API with drivers in any language.

learn more… | top users | synonyms

2
votes
1answer
10 views

How to find the nodes that overlap between two sets of nodes

I have a directed graph, and for a given node N, I want to find the nodes who have inbound relationships to N but not outbound relationships from N. It seems like it should be a simple thing, but I'm ...
0
votes
1answer
10 views

neo4j movie example, change all node titles to node names

I have a bunch of actors and movies in my database. The movies have titles and I want to convert all the properties that have title as their property name to be "name". Would like to do this via ...
0
votes
1answer
22 views

Querying Recursive Relationship Chains in Neo4j with Cypher

I have a graph database that is modeling the metadata for messages and the fields that can be contained on those messages. Some of those fields can be "groups" which are groups of other fields. What I ...
0
votes
0answers
14 views

how to return a boolean instead of a relationship in a cypher return projection [duplicate]

I'd like to return a boolean true|false in the select/return statement of a neo4j cypher query, rather than returning the relationship. for example START me = node:node_auto_index(Uname="test") ...
0
votes
0answers
16 views

neo4j batch import cache type issue

I am pretty new to neo4j and facing the following issue. When executing the batch-import (Micheal Hunger - batch importer) command I get this error about the cache_type settings. It is recommending ...
1
vote
1answer
16 views

Index parameterization in Cypher REST query

I have this query which works well but without parametrization in index. emp is an index, and NUM_OFC_CA is an emp number (key in emp index), to simplify i want to return NME_CA. curl -X POST ...
0
votes
1answer
15 views

Restoring (cloning) neo4j db from heroku to local machine

I am having trouble figuring out how to import (replicate) my neo4j graph from Heroku (http://www.heroku.com) to my local neo4j instance. The steps I do now: Create a backup of my Heroku neo4j ...
2
votes
0answers
36 views

Neo4j - Cypher vs Scala-Neo4j API

Am new to both Scala and Neo4j. I wanted to use Neo4j embedded in my Scala Project. Which is the better way of using it among Cypher queries and Scala-Neo4j API?
2
votes
0answers
17 views

Impossible nested logical expressions in neo4j Cypher?

I am experimenting with neo4j cypher query language and I run into problem with these expressions: This is valid query expression and returns true: start n=node(3) return 1 <> 2 But this is ...
1
vote
0answers
30 views

Cypher query in Scala

Am new to both Scala and Neo4j. Am developing a project in Scala with Neo4j as database using Scala-Neo4j wrapper. Is there any support for Cypher in this wrapper? If so, how do I write a cypher query ...
0
votes
1answer
13 views

Cypher: “WHERE node.property?” not compatible with IN operator?

It seems that trying to use the default-false-if-missing syntax (WHERE node.property? = ...) does not work when combined with the IN operator: $ start n=node:node_auto_index(lc_name="aspirin") > ...
0
votes
1answer
8 views

why does neo4j batch ops look like reinvention of http persistent connections

I'm looking at neo4j batch ops here: http://docs.neo4j.org/chunked/milestone/rest-api-batch-ops.html And it reminds me a lot of persistent connections: ...
0
votes
1answer
34 views

Error in Cypher curl REST with multiple start points

I am getting the following error when i am trying to pass a cypher query via REST using curl command. My problem is something silly specific to curl command, which i am not able to figure out. On ...
1
vote
1answer
27 views

How to traverse a neo4j graph using python neo4jrestclient

I'm trying to follow the code example here: https://neo4j-rest-client.readthedocs.org/en/latest/traversals.html n1.traverse(types=[client.All.Knows])[:] But I don't understand what kind of obect ...
0
votes
2answers
36 views

How can I optimize a nested Cypher query?

I have a database with 9537 nodes and 52846 relationships. Both nodes and relationships have attributes which are indexed. I am running many queries against this database which have more or less the ...
0
votes
1answer
26 views

getOrCreate for java-rest-api neo4j fails

I have a simple relationship test that I am trying to run to create a unique node using Rest API (java-rest-binding) https://github.com/neo4j/java-rest-binding but unfortunately I am stuck on ...
0
votes
1answer
29 views

Best way to format a JSON for D3 Forced Directed

I'm currently using a Neo4j Graph DB to hold data from a network traffic pcap. I'm able to perform queries, and get a resulting JSON, but I am having a hard time finding an easy way to format the JSON ...
0
votes
1answer
15 views

neo4j logic gate simulation, how to?

I would like to create a bunch of "and" and "or" and "not" gates in a directed graph. And then traverse from the inputs to see what they results are. I assume there is a ready made traversal that ...
0
votes
1answer
38 views

Unable to run Scala-Neo4j project from command line

I developed a Java project in which I wrote some Scala classes and some Java classes. I used Scala-Neo4j wrapper in the project to write Scala functions for inserting and retrieval of Neo4j nodes. I ...
1
vote
1answer
47 views

Neo4j Cypher Bus Route Selection

I am new to Cypher, I would like to know whether the following case is possible in Neo4j Cypher: When I want to query what the buses should be taken from Station 1 to Station 4, the output should ...
0
votes
1answer
11 views

neo4j update old graph.db not cleanly shutdown

I am receiving a "not cleanly shutdown" log message when attempting to open a 2 year old Neo4j database posted on github at https://github.com/IGS/disease-ontology/tree/master/database/neo4j. How do I ...
0
votes
0answers
26 views

Neo4j Query vs Relational Query

I have an application that uses Neo4j for the majority of the work. Right now, I have some nodes that can have data attached. Specifically, they have other nodes attached by a relationship that are ...
0
votes
0answers
18 views

Neo4j returning results for a request made by another process

I am running a ruby app (an API) with apache2 using passenger. In one of the requests, the main process returns a basic result after digging (only reading) in neo4j, but subsequently creates a forked ...
-2
votes
1answer
30 views

HTTP server implementation in java [closed]

I am developing a geo application, that uses neo4j as the (graph) database. The clients will be Android and iOS devices. I need a way to communicate the device positions to a server, and get from the ...
1
vote
2answers
37 views

neo4j / cypher : delete double linked list in one request

Using Neo4j, i have done an implementation of a newsfeeds for each users. I am using a double linked list with two kind of relation "next_activity" / "prev_activity". On each activity node i can have ...
0
votes
0answers
34 views

Neo4j Spatial- two nodes created for every spatially indexed node

I am using Neo4j 1.8.2 with Neo4j Spatial 0.9 for 1.8.2 (http://m2.neo4j.org/content/repositories/releases/org/neo4j/neo4j-spatial/0.9-neo4j-1.8.2/) Followed the example code from here ...
0
votes
0answers
20 views

neo4j embedded python cannot return correct bool value

I found the value of bool in python embedded is not consistent with python REST client in the unicode environment. Is there any solution?specifically, I store False in neo4j which i crawl from ...
-1
votes
1answer
39 views

New project, graph database?(Neo4j) [closed]

I've this web project (in PHP) I wanna work on and I'm going to need alot of does any X (friend of friend) like Y kind of questions. So I was crossing Neo4j but I'm not sure if it's Therese right ...
1
vote
0answers
37 views

Cypher do not repeat same results

I have a cypher code that goes like this : start n=node(*) match p=n-[r:OWES*1..200]->n return extract(s in relationships(p) : s.amount), extract(t in nodes(p) : t.name), ...
1
vote
1answer
21 views

cypher get relation properties from path

I have a cypher query that goes like this : start n=node(15) match p=n-[r:OWES*1..200]->n return p; The result given are : (1)--[OWES,484]-->(3)--[OWES,494]-->(1) ...
0
votes
0answers
8 views

Using Schema to create indices with the Neo4J Java REST binding

I am currently using the neo4j java-rest-binding project to try and make the client code the same for embedded and remote databases, which is highly desirable for me. But I am currently having ...
0
votes
0answers
33 views

Type class java.lang.RuntimeException is neither a @NodeEntity nor a @RelationshipEntity

I am trying to upgrade the 'spring-data-neo4j' dependency on our project from 2-1-0-M1 version (using neo4j 1.6) to 2.2.0.RELEASE (with neo4j 1.8.1) version. However, when I change the version of ...
2
votes
0answers
20 views

Does a neo4j 2.0 Cypher query need a WITH statement between CREATE UNIQUE and MATCH?

This query used to work in Neo4j 1.9 without the WITH statement in between the CREATE UNIQUE and MATCH statements. START left=node:node_auto_index(Uname = "test"), ...
0
votes
1answer
11 views

Unable to find neo4j-cypher-dsl version 1.9.M04 anywhere

org.springframework.data:spring-data-neo4j:2.2.1.RELEASE depends on neo4j-cypher-dsl:org.neo4j:1.9.M04 but I am unable to find this dsl artifact in any public mvn repositories. Any idea on where to ...
-1
votes
1answer
21 views

Service Failed 1053 Neo4j [closed]

I am getting the following error if I run Neo4j.bat console: 20 May 2013 1:05:08 PM org.neo4j.server.logging.Logger log WARNING: WARNING! You are using an unsupported version of the Java runtime. ...
0
votes
1answer
15 views

Neo4j Spatial version to use with Neo4j 1.8.2

What version of spatial do I use with Neo4j 1.8.2? Tried building it by just changing the neo4j.version: 1.8.2 but got a bunch of compile errors. Either building it/getting the jars and server ...
0
votes
0answers
24 views

Python networkx and persistence (perhaps in neo4j)

I have an application that creates many thousands of graphs in memory per second. I wish to find a way to persist these for subsequent querying. They aren't particularly large (perhaps max ~1k nodes). ...
0
votes
1answer
22 views

Cypher - Referencing a Node from a property on a reference

Given a graph where a property on a Relationship is a key to a Node, how can I return the node referenced by the Relationship property? So, given the graph: Node(user1 { type: "user", uid: "u1", ...
2
votes
0answers
35 views

Neo4j / Cypher : order by and where, know the position of the result in the sort

Does it possible to have an order by "property" with a where clause and now the "index/position" of the result? I mean, when using order for sorting we need to be able to know the position of the ...
-1
votes
0answers
22 views

spring-data-neo4j: how to avoid getters & setters and only have field access

my current problem is the opposite of the post "Getting spring-data-neo4j to use getters and setters". I have a NodeEntity for which I would like to avoid having Spring Data Neo4j accessing setters ...
1
vote
3answers
80 views

Performance of Graph vs. Relational databases

I am working on a project where tons of graph operations are performed in near real-time. We are currently using Hibernate, MySQL and EhCache but considering moving all the graph-related persistence ...
0
votes
1answer
21 views

Neo4j Embedded Fulltext Automatic Node Index

When running Neo4j embedded, the default configuration doesn't have the automatic node index set as fulltext (meaning that all Lucene queries are case sensitive). How can I configure the automatic ...
0
votes
0answers
46 views

using multiple match clauses doesn't return any result in neo4j cypher query

I am executing the following two queries and i am getting some result. First query START person=node:NODE_TYPE(NODE_TYPE='PERSON') MATCH ...
0
votes
0answers
31 views

Neo4j / REST concurrency issue

So I tried to use the new merge syntax to reduce the amount of operations I need to ensure that two nodes exist and link them. Here's the basic idea: merge (first:Label{key:'value'}) merge ...
0
votes
0answers
28 views

Neo4j 1.9.RC2, cypher sorting and ranking

i am using Neo4j 1.9.RC2 and i test the ORDER BY with WITH. What i want to do is to generate a dynamic ranking and store the current sort index into each node sorted. i have something like : ...
0
votes
1answer
38 views

What is the proper configuration for Spring Data Neo4j and PlayFramework 2.1.1?

Here is a PlayFramework with Spring Data Neo4j skeleton app that I've built: https://github.com/tomasmuller/playframework-neo4j-template During the first play run everything works fine. ...
0
votes
1answer
20 views

How to deal with null values for some properties with Neo4j batch-import?

I'm trying to import SQL data into my Neo4j graph database with Michael Hunger's batch-import which actually works very well. To import more than one node type I do it like this: How to do an initial ...
1
vote
2answers
27 views

Documents as nodes and Security Mechanism

I'm very new using either neo4jDatabase or neo4jclient driver, I'm trying to create a proof-of-concept to understand if make sense to use this technology and I've the following doubts, (I tried to ...
1
vote
1answer
35 views

Neo4j/Cypher - how do I get all dinstinct label triples?

With the introduction of labels, neo4j got a neat mechanisms for managing entities. Now, let's assume for a moment that we have a generic graph with lots of different entities and would like to find ...
0
votes
0answers
20 views

Searching for word-level n-grams in corpus in Neo4j

I have a corpus of short documents (articles) and associated metadata (author, source, date, category) that I plan to store in Neo4j so I can do queries that use relations between both metadata and ...

1 2 3 4 5 32