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
  • 1022 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
  • 472 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
  • 290 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
  • 1022 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. ...

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

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