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

Find the largest clusters of a database

Hello, I'm new with neo4j and cypher  I have a database of transactions between persons, I load the data from a CSV file LOAD CSV WITH HEADERS FROM 'file:///low.csv' AS line FIELDTERMINATOR ',' merge (O:Ordenante {nombre: line.NOMBRE_COMPLETO_ORDEN...

Captura.PNG Captura2.PNG
mack by Node
  • 322 Views
  • 1 replies
  • 0 kudos

Final graph is empty!!!

Hi there, I have been using Neo4j AuraDB (65$ per month) for quite sometime but recently had an issue that I never faced before. I am creating my graph via py2neo and I keep adding new stuffs to the graph once in a while. Since the last update, the g...

Want to share (embed) Neo4j Bloom on web site

I'm hoping for embedding Neo4j Bloom on web site. In other words, I want to share the bloom visualization externally without user login. It's very interesting that the strong bloom interface is provided on web pages. For example, visualizing and publ...

Desktop unable to establish local connection

Hi guys. I'm resuming an old PoC using Neo4j with Go. First I was using a sandbox instance, worked fine. Today I launched a local project using Neo4j Desktop (v 4.4.10). However, when I try to connect to this local instance, the connection fails, eve...

Understanding when to use Atomic Property Updates

I need some help figuring out if my use-case requires atomic updates (using APOC) or a property setter is enough. My doubt arises because all the write queries in my Java WebApp use an auto-commit transaction with no retries. I have a node that keeps...

deepak by Node Clone
  • 673 Views
  • 5 replies
  • 1 kudos

Resolved! How to Post and Create Multiple Nodes from Passed Array

Greetings, I'm using Node.js, Express, & Neo4j. I have a form that passes parameters to the server and they are being passed, but 1 parameter is a single item and the other parameter contains multiple objects in an array. I'm trying to create all of ...

keithave by Node Clone
  • 1010 Views
  • 5 replies
  • 3 kudos

Query MSSQL Data with Cypher

Hello, is it possible to query Data using Cypher from a MSSQL DB? For several reasons, I do not want to migrate all the data to a neo4j DB. But if I could use the schema to query would be a great benefit.

node centralities for heterogeneous graph

My graph has node types: Provider, Diagnosis, Procedure (and more). I want to derive or calculate node centrality for all nodes: degree, pagerank, and eigenvector centralities. My starting methodology is as follows: - create a graph projection  - app...

sal-agui by Node Link
  • 548 Views
  • 3 replies
  • 0 kudos

Resolved! Improving apoc.periodic.iterate performance for MATCH/CREATE

I'm ingesting about 68K items from a CSV, and I'm wondering if I can make the process go faster. At the moment, it's taking over an hour (1:16:41), or about 14.8 items per second. I'm using "apoc.periodic.iterate" with a batch size of 1000. The items...

tms by Graph Buddy
  • 1572 Views
  • 6 replies
  • 0 kudos