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

Beta Opportunity for Neo4j Workspace

Introducing Neo4j Workspace We’re inviting you to check out Neo4j Workspace. Workspace combines our most powerful graph tools (Data Importer, Bloom, and Browser) all in one place to help you get up and running with graph databases faster. For experie...

Screen Shot 2022-10-14 at 12.48.07 PM.png
TrevorS by Community Team
  • 987 Views
  • 1 replies
  • 0 kudos

About the Neo4j Graph Platform Category

The Neo4j Graph Platform includes the core database and all the technologies surrounding the database, making it useful and accessible for a lot of different users. When asking a question, please select a descriptive label that best matches your quer...

Neo4j-graph-database-to-graph-platform.png
yolande by Community Team
  • 1205 Views
  • 1 replies
  • 1 kudos

Resolved! Creating nodes from a distinct query

We have run into a situation where we need to create a master node for certain templates. We can get the distinct templates easy enough: match (b {KDM:'TemplateParameter'}) return distinct(b.Label) But I am not clear on how I would create 1 node from...

Extract number from node and add to new property

Hello Everyone, I have the situation where I have a property on a node named : ProductName. And the property is: City 60057 Great Vehicles Camper Van I want to extract the numbers and put it in it'sown field named Product_code, but also I want to ext...

tideon by Graph Buddy
  • 1508 Views
  • 10 replies
  • 0 kudos

Resolved! Installing the bloom plugin in a causal cluster

So I've configured a 3-VPS 1-read-replica-vps Enterprise deployment on Google Cloud Services. Super pleased with it, but I'd like to use Bloom and, currently, I can't. Does anyone have any clear instructions on what I need to do to install plugins on...

lytellie by Node Link
  • 932 Views
  • 3 replies
  • 1 kudos

Json keys standardization

Hi All, Please would like have neo4j community expert advice on my following requirement: Scenario: I get data in the form of json, where are keys are for example Book_ID, language, Author. The keys which I receive in the form of json files are not s...

Resolved! HTTP API returns read ECONNRESET

Hello, community! I'm using Neo4j 4.0 and trying to load nodes through HTTP API. I'm making a POST request to my.neo4j.hostname/db/neo4j/tx/commit with following headers: Content-Type: application/json Cache-Control: no-cache Connection: keep-alive A...

alete89 by Node Link
  • 1000 Views
  • 2 replies
  • 2 kudos

Matching nodes with 2 or more properties in common

Hi everyone. I am working with data from a csv file which contains 6 columns of data: hotelName , hotelPool , hotelSpa , hotelGym , hotelParking, hotelBreakfast where hotelName is the unique name of the hotel, hotelPool lists what kind of poo...

zduk1 by Node
  • 350 Views
  • 0 replies
  • 0 kudos

Create relationship from CSV on existing nodes

Hi, I just started using Neo4j to visualize data. I am currently stuck on creating relationships. I have twe CSV files. One with the nodes and all attributes and one with all relationships. The CSV with all nodes (Object.csv) are succesfully loaded i...

aztars by Node
  • 16399 Views
  • 6 replies
  • 8 kudos

Error while connect with py2neo

On my remote server I have installed neo4j 3.5.22. I have modified the neo4j.conf to reach neo4j browser from remotly at the addres <ip_address>:7474. So far everything is fine My problem start when I try to configure the python script inside my web ...

lx2pwnd by Node Clone
  • 1104 Views
  • 2 replies
  • 0 kudos