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
  • 983 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
  • 1204 Views
  • 1 replies
  • 1 kudos

Resolved! Add list or map to field

Hello Everyone, I am attempting to take a list of values and add to a field, but the manual is so vague and only uses the return clause to show List & maps, but nothing on how to for instance use the SET clause to actually assign it to a field on a n...

tideon by Graph Buddy
  • 5794 Views
  • 32 replies
  • 13 kudos

ETL\Data Pipeline

Hello: I want to understand the preferred way or best optimal approach to ETL data from Snowflake, MSSQL, MySQL, Oracle, AWS S3 bucket into Neo4j Database.Any case studies or links that describe them in detail are much appreciated.

Resolved! Multiple hops query

Hi everyone, I have the following situation (as shown in the image below), where I have to return always the latest tagged Person node on the path while having to traverse an undefined number of hops in the HAS_PARENT relationship type. UseCase Anyon...

UseCase.png

neo4j inference

Hi Folks, currently, I want to use the ontology function of the NEO4j. According to the tutorials, https://neo4j.com/labs/neosemantics/4.0/inference/.   I can use this to do reasoning.  MATCH (cat:LCSHTopic { authoritativeLabel: "Crystallography"}) C...

fan_123_0-1668087620940.png fan_123_0-1668087399679.png
fan_123 by Node Link
  • 163 Views
  • 0 replies
  • 0 kudos

Most Popular path in graph

How can I select the graph with the maximum value of a relationship property in multiple-hop? As in the below graph, we have multiple relationships from one node to another with a numeric property, I want to select the highest value's relationship no...

graph.png

Neo4J Destop application not opening

On clicking of Neo4j Desktop the application is no launching. I cab see two process of Neo4j Destop.exe running on my task manager but the application doesn't open. I have tried uninstalling and re-installing the latest installer(neo4j-desktop-offlin...

Performance Recommendation Needed

I am using 5.1.0 with a single node(docker), running on 16 vCPUs, 64GB RAM. I have a query which retrieves upto 5 degrees of connections for a given node. The result has 72K records and the query latency is about 78 seconds. My configurations to the ...

Cypher query convert relationships JSON to text

Hi I have the following Cypher query query = """MATCH (n {name: '%s'})-[r]->(b) RETURN *""" % (entity_type)   and its returning the error    TypeError: Object of type Node is not JSON serializable.   I was able to successfully convert another query ...

CD007 by Node Link
  • 302 Views
  • 1 replies
  • 0 kudos