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

Resolved! Cannot connect to DB via python

Hello. I tried to connect to my tests1 db via neo4j and HF accounts using py2neo but when I tried to do this I got the error that says I'm not able to connect to db. Examples below.    from py2neo import Graph class BD_interact(): def __init__(s...

Meksis by Node
  • 637 Views
  • 2 replies
  • 0 kudos

Resolved! How do i create different id for existing node?

CREATE (john:User {name:'John', gender:'M', age:'28'}) RETURN john I used this command to create a User node and under that it has 3 properties But the ID property is been generated by default By default it is 0 But i want to change the ID property t...

Educator program still alive?

Dear all,   I'm writing this post as a teaching assistant regarding the info about Neo4j Educator program - https://neo4j.com/graphacademy/edu-program/   Is that program still alive as I can't see any application link on the above-mentioned site? Doe...

apoc.coll.sort alphanumeric

Hi, RETURN apoc.coll.sort(["test1", "test10", "test2"]) AS output; returns ["test1", "test10", "test2"] is there a way to sort alphanumerically to get an output like ["test1", "test2", "test10"]

Apoc-link with for each or group by

Hello, I am using apoc.nodes.link to create links between nodes in chronological order. So far so good, but I want to use a group by or for each to create chains depending on an attribute of the node.    The query I use to generate the links for even...

Use case of Neo4J

Describe one use case that Neo4j would be a good fit Why is the use case a good fit?Discuss what the graph would look like.What would the nodes and relationships represent?What properties would be assigned to some nodes and relationships?

benni_ by Node Link
  • 523 Views
  • 3 replies
  • 4 kudos

Resolved! Calculating Quantiles in cypher

I wanted to calculate quantile values over a list of integers. In python, there is Numpy library which does that as follows: import numpylist = [4, 6, 1, 3, 10, 5]q3 = numpy.quantile(list, 0.75) #5.75q2 = numpy.quantile(list, 0.50) #4.5q1 = numpy...

kashu94 by Node Clone
  • 844 Views
  • 5 replies
  • 2 kudos

Power BI Live Load

Hi All, I am looking for Neo4j Power BI connector to load live data into PowerBI. Can anyone please suggest if there is any mechanism to load live data from Neo4j into PowerBI?

Docker neo4j admin import not working

Hi all, I am new to docker neo4j and met an interesting problem when trying to use docker admin import - the import failed due to neostore file locked, a common issue when DB is still running, but when I check the db status, it reported that it's no...

mengjiakang2017_0-1669056078423.png

Resolved! Updating maps doesn't work using APOC library

I have my edge attributes in the form of dictionaries as we'd refer in python or maps. I was testing the working of updating one such edge attribute using APOC library. So, let's say I have an edge attribute qty_dict = {'5':1, '10':2} I was trying to...

kashu94 by Node Clone
  • 606 Views
  • 2 replies
  • 2 kudos

How to restore Neo4j Backups on Kubernetes

Following on an earlier article dealing with backup in Kubernetes environments, here's a new article published on the Google Cloud medium site on how to handle restore operations in Kubernetes. Medium – 28 Nov 18 How to R...

1X_8c7390150cd0078e967a18c7663581b9b334d239.png 2X_5_5bad826fec4bcf67a7eb5ef50110bd074944e4a7.png