python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Merge unique lists in neo4j query
Hi I have a usecase where I need to extract the user ids of
all the people liked by user a
all the people disliked by user a
id of the user itself
In my case
13 - :likes -> 18
13 - :likes -...

Karan Kumar
Votes: 0
Answers: 1
NoClassDefFoundError while using cypher-dsl in an unmanaged server extension
I am trying to import neo4j-cypher-dsl into an unmanaged server extension. I can start the extension but when I call the REST API method that uses DSL code I see the following error in the log:
javax....
Albert Gevorgyan
Votes: 0
Answers: 1
How to access Neo4j remotely
I am hosting a Neo4j server on my laptop, and I am trying to access it via an amazon EC2 instance. I am using Neo4j desktop to run the server.
I've configured my server to accept external traffic:
dbm...
Jason Kang
Votes: 0
Answers: 0
neo4j admin import Error in import Requested index -1, but length is 1000000
I have a set of CSV's that I have been able to use with LOAD CSV to create a database. This set is the small version (1 gb) of a much larger data set (120 gb) I intend to load to neo4j using admin imp...

Clark
Votes: 0
Answers: 1