cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Forum Posts

Migration back to Discourse

Hello friends! So... about a half year ago we switched the platform used here on community.neo4j.com from Discourse to a vendor called Khoros. We were hopeful about Khoros as a platform that we could build upon to make a great website for the communi...

Anonymous by Not applicable
  • 1292 Views
  • 13 replies
  • 3 kudos

About the General Discussions board

  The General Discussions board is meant as a location to ask non-technical questions either about Neo4j, or about the Graph Community in general. Use the General Discussion board for some of the following: Looking for a job OR hiring for a position...

TrevorS by Community Team
  • 489 Views
  • 0 replies
  • 0 kudos

Https://community.neo4j.com/

hello everyone , I am using neo4j, the query works well at the Neo4j browser level I can display the properties, but with Spring data neo4j I cannot retrieve the properties via http it only displays the brackets to me

Neo4j and Gremlin Graph Developer

**Location: Wherever you want **Description: Implementing full graph calc engine for financial data **Requirements: 1+ years of Cypher & Gremlin experience **Link: email me @ somersdavid91@gmail.com Contact Information:

Frequent Neo4J desktop file updating

Hi Rob here - newbie Recently installed Neo4J desktop on my windows 10 machine to try and test out Neo4J. I've noticed that I am getting very frequent file updates - several hundred every every few minutes. This updating occurs even when Neo4J is ...

Resolved! Object type of Node to json

Can you please help me on this? I have Object type of Node like: <Node id=1 labels={'First'} properties={'foo': 'foo', 'bar': 'bar'}> I have tried to use like: Response(dumps(res), mimetype="application/json") But it throws an error: TypeError: Objec...

ri8ika by Graph Voyager
  • 3179 Views
  • 4 replies
  • 1 kudos

Graph Academy: MERGE

In Creating Nodes and Relationships In Neo4j 4.x course - Merging Data in the Graph section, Question 3 Given this MERGE clause. Suppose that the p and m nodes exist in the graph, but you do not know whether the relationship exists. What are your op...

rogeryu by Node Link
  • 485 Views
  • 1 replies
  • 1 kudos

Resolved! Constraints Exists

what is difference between is not null and exists constraint in neo4j are they same also was trying to create below but getting error : Invalid input 'n': expected whitespace, comment or UNIQUE (line 1, column 70 (offset: 69)) "CREATE CONSTRAINT co...