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

Neo.ClientError.Procedure.ProcedureNotFound

While executing algorithm I am getting this error - There is no procedure with the name algo.shortestPath registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed. I ...

Draw a neo4j subgraph in a web page

I'm writing a web app were the goal is to draw a sub-graph of a neo4jdb. Actually I'm using vis.js, but I don't like it so much. Maybe I don't use it in the right way and for that reason the result now is this: I don't like it this way, because the n...

2X_a_a2fb01989d42aee6d9a8ab174a1955c2a988725b.png
lx2pwnd by Node Clone
  • 1151 Views
  • 1 replies
  • 0 kudos

Database Not Loading Into Pagecache

tldr: Big neo4j dataset, trying to load into page cache. Only a part of the db being loaded. Queries with count very slow. Sysinfo and memrec showing different db data volumes. How to load the entire graph into memory, and reduce db hit counts? I hav...

2X_e_eb49a028561c8941d757af17ec3188cbc9d55073.png 2X_5_5666770e1d8dc84d7b6c7ed0883c0905f5e3d9b8.png 2X_8_82043f0ba8e985eb889e57e4ceb2d668a9909aa2.png 2X_b_b656f461f8e590527fcabe880f0ce9f3ed17a216.png
shash by Node Link
  • 1642 Views
  • 3 replies
  • 4 kudos

Import data from XML files

Hi everyone, I am working on a project with the goal of improving the import of XML data into neo4j. Let say my XML file is the < book.xml > provided by Microsoft. based on the <book.xml file> I have to generate two Graphs and comprare their queries...

Importing multiple JSON files ( json bulk import)

Hello Everyone, I'm modeling datasets for our network infrastructure, I have modeled much of the infrastructure. I got stuck in the bulk import of JSON interface files. I tried the import tool using regex, it returned an error. </> <bash-3.2$ ./ne...

scirat by Node Link
  • 2095 Views
  • 2 replies
  • 0 kudos

Multi-Path Results

Hi, Neo4j - 3.5.12 In my project I need to find different paths. I have nodes in my graph database like below I want to find all the nodes having connections more than 1. I got it from getting the relationship count more than 1.From that node, find ...

2X_7_76bc38e0cf0e3b736b92d0d0229386e0f941af8f.png