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
  • 992 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
  • 1209 Views
  • 1 replies
  • 1 kudos

List transactions with no current query

When trying to see what transactions are running, we see some blank rows from time to time, for example neo4j> CALL dbms.listTransactions() YIELD transactionId, currentQuery, elapsedTimeMillis,status; +------------------------------------------------...

Need help with query

Hello community. I have this query: MATCH(o:Order {pickupDate:$pickupDate,status:$status}) MATCH (o)-[r:CONTAINS_ITEM]->(oi:OrderItem) OPTIONAL MATCH (oi)<-[pck:PICKED]-(po:PreparedOrder)<-[:PREPARED_AS]-(o) OPTIONAL MATCH (oi)-[:ALTERNATIVE]->(oia:O...

List of all paths DAG?

Hi all. I have a large oracle database that I am importing as part of a GDPR cleanup , each table in oracle is a Label in neo4j with the fields of the table as properties in the Label. I desire to join the Labels (one created in the db for each row) ...

Resolved! Bulk Import Neo4j 3.5.0 desktop windows

Just installed Neo4j desktop this passed week. I was able to create a graph.db and start it up and browser took me to play screen. Appears I have thing installed correctly. I've scourged the import documentation and tried several flavors. Issue: Un...

Resolved! How to show aggregate info in Graph

Hi All, I want to do some analysis(identify a Pattern or see how many times a person is sendering money) on the data using the graphs. I have a table which have 5 columns. Txn IDTrade NumberSenderBrokerReceiver112345Bank 1Broker 1Receiver 1256789Ban...

How to monitor Neo4j with Prometheus

Commencing with the release of Neo4j 3.4, one can now use the open source monitoring tool Prometheus to monitor Neo4j. The following article details a basic Prometheus implementation to demonstrate the connectivity between Prometheus v2.2.1 and Neo4j...

1X_16990ff15b77f322d71b5355813b91fdc7690d3e.png 1X_b6f6ab30ffa88dc547b91af0020c54cbb05005e3.png

Replace relationship Or switch relationship

Hello Everyone, I need some help in a scenario related to relationship. For E.g. currently i am having a relationship between two nodes A and B like below. A-[rel]->B now it may be possible that in future it get changed . for all properties and data ...

12kunal34 by Graph Fellow
  • 7011 Views
  • 7 replies
  • 0 kudos