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

Unable to Connect to/Test Free AuraDB Server URI

Howdy, I have a FREE AuraDB server I am trying to test the connection string of in a couple of different ways. Neither are working. 1. Postman Using Post > neo4j+s://abc123.databases.neo4j.io Auth > Basic > uname | pword Body > { "statements": [{ "s...

kave by Node Clone
  • 661 Views
  • 2 replies
  • 0 kudos

apoc.load.JDBC with Aura

Hi dear community Is there anyway or alternative to use apoc.load.JDBC with bigquery in Aura? Or to reproduce the same idea, sucking data from bigquery into Neo4j in Aura. Thanks

Migrate/Upgrade from 3.4.7

I'm returning to a Neo4j project after a couple of years. I am running Community Edition 3.4.7 on MacOS and want to get to the latest version, while updating & preserving my databases. I understand I will need to do several steps of Migrate and Upgra...

3X_a_e_aed9bc89c26e42c0f093f4bdf5420cb37df733f0.png

Resolved! Don't fully understand what MATCH (x)--(y)-->(z) yields

I'm using a database from a particular Udemy course. When I run MATCH (x)--(y)-->(z) RETURN x, y, z LIMIT 2 I get and when I run MATCH (x)--(y)-->(z) RETURN x, y, z LIMIT 3 (2 -> 3) I get As I see it, there are already three, non-repeat instances o...

3X_6_b_6b20126473aa7ca5db2b5f2547c79448d0e9bf51.png 3X_9_d_9d40b893348681bfb50f5ce149b27fa098120201.png
griffith by Node Link
  • 1192 Views
  • 10 replies
  • 4 kudos

Change Data Capture SQL to Neo4j

Hi. In my project I have PostgreSQL database as main DB and I need to keep synchronized my neo4j DB. To do so I wan to use Debezium for CDC, kafka and neo4j streams plugin. One of the reasons I prefer Debezium to jdbc is because it's real time. So at...

Resolved! GraphSAGE for heterogenous graph

Hi everyone. I have tried to use node embeddings as suggested but i wonder is it possible to do node embeddings with this much of different node labels and relationships? I tried to use GraphSAGE but I kept getting error, which is Is this because I...

3X_4_4_441bb1e6c430d9eebfb19ae1cd4444a2f08f0bf9.jpeg 3X_b_4_b45fec239500745365bd32beb49621df1d4f92be.png 3X_2_f_2ffe8f8ef0443eaa69b3e8bd11cd5a86f6b17bb5.png

Creating a subgraph using Cypher projection

I am trying to create a subgraph of my graph using Cypher projection. First, I am creating a subgraph using Cypher query which works perfectly fine. The query is this: // Filter for only recurrent events WITH [path=(m:IDHcodel)--(n:Tissue) WHERE (m.n...

kasthuri by Node Clone
  • 570 Views
  • 1 replies
  • 0 kudos

Example edgelist csv to remote db

I'm new to this community. I have edgelists consisting of source node, source node property1, source node property 2, target node, target node property 1, edge weight (float). The list is about 7K # of rows (aka edges). Examples of loading a CSVs on...

sa_jr by Node
  • 371 Views
  • 1 replies
  • 0 kudos