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

Resolved! How to modify the existed apoc.trigger?

Everytime I modify the trigger,I have to remove the existed apoc.trigger and add a new one... It's little bored and troublesome to do this repeatable prosedure Is there any way to modify the old one or by any other easier way to do that? It bothers m...

Getting relationships from Golang Driver

When I execute the following query in the Neo4j Browser, it produces a completely connected visual graph. But when I switch to table view it only contains records corresponding to the nodes. i.e. no info about the relationships. MATCH (n) RETURN n T...