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
  • 855 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

How to merge databases in Neo4j 4

Hi, Very happy to join the community. I understand in Neo4j 4, we are able to switch to another database in Neo4j Browser. My question is how can we merge 2 or more databases? Say I have A.db, B.db, and C.db, how can we combine A, B, and C to generat...

ETL Mapping Error

Hi There, I tried using the ETL tool to import the data from SQL Server 2017 to Neo4j. However I am getting the following error. COMMAND: java -cp "C:\Neo4j\AppData\graphApps\neo4j-etl-ui/dist/neo4j-etl.jar;C:\Users\mmuthu\Desktop\Works\SQL Server\jd...

mmuthu by Node Clone
  • 2561 Views
  • 2 replies
  • 1 kudos

If statement in the for loop

I am new to neo4j. MATCH (s:Bus{bus_no:14}), (l:Bus{bus_no:12}) CALL algo.shortestPath.stream(s, l, "length") YIELD nodeId,cost with collect(nodeId) as q MATCH p= (a)-[r:TRANSMISSION_LINE]-(b) where id(a)in q and id(b) in q with distinct(r) as rls r...

Link to doc files & scanned documents

Dear Everyone, I am new to NEO4J and reading as much as possible. I have been searching for information about linking to external files such as doc files. I am building a personal administration database with a Timeline tree and would like to have no...

tideon by Graph Buddy
  • 567 Views
  • 1 replies
  • 0 kudos

Cypher Query Validation

Hello team , Please help me in validating the cypher query for bulk deletion of data under specific label: call apoc.periodic.iterate("MATCH (n:SITE) return n", "DETACH DELETE n", {batchSize:1000}) yield batches, total return batches, total Regards A...

Neo4J 4.0 Upgrade failing

Dear Everyone, I am attempting to upgrade from version 3.5.13 to 4.0. I keep getting the error: Could not find a compatible version of graph algorithm. I have read the log file, but most of it is outside of my knowledge base at the moment. I hav past...

tideon by Graph Buddy
  • 3592 Views
  • 5 replies
  • 1 kudos

Neo4j bloom 1.2.0 displays blank screen

Hello, I was earlier able to connect to Neo4j Bloom 1.2.0 while using Neo4j DB 3.5.14. Suddenly, it stopped working. When I open Neo4j bloom, it displays blank screen. Below is some information: neo4j desktop version - 1.2.4browser version - 4.0.3Neo...

Resolved! Creating a level 3 graph using JSON Data

I want to create an graph using ne04j which gives me a graph of the terms included in javascript array along with relative terms pointed to terms, and no duplicates if 2 terms have a common relative term it should point to a single relative term { "...

2X_a_a7e1ce942e138c3701d91ef08b963e8788c7c437.png 2X_2_25fa98441865ce1ca0792519b11817f37b733939.png
dhiresh by Node Link
  • 2936 Views
  • 14 replies
  • 9 kudos