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
  • 980 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
  • 1199 Views
  • 1 replies
  • 1 kudos

Bloom Search not finding results

Hi, I am getting no results in a Bloom search with custom query that first used to work fine and now returns to results. When I copy and past the query into the browser and create some params to mimic the passed parameters in Bloom, I get results th...

3X_f_7_f737a235c6467ccbc20ec329f155d78a9a10b5c3.png 3X_e_6_e6c29fdc49078b0015248585a8797d022f46f51d.png 3X_9_f_9f8a4be8683323ec9faf87ef8f8879a25ea46dd9.png

Resolved! Neo4j causal cluster on GCP Marketplace deprecated

Hey guys, How come the Causal cluster on GCP marketplace has been deprecated? What is the recommended alternative? K8S? https://console.cloud.google.com/marketplace/details/neo4j-public/neo4j-enterprise-causal-cluster Thanks, Ben

ben6 by Node
  • 517 Views
  • 1 replies
  • 1 kudos

Neo4j V4 and neovis

Hi All, Does neovis support Neo4j v4 yet? If so how do I select a particular database if I have a multiple database system? Thanks in advance. Lance.

lance1 by Node
  • 983 Views
  • 2 replies
  • 2 kudos

Load multiple files

I have problem loading multiple files using a query, the issue is with parameter: LOAD CSV WITH HEADERS FROM 'https://raw.githubusercontent.com/moxious/COVID-19/master/csse_covid_19_data/csse_covid_19_daily_reports/$file' AS line WITH coalesce(line....

ECONNREFUSED on Mac only

I'm running a neo4j database as well as an node.js api in a Docker container. On startup, the api tries to import a lot of data into neo4j, accessing it through neo4-driver. I can also run those imports manually from inside the Docker container or ou...

Resolved! How to reverse relations on 10 million objects

HI, I need to reverse the relation on 10 million objects what the script should look like using apoc.periodic.iterate <MATCH (n:Reservation)-[rel:has]->(p:Person) CALL apoc.refactor.invert(rel) yield input, output RETURN input, output/> Important! I ...

3X_0_3_03e4bc01d4ef377028439c18b438452673170b32.png 3X_4_7_479a36d781ec42e310442ed8d78f2a20517eb656.png

Bloom and Browser not starting

I have Neo4j Desktop 1.4.5 installed on my Windows 10 laptop. I can view my graph in the browser (Chrome, etc. ) However, I cannot open either the built-in browser or Bloom. I click the 'open' button, but nothing happens I checked the logs, there is ...

3X_d_f_df5346fe419ca13fe4c1987bc06dba638ea17ce6.png

Performance issues with concurrent requests

Hello Everybody, I recently started developing an app that uses neo4j. I am facing an issue when I am sending concurrent requests to the DB instance. For example, if I call a simple match query MATCH (n:Box) WHERE n.BoxId = $box1Id XOR n.BoxId = $box...

Resolved! Apoc.trigger procedure throw exception

Hi, I am new to Neo4j and Cypher. Now I use Neo4j community edition and try to develop my company's internal system. I wanted to use apoc.trigger procedure and ran following command from Neo4j Lab. CALL apoc.trigger.add('setAllConnectedNodes','UNWIND...