Neo4j 3.2.14 compatibility with RHEL 8
Hi, We are currently using Neo4j 3.2.14 on RHEL 7.9. We need to upgrade to RHEL 8. Kindly assist if the Neo4j 3.2.14 community edition is compatible with RHEL 8 i.e. Red Hat Enterprise Linux 8. Thankyou.
Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
Hi, We are currently using Neo4j 3.2.14 on RHEL 7.9. We need to upgrade to RHEL 8. Kindly assist if the Neo4j 3.2.14 community edition is compatible with RHEL 8 i.e. Red Hat Enterprise Linux 8. Thankyou.
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...
I have created a database called 'foo' and i can switch to it in the browser and interact with it, but when I try to programmatically write to it using python neo4j library, I can only interact with the default database 'neo4j'. When I run the below ...
When installing neo4j, an error happened. My environment is Ubuntu 18.04 LTS on GCE. Command is below. (https://neo4j.com/docs/operations-manual/current/installation/linux/debian/) wget -O - https://debian.neo4j.org/neotechnology.gpg.key | sudo apt-k...
I'm currently trying to use the apoc.nodes.collapse function to perform entity resolution during a query (I'm doing it this way to simplify undoing merges in the future). I'm really struggling to understand how the behaviour works - not much is expla...
Hi, I have the following problem. I developed a code on Spark/Python for k-medoids. Now I've managed to load the medoids that come from python directly into neo4j, meaning that spark communicates with neo4j. I also uploaded the data from a csv to neo...
Hi, excited to join and hoping you guys can help make my first step. I would like to find out if it were possible with NEO4J to persist REST API response data in database? So I want to import data into my database (from REST API) to then query that. ...
_
Dear All, I am new to Graph Data Science, but i would like to use the link prediction pipeline for my project. I do have a graph database filled with biological entities represented as nodes and directed edges that describe the relationship between t...
Hi, I have made some typos when creating properties (types) and would like to remove the property types listed in the browser. Is there a command for that? Also, the schema has some relationships that are not in the graph, but appears in the graph sc...
Hello,The case as following,ConsideringSchema: type User {id: ID! fullName: String!userName: String! @uniqueemail: String! @unique}Database:{id: 1fullName: private doeuserName: private doeemail: email@test.com}When I try to create new user with the s...
Hi !! I was exploring the Zach Blumenfeld's blog "Graph Data Science for Supply Chains – Part 1:" and I get noticed that the same Cypher query does not return the same number of relationships; in Neo4j Browser it shows ALL relationships involved bet...
The goal is to let knowledge medical domain experts create and maintain graphs in a very easy visual way.See the requirements at http://www.aimig.org/Requirements-AIMIG/Requirements-Graph-Editor.html .Similar to https://neo4j.com/labs/arrows/ but wi...
I am new to neo4j and knowledgegraph. need help with the below issue. def who_be_present(I_AM,I_WANT_TO_MEET):print(f"I'm {I_AM}")print(f"I want to meet {I_WANT_TO_MEET}")request="""MATCH (cs:Person { name:$pfrom }),(ms:Person { name:$pto }), p = sho...
Is there any tutorial pdf or youtube video for the instruction how to import the IFC file into Neo4j? Thanks...
These forums are read-only! Please join us at our active forums.