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
  • 922 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
  • 1164 Views
  • 1 replies
  • 1 kudos

Loadin Cypher files in parallel

Hello, I need to load a long Cypher file, an I know it could be loaded in Parallel. Looking at options, apoc.cypher.runFiles is not doing parallel load, and I understand that apoc.cypher.parallel should do that, right? I see there is apoc.cypher.para...

josep by Node
  • 304 Views
  • 0 replies
  • 1 kudos

Updating a property value using float

I am developing a procedure using the graph api. For development testing, I created an embedded server with my procedure included. I run java code to create a test graph. I use floats for many of the entity parameters. I am able to traverse my graph ...

SpanningTree algo

Hi everyone, I'm trying to run minimum spanning tree algo inside Neo3.4, but even with apoc., algo. config lines inserted (unrestricted and whitelist) and jar file inside plugins folder. I receive ProcedureNotFound when I call algo.spanningTree.minim...

Copy properties to virtual nodes

Hi, I want to return virtual nodes and relationships by grouping on unique node properties. In our case this is to visualise/API data relating to single real-world entities: companies and people, using the company name and officer's data of birth to ...

2X_6_6f1ef3b83bb873e0730d0373bb0c475e1d251bfa.png 3X_d_f_dfab0e0001b9671ed29c2d83f8e3a13f3962635d.jpeg 3X_e_4_e4d53cc43fe55a1f7408ee52d65edd2f67eff751.jpeg
mike by Graph Buddy
  • 495 Views
  • 0 replies
  • 0 kudos

Resolved! Params on neovis.js

Hello, I wonder if it is possible in NeoVis to include $param in the initial cypher query something like this: MATCH (p) WHERE id(p)=toInteger($idParam1) RETURN (n), { idParam1: id1 } To fetch the variable id of my web app. Thank you

Export CSV to AWS S3 fails with "Failed to invoke procedure `apoc.export.csv.query`: Caused by: java.lang.NoClassDefFoundError: com/google/common/util/concurrent/ThreadFactoryBuilder"

Hi, I've been trying to Export to S3 with the multiple options presented in APOC Export CSV docs like: s3://endpoint:port/bucket/key?accessKey=accessKey&secretKey=secretKey Example: WITH " MATCH (p:Person) WHERE p.path IS NOT NULL RETURN ...

Neo4j 4.2.3

Hi, My am able to bring Neo4j 4.2.3. Cypher shell is also working and I am able to query, however I am unable to bring DB at Chrome. Please let me know where to debug it.

Resolved! Exporting Bloom Perspectives

Have been trying to export some bloom perspectives as I need to upload these to Aura. Followed some instructions here: Recovering Local Bloom Perspectives - Knowledge Base which seems to be what I want. However the last function windows.ExportLocal...

Restored data not showing in Neo4J Browser

Hello, We restored data from Neo4J Enterprise 3.5.8 (3 core cluster) to OpenSource (ONgdb) Neo4j 3.6.2 (3 core cluster) via neo4j-admin restore; the restore is successful but the data and the lables are not showing on the browser and the queries I ...