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
  • 855 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
  • 1118 Views
  • 1 replies
  • 1 kudos

Nodes without Names

I have data like the above(toy example, let's take the top 3 lines.), for one question there could be multiple answers in the *.CSV file. Because I have the question in only one cell, the remaining cells are created as nodes without names. Is there ...

3X_2_4_2440a8b37cbb202b59047a027acb6db1ba1c5e23.png

Are there new 4.3.x AMIs awailable?

Tried to find the latest AMI in the AWS console but it only contains (neo4j owned) images up to 4.2.4. Neither community nor enterprise images are available with an higher version. Is the support for AMIs being discontinued? Best, Tino

Resolved! Unable to create relation with FOREACH clause

Hi, I'm trying to create relation to link event MATCH (c:Car {carID:car_ID})-[:takePlace]->(e:Event) with e ORDER BY e.start_time with collect(e) as events FOREACH(i in RANGE(0, size(events)-2) | create (events[i])-[:NEXT]->(events[i+1])) And I...

3X_7_3_73a4112e9433dd25e071563ffb2fffafe7b81d51.png
oli by Graph Buddy
  • 779 Views
  • 7 replies
  • 1 kudos

Working with multilayer networks?

Hi everyone! I'm working on one specific case which involves multilayer networks and therefore considering to use Neo4j instead of the mostly unstandardized software solutions like MuxViz, Py3plex, etc. For more info please visit https://link.springe...

Connection acquisition timed out while core is down

Hey, I'm running neo4j cluster of 3 cores and 2 readers. While doing failover of the follower/leader I'm getting "Connection acquisition timed out" errors until the follower/leader start again. I'm using "neo4j-driver" (4.3.0) nodejs driver for the c...

Create multiple graph in community version

Hello, I am new to Neo4j, I need to create multiple graphs in community version. When i execute CREATE DATABASE xxx; i have this message Unsupported administration command because i am with community version. How can i create new graphs like in deskt...

2X_e_eb176914f68996b27ec52c7dc82d5dd853f5728e.png
madiskou by Graph Buddy
  • 9972 Views
  • 12 replies
  • 21 kudos

Console Matrix Setup - QUESTION

Hello, I'm learning about cypher language.. so i'm using initially https://console.neo4j.org/ A matrix graph setup.. Can someone explain me how to query the nodes which is known by the node which neo knows? In the case, the answer is cypher and trini...

Relationship similarity

Hi, I'm looking for a way to find path / relationship similarity between path's. In the simplest case, I would start with triplet: Node - relation - Node. I can simply convert the various properties of the triplet into a vector and use all vectors ge...

Inserting bunch of data via C# SDK

Hi guys, I'm new at the Graph DataBase world and also Neo4J. Currently, I want to try to insert a bunch of data into my Database via multiple large cypher statements. Whats the best way to generate this cypher statements. (Currently I have writing ti...

TiMeJuMp by Node Link
  • 784 Views
  • 1 replies
  • 0 kudos