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
  • 919 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
  • 1162 Views
  • 1 replies
  • 1 kudos

FIBO ontology how to load entire ontology

In one of the blogs - Financial Risk Reporting - Aug 2018 Naveet Mathur He refers to "The FIBO ontology is now available as add-on to the Neo4j platform, so you can create an enterprise canonical data model that:" Where is the add on - I am using n...

Bulk Import Taking too long

Hey there guys. I'm trying to import data from a csv file with about 300K rows. The query I am using is as follows: CALL apoc.periodic.iterate( 'CALL apoc.load.csv("file:///newfile.csv") Yield map as row return row' , 'MERGE (s:Sender{from_send:row....

Resolved! Causal clustering of multiple graphs

Suppose that I have multiple completely disconnected graphs and I'd like to cluster each of them. Could this be done on a single cluster? If each graph is in its own DB (assuming Neo4j 4 here), then I read from the clustering documentation that one ...

jim by Node
  • 584 Views
  • 2 replies
  • 1 kudos

Issue with connecting over bolt

I am trying to setup Neo4J community edition in EC2 . OS is RHEL 7. Unable to connect after login . It says FF : Firefox can’t establish a connection to the server at wss://:7687/. Chrome : WebSocket connection to 'wss://:7687/' failed: Establishing...

Resolved! Neo4j Spatial and GraphAware

Is there a way to use Neo4j Spatial and GraphAware simultaneously. Now I'm getting the following error in my neo4j.log: 17:31:28.666+0000 ERROR Failed to start Neo4j: Starting Neo4j failed: Component 'org.neo4j.server.database.LifecycleManagingDataba...

Neo4j desktop port change hangs

I have connected to a community db remotely and I have created an enterprise db. (developer licence) When I would like to start the enterprise db, it complains that it needs to change some of the port. After changing the port, the db hangs and won't ...

The problem with "apoc.coll.union"

Group A----Member{1,2,3,4} GroupB------Memeber{3,4,5,6} GroupC-----Member{1,2,3,8} GroupD-----Member{6,9,10} GroupE-----Member{6,9,10,11,12,14} GroupF-----Member{6,9,13,15,16} GroupG-----Member{3,4,11,13,15,16} First iteration: now Group A----Member{...

Resolved! Keep graph db connection open from web server

Hello. I will be creating various Python programs running over NGINX. I'll be connection from Python to my Aura instance. For each Python script, I have to open and close the database...as we know, the most expensive request you can make. I would l...

rhys by Node
  • 807 Views
  • 3 replies
  • 0 kudos

Download 2.1.8

I have been using version 2.1.7 of Neo4j since long and now wanted to upgrade it to 3.x. For that I found out this link Long upgrade path 2.1.x -> 3.5 which suggest to first upgrade to 2.1.x latest (which I think is 2.1.8). But I cannot find any down...

Resolved! Need cypher a query

I am new to neo4j can you please help to write a cypher query for the following subgraph. We are using neo4j.3.5.x version. A--->next--->S1<----Has-----S A--->.next---->S2<-----Has----S B--->next--->T1<----Has-----T B--->next--->T2<----Has-----T B---...