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
  • 1974 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
  • 557 Views
  • 0 replies
  • 0 kudos

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. 

Megha by Node
  • 724 Views
  • 1 replies
  • 0 kudos

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
  • 1974 Views
  • 13 replies
  • 3 kudos

'neo4j' python library -- specifying database

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

Can't install neo4j

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

How does the behaviour of apoc.nodes.collapse work?

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

premerge.png psotmerge.png

Persist REST API response data in database

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

Determine which field is causing constrain error response

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

Mreda by Node Link
  • 1014 Views
  • 6 replies
  • 0 kudos

Interactive Knowledge Graph Editor

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

etienne by Node Link
  • 393 Views
  • 2 replies
  • 0 kudos

Getting an error while executing the code

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

Import IFC file into Neo4j

Is there any tutorial pdf or youtube video for the instruction how to import the IFC file into Neo4j?  Thanks...

Jae by Node
  • 191 Views
  • 0 replies
  • 0 kudos

Neosemantics support to RDF Named Graphs

Hello, I’m evaluating Neosemantics according with my project’s requirements. One of the major requirements is support to “RDF Named Graphs (N-Quads)”: An RDF database can store collections of RDF statements (triples) in separate graphs identified (na...

Failed to config cluster neo4j v5

Hello,I am trying to install neo4j clusters with 3 nodes following the link https://neo4j.com/docs/operations-manual/current/clustering/setup/deploy/ . Once I add the dbms.cluster.discovery.endpoints=server01.example.com:5000,server02.example.com:500...