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
  • 1985 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
  • 560 Views
  • 0 replies
  • 0 kudos

Unable to read data from the transport connection

Stack: .NET Core 3.1 Causal Cluster Neo4j (3.5.14) Neo4j Driver (1.7.0) We are working on the social application where are loading video feeds from the neo4j and its working for some of the pagination and throw the connection error on random page. I ...

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
  • 3334 Views
  • 4 replies
  • 1 kudos

Error: Tried overwriting already taken variable name 'geo' as LongSlot(2,false,Node) (was: RefSlot(0,true,Any))

Hi all, When I try the query below I receive this error: Tried overwriting already taken variable name 'geo' as LongSlot(2,false,Node) (was: RefSlot(0,true,Any)) CALL db.index.fulltext.queryNodes('geo', '**') YIELD node AS geo CALL { WITH geo OPTIONA...

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
  • 586 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...