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

Using `describe table` with `apoc.load.jdbc``

I am trying to use `describe table`  with `apoc.load.jdbc`  to pull information about SQL tables in a Neo4j query. Has anyone been able to do anything like this?Example Query   CALL apoc.load.jdbc(<SQL connection string>, " describe table ") YIELD ...

How to _import_ an adjacency matrix

This is an absolute newbie question. I am familiar with the adjacency matrix representation of a graph aka excel spreadsheet (can be made into a CSV file) with rows (nodes) and columns (weight of connection between the appropriate indexed nodes). All...

Load JSON data from URL with Aura DB service?

Hello, I'm attempting to load data into a managed Neo4j AuraDB instance. As per this guide, [Data Import with Neo4j AuraDB - Developer Guides](https://Aura data import), some of the standard import options are limited on Aura. However, the article su...

Resolved! making relationship of two node in same row in csv

Hello, I'm new to Neo4j and trying to make a simple relationship graph from | to a | b a | c b | d b | e In this csv file, what I'm trying to make is a->b, a->c, b->d, b-> e relationship i tried """ LOAD CSV WITH HEADERS FROM "file:///lg4neo.csv" AS...

yonguks by Node Link
  • 612 Views
  • 3 replies
  • 2 kudos

Cypher Query Help

Hi Team,   I need a help regarding the below query - In this query i want to set a property on a node using SET in combination with  WITH clause. MATCH (h:EMDB1) WHERE h.DLM IS NOT NULL WITH h.NEW_DLM_DATA_2 AS H2, h.NEW_DLM_DATA_1 AS H1 , count(h.NE...

How to parse the transaction log by ourselves

Hello everyone,         I am trying to find a solution to get the changes through transaction log, just like binlog in mysql. So I can replay the changes in other instances or cluster , is there any good idea? Thanks for any suggestion.

Fano by Node Link
  • 207 Views
  • 0 replies
  • 0 kudos