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

Katz centrality

Hello , I am a complete newbie at cypher and i am trying to use movies graph example to find actors with top 10 Katz centrality along ACTED_IN edges. Any help is appreciated.

Importing from XML with multiple relationships

Hi, Neo4j 3.5.6 Desktop, Windows 10. I'm trying to re-create the database described here: https://dzone.com/articles/neo4j-and-virtual-nodesrelationships. The code in GitHub (https://github.com/scsosna99/lobbying-filings) uses a custom Java importer ...

delboy by Node Link
  • 631 Views
  • 1 replies
  • 0 kudos

Nothing happens when creating full text index

I am having a bit of trouble with the full text index I got nodes with the label SRA, and they contain properties including eg. library_name and dev_stage I tried to call below CALL db.index.fulltext.createNodeIndex("SRA_fulltext",["SRA"],["library_...

Resolved! Creating parent/child heirachy from a list

This is my query: WITH [ {id: 1, name: "Gold"}, {id: 2, name: "Banking"}, {id: 3, name: "Canada"}, {id: 4, name: "T.BMO", parentId: 2}, {id: 5, name: "Opinion"}, {id: 6, name: "BC", parentId: 3} ] AS tags FOREACH (tag in tags | CREATE (t:Tag...

Question by new-Installation

hello guys, i'm new to neo4j I have installed community edition, but it always show this to me and even can't open http://localhost:7474 in my chrome can anyone help me? thanks a lot ^^

2X_0_0acd24e6756be10348c2a2bc1d30aff232d3d85f.png
ixdmei by Node
  • 532 Views
  • 1 replies
  • 0 kudos

Get only the nodes multiple users all have in common

Good evening, I have this graph: I would like to get only the users and nodes all users have in common. But don't know how to get the data. How can I get - from all - users the nodes/directory "this one" all the users have in common? Yours kindly Om...

2X_0_0f764240176926c45ccda6374dfed973fa50f7f3.png
omerule by Graph Buddy
  • 706 Views
  • 2 replies
  • 0 kudos

Sql to Neo4j

I have already written code in the nodejs which uses SQL as a database, now I want to use neo4j as a database. So I am trying to convert the sql INSERT query to CREATE query in the neo4j, but it shows the error so please help. Code in the SQL: let u...

Storage size

Hi. I am developing an ontology in Neo4j Desktop. I have a few quetions: I try to find the 'actual' data storage size. Firstly I think I need to remove the 'logical log' type data, and what else shall I exclude? As you can see the sample case, I de...

2X_e_e026945087192ff58b1e9133e4d17b2e29fa0083.png 2X_8_8ede8e73e3b212db45e75288a399e8a9f17de5a5.png

Grouping of commonly related entities

I have entity types A and B that have a many to many relationship in my db . I wish to trigger an event upon the change in the members of any groups of entity B with a common set or relationships to entity type As. e.g. we have A(1) A(2) A(3), and B(...

Reporting hierarchy

Hi I am new to the application and I am trying to replicate a traditional db model by importing csv extract. I am facing issue with the below instance: Employee<-[supervises]-manager1<-[supervises]-manager2-[supervises]-(manager3) ..and so on. here t...