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
  • 976 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
  • 1199 Views
  • 1 replies
  • 1 kudos

Resolved! SQL to Cypher having multiple nested inner join

I am trying to convert this long SQL query to cypher. I have two types of node: patient and apachepatientresult. Both having a common relation using node property as patientunitstayid. How can I achieve this?. Please help drop materialized view if ex...

nahmed by Node Link
  • 1849 Views
  • 9 replies
  • 3 kudos

Resolved! How do you find 'graphName' ?

Hi, There might be an obvious answer to this but I can't seem to find what the name of my graph is - is there a Cypher query to return it? Also, what are best practices for naming and can you change a graph name once you have built a graph? If so, ho...

apoc.periodic.commit within python/pandas help

I am looking for the correct syntax to help me load data into Neo4j, in particular using the periodic commit ability when loading from a python/pandas dataframe. My general workflow is as follows: Within a Jupyter notebook, I load the 1M+ line tab-de...

Nested match query help

Hi Neo4j community, I have now been trying for a while and reading up on unwind, collect, etc and try to achieve something I have no issues with using Python and running a nested for loop. However when I do this I will perform a similar query many, m...

pska752 by Node Link
  • 2424 Views
  • 11 replies
  • 0 kudos

Unable to update CSV file in data impoter

https://data-importer.neo4j.io/  I connect to the database after I create a graph on Data importer & model download(with data) and create csv file on localhost. when upload the csv file from localhost on neo4j dashboard but nothing response on neo4j ...

Screenshot er.png

neo4j-import doesn't work with long line

Hi communityThis post is mostly intended for devellopersI was using the neo4j-admin import tool and came across this errorWeird input data, no newline character in the whole buffer 4194304, not supported a.t.mAs I understood it, neo4j-import cannot s...

Neo4j FedRAMP Approval Status

What is the plan and status to get Neo4j FedRAMP approved?  My understanding is Aura is being pursued for approval later this year but nothing else. Has any consideration been given for getting the Desktop approved (even though it is free)?  It might...

mbandor by Graph Voyager
  • 645 Views
  • 1 replies
  • 0 kudos

Aborting a transation from Cypher

Is it possible to force a transaction to fail within the Cypher query itself. The use case is a write transaction that makes some changes to the graph and then at the end of the query uses apoc.nodes.cycles to check to see if any cycles were introduc...

How to Update Relationship In SDN 6 ?

Currently, We're working on OGM base implementation. We like to move on SDN 6 But I face problem to update relationship by neo4jRepository. I mention domain model.     @Node public class Activity { @Id @GeneratedValue protected Long graph...