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
  • 943 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
  • 1183 Views
  • 1 replies
  • 1 kudos

Bulk creation of Relationships

Hey, I am currently trying to build a test set for an algorithm Problem that I have. My goal is to build a team building app. Let us think we have a pool of 10.000 Persons each Person can like other Persons and also dislike. For my test set I am gene...

Using sparse matrices in this platform

Hi I am new here. I am not sure this is a good place to ask this or not. I have thousand of matrices with different dimension. All of them are square matrices. I want to convert them in graph or any embeddings that can be applied as input for Neural ...

Resolved! Neo4j Clustering without storage copy?

Hello! I'm new to neo4j and I'm interested in neo4j scalability. I would know if there is some way to cluster neo4j without making copies of the database. As SQL databases can partition by month or by id, I don't know how neo4j can resolve this probl...

Cypher's preprocessing's bug

Hello, The following query crashes (with a "Syntax Error"): MATCH (n) return n LIMIT 1; MATCH (n) UNWIND range(0, 5) as x // Return n RETURN n And when a newline character is added before the comment it does not crash anymore. MATCH (n) return n L...

o9384496 by Node Link
  • 934 Views
  • 2 replies
  • 1 kudos

Page Rank Problem

Hello, I am trying to use Page Rank algorithm in an amout of data. It is a triplified content in rdf format. The data consists in a group of datasets registered with their metadata, keywords to explain their topics. The idea is to find the most influ...

SQL Array type vs. Neo4j

I started to model my database using SQL but I had a problem. I need a field to be an Array of foreign keys but as I searched this is impossible with SQL. Is it possible to do something similar in Neo4j? CREATE TABLE places ( id SERIAL PRIMARY KEY, t...

aKANJx by Node
  • 849 Views
  • 1 replies
  • 0 kudos

Community on AWS: Cluster Placement Group?

Default instance type for AWS is m3.xlarge which does not support Placement Groups. I want to group my neo server with my app servers to minimize network latency. Has anyone had success with this? Moved neo to a different instance type?

sam1 by Node
  • 830 Views
  • 1 replies
  • 0 kudos

Neo4j User Defined Function cannot be installed

Hello everyone! I am trying to create a user defined function in Neo4j. I did it exactly as they did it in their examples: https://github.com/neo4j-examples/neo4j-procedure-template. After deploying and creating the JAR I copied the JAR into the plug...

Luca_S by Node
  • 1201 Views
  • 2 replies
  • 1 kudos

Load CSV with Column Headers as property and values

Is there a way to load a csv with the column headers as the properties of a certain node label and the corresponding values to each row without having to explicitly list it out: So instead of below: LOAD CSV WITH HEADERS FROM "some_csv.csv" AS row CR...

rcfro2 by Node Clone
  • 1409 Views
  • 1 replies
  • 0 kudos