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
  • 966 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
  • 1195 Views
  • 1 replies
  • 1 kudos

Pass data from Flask Server to Neo4j Graph

Hi, I have am using Segment (customer data platform) to collect consumer behavior data which is then being forwarded to a Flask Server in json format.  If I wanted to take that data and then forward it to a neo4j graph as it comes in, what would be t...

hlow by Node Link
  • 226 Views
  • 0 replies
  • 0 kudos

Mapping nodes to their respective embedded vectors

Hi, I have uploaded a adjacency matrix into neo4j and used node2vec to get the embedded vectors.I intend to use this on a machine learning classification problem where I have to add the output class as the last column to this embedded vectors,but I a...

Querying Linux Kernel Git history with neo4j

Hi everyone, TLDR: A newbie loads a large graph, is disappointed with traversal performance, seeks advice. I work on the KCIDB project, a part of KernelCI project, sponsored by The Linux Foundation. The KCIDB project is trying to aggregate results co...

spbnick by Node Link
  • 2751 Views
  • 14 replies
  • 8 kudos

Cosine similarity on 1M person nodes

hello,  I am a neo4j newbie and I am working on an entity resolution in my graph.  I have person nodes with a first name, last name and date of birth. I am looking to create an [:IS_SIMILAR] relationship between person nodes which are the same person...

rc by Node Clone
  • 892 Views
  • 4 replies
  • 2 kudos

Graph projections

Hi, Kindly clarify the following:1) Does projecting all the nodes and relationships of a graph also project their properties? 2) Is it not possible to use <string> type properties as one of the features while training a graph algorithm? 3) I have a K...

MeghanaS by Node Link
  • 3521 Views
  • 31 replies
  • 3 kudos

Capacity estimation for huge size of graph

Hi everyone. I want to test Neo4j for our customer data.For the first step, I am trying to estimate capacity for our graph data as the follow.https://neo4j.com/developer/kb/capacity-planning-example/ I have about 10M nodes and 13B relationships betwe...

Resolved! Neo.ClientError.Procedure.ProcedureNotFound

CALL apoc.periodic.iterate(" LOAD CSV WITH HEADERS FROM 'https://raw.githubusercontent.com/iamvarol/blogposts/main/medium/tennis/data.csv' AS row WITH row, split(row.score, ' ') AS matchSets WITH *, size(matchSets) AS setSize,          row.tourney_na...