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
  • 1917 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
  • 550 Views
  • 0 replies
  • 0 kudos

4.4.5 not finding import folder

Upgraded to 4.4.5 this morning on Windows 11. Now 8 saved "favorite" scripts cannot find the corresponding files. Graph database opened fine and queries running ok. Database schema looks ok.  Found an import folder and confirmed the .csv files  are i...

apoc.periodic.iterate with apoc.export.csv.data

Hi there,              I am using this query to export particular Node data to csv using apoc.periodic.iterate. But getting error. Please look at the query and do suggest. MATCH (nod:${node}) WITH collect(distinct nod) as a CALL apoc.periodic.iterat...

Resolved! apoc.load.json from url got stuck

Hi everyone, I have the below query to load 4mb of json data and it got stuck without any warning or error only kept on spinning. If anybody can help or suggest me a solution that will be helpful. You can directly run the query if you want to check C...

Question about AuraDB disk scalability and sizing

Hi all, The data engineering team in the company I work for currently runs Neo4J on Kubernetes and as a platform team myself and some colleagues are suggesting to run it as SaaS solution like AuraDB due to maintenance costs and improved reliability a...

bpadz by Node
  • 413 Views
  • 1 replies
  • 0 kudos

Simple GUI for basic data entry and structuring?

Is there a simple GUI with (say) drop-down selection lists, predictive text etc which allows the gradual building of a database by a db noob as he gradually learns neo4j, cypher, front-end web languages etc? Something like: Click "Create" (Node, type...

Resolved! GDS client for Python returns an empty dataframe

I´'m running this example for Neo4j and Python in a Local environment, https://neo4j.com/developer-blog/using-neo4j-graph-data-science-in-python-to-improve-machine-learning-models/  so this instruction returns an empty dataframe : time = gds.run_cyph...