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
  • 966 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
  • 1195 Views
  • 1 replies
  • 1 kudos

How to split query result

Hi, When I run the querry like MATCH (a) RETURN a the result (all node properties) is in one column/string. I know that I can write RETURN a.prop1, a.prop2,.... to have properties in each column. But I look for a universal solution like if I do not k...

Neo4j auto upgradation

We have deployed Neo4j- community(4.1.1) version on Amazon Linux 2 AMI. So the issue arises whenever our docker daemon is down, in order to run our other projects whenever we restart the docker daemon service, Neo4j automatically gets updated to vers...

Resolved! Getting a warning when using collect

Hi, I'm relatively new to Cypher, I'm getting a warning when using collect in the return statement of the following query. MATCH (user:User)-[:HAS]->(session:Session), (user)-[:HAS]->(doc:Doc) WHERE id(user) = 61 WITH id(session) ...

Neo4j Rest API datetime data types

I am using neo4j REST API to create nodes and relationships. I refer following documentation. Neo4j Graph Database Platform Using the HTTP API - HTTP API Actions that can be performed using the Cypher transaction HTT...

3X_c_8_c8d4386321e8065b95ee6645eb42da13845aa344.png 3X_3_2_3293a28239742eb745fac03766f94dcdc0ae7ec9.png

Use Person Similarity algorithm

Error by using Pearson Similarity algorithm. Indicates 3 arguments, but there are 2 ('params' and 'rel.weight') MATCH(knop:Compound{prep:'Control'})-[rel:HAS]->(params) WITH knop, gds.alpha.similarity.asVector(params, rel.weight) AS cVector MATCH(p1h...

3X_1_4_1465c55e1372a524e1c75e0c55737827679461e3.png 3X_9_b_9b4d47d880c47f2e3ac5038cf7c33415b6258805.png
iganea9 by Node Link
  • 797 Views
  • 4 replies
  • 0 kudos

Storing graph path for exact pattern match

I'm newbie to graphdb. i'm planning to use graph path as pattern for incident analysis. I want to store graph path in db so that I can do pattern matching by generate graph path for a specific incident analysis. is graph db suitable for this use c...

Resolved! How to properly update depreciated query?

I have a query that does what I want. Yet, it runs with warnings, but when I'm trying to adjust it to the new syntax, it doesn't work (the result is different). Why? What am I doing wrong? Depreciated query match (g:Id {start_marker: 1})-[MINST*]->(...

3X_b_e_be746403cc78c45f8f9e46241c1805f60eb45e6f.png 3X_a_a_aa04f27d65856574408dd11f3eec2a6edb24fdce.png

How to connect Aura in a protected way

Is it possible to put Aura "behind a firewall?" We have a backend infrastructure in AWS, and we would like to use Aura in a protected way. Is it possible to harden network security of Aura somehow. As far as I know it is not possible to provision an ...

szenyo by Node Clone
  • 1312 Views
  • 5 replies
  • 1 kudos

Unable to add properties to nodes

Hello, I have trouble adding properties to nodes. I'm currently working with this tutorial: Create a graph database in Neo4j using Python | by CJ Sullivan | Towards Data Science but as I am completely new to Neo4j, I do not know how to add properties...