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

Resolved! Online implementations of graph algorithms

I am wondering if the graph algorithms that are available for the cypher queries can be made "online". For example, in the algorithm unionFind, when new nodes are added, the weakly connected components for the new nodes can be found by looking at the...

SQL Like Syntax For Retrieving Graph Data

As I am thinking little from relational data modelling and more from Graph Data Modelling perspective.Is there any graph community project for translating SQL like queries to Cypher Query language/GQL. This could be useful when we import data from RD...

sameerG by Graph Buddy
  • 734 Views
  • 2 replies
  • 0 kudos

Explicit index vs implicit index

Could anyone please help me on selecting when to use explicit and implicit index. In the context of navigating only selective relationship to reach target node , does implicit index help. Example: (SourceNode) - [:LINK {name='a'}] -> (TargetNode) (So...

md7 by Node Link
  • 859 Views
  • 2 replies
  • 0 kudos

Creating graph in gds

Hi, New to this and practicing creating subgraphs with gds. My simple objective is to create a subgraph of recipes that have capers and are main courses. Per the documentation I need to define id, source and target. I am not completely clear how to ...

How to guage how many nodes and UNWIND can handle?

I'm currently needing to executing large queries of the form: UNWIND $data as row Merge (n:Node {id: row.id, name: row.name, ...}) I have millions of data rows I need to do this for, but I can't just do this with a single UNWIND query because neo4j ...

Rogie by Node Link
  • 1130 Views
  • 5 replies
  • 0 kudos

Attributes as nodes?

Hi everyone, I do believe re-usability in a graph structure should promote uniqueness for attributes (at least, on a theoretical ground) but I'm really making my first steps with Neo4j. So I was wondering if much more experienced developers could tel...

Folder File Structure using neo4j

Hi We have a new requirement for our project. We need to create a folder/file structure. Now we are doing brainstorming to support this change. As you can see, john is a member of both a tower and a group. a genome contains the root virtual folder an...

2X_b_b3f257190b336fffe24d3f5976dfe13bae9471f2.jpeg 2X_8_8a057f2000f898c01b7154fade88ef08f81a8ad5.jpeg