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
  • 857 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
  • 1118 Views
  • 1 replies
  • 1 kudos

Merging/Integrating two graphs in Neo4j database

I have two separate graphs in a Neo4j instance. These two graphs have some identical nodes and relationships. I wish to take the union of these two graphs such that it merges into a single graph with unique nodes and relationships ( initially each gr...

y-pankaj by Node Link
  • 1141 Views
  • 2 replies
  • 1 kudos

Awesome Neo4j

Find the awesome, add to the awesome, using the official Neo4j Awesome List... github.com neo4j-contrib/awesome-neo4j A curated list of Neo4j resources. Contribute to neo4j-contrib/awesome-neo4j development by creatin...

abk by Neo4j
  • 175 Views
  • 0 replies
  • 0 kudos

Error in CSV importing procedure with CYPHER

I'm trying to import CSV with the CYPHER console. I found example on this URL Neo4j Graph Database Platform CSV Import Guide: How to Use LOAD CSV Command for Neo4j Learn how to import CSV data into Neo4j for medium-to-hu...

2X_5_5447ee7a7ac2b7bc96625a2eee9be933211d188d.png
pavlo by Node
  • 3182 Views
  • 3 replies
  • 3 kudos

Resolved! Match data against a predefined structure

Hi All I'm sorry, I'm junior on graph Here is the issue : Let's suppose the graph of normal person is figure1 John is describe as picture 2 Is it possible with Neo4J, to match a graph ( John) against another graph the defined a normal person (pictur...

3X_3_b_3bc66fb7d6699551b6f1f424b453e90f994ee830.png

Data & Code of Webinar

Hi, Can I have the data & Code for the following webinar https://go.neo4j.com/graph-based-customer-journey-analytics-with-neo4j-lp.html?utm_source=webinars&utm_content=Rlh9PkHinAs Thanks, Raghu

Importing UTF-8 characters problem

After exporting UTF-8 characters to cypher using APOC (which works correctly), these are not imported correctly in neo4j. A simple reproducible example - file 'utf8_test.cypher' (confirmed format as 'UTF-8' encoding): :begin CREATE CONSTRAINT ON (nod...

folterj by Node Clone
  • 3467 Views
  • 11 replies
  • 0 kudos

APOC Couchbase connection and performance issue

Hello Guys, I’m using APOC couchbase procedure to pull the document from db. It is very slow and it is taking 2 sec to pull a single document. Also, looks Neo4j not yet supporting Couchbase 6. I have written user define procedure to connect couchbase...

Finding ALL Linked Nodes - Trouble with APOC

Hi! I'm a bit of an amateur hack so please forgive me if this is a stupid question. I have done quite a bit of Googling, trial and error, documentation searching, and searching this forum but I'm still having trouble. I'm working with a graph that re...