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
  • 966 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
  • 1195 Views
  • 1 replies
  • 1 kudos

Problem update 3.6 to 4.1.2

Hi, I have updated version 3.6 to 4.1.2, I did the steps Neo4j Graph Database Platform Upgrade a Causal Cluster - Operations Manual This section describes how to upgrade a Neo4j Causal Cluster. ...

2X_5_5447ee7a7ac2b7bc96625a2eee9be933211d188d.png
jggomez by Graph Voyager
  • 1203 Views
  • 2 replies
  • 1 kudos

How to get back data without knowing the KEY?

def _query_by_cypher(tx, query): print('{}'.format(query)) results = tx.run(query) Let's say I want a function to accept users' any cypher string as arguments, and return results. I know normally in order to access data from the "res...

lingvisa by Graph Fellow
  • 357 Views
  • 1 replies
  • 0 kudos

Help for graph

I have this image wont eliminate the node celester and The red node connect it to the blue node Is it possible to do this with neo4j?

2X_9_909d893cb47a591ef9278bfc516c9bb6a88f5460.png

Resolved! Import Yelp dataset

Hi everybody, I am reading "A comprehensive Guide to Graph Algorithms in Neo4j" ebook. According to this book, I have downloaded YELP data to experiment some algorithms. However, I cannot import the data into my Neo4j server. I have followed guides f...

Db.schema label issue

I have a very odd situation with the browser. When I show the db.schema, the nodes do not have labels. When I select the labels, it no longer shows the labels in a normal match (n) view. Cleary just an interface issue, but curious if there is a wo...

2X_1_116364ff580a25c35b0f24ffd428b98baebf4795.png

Issue in importing date from a file

Hi, i found out i got an issue in changing a string into a date. In the file, the date is written as "14/12/2005" Then, when i tried directly using r.review_date = date(a.review_date), it gave me error said Text cannot be parsed to a Date "14/12/05" ...

Resolved! Is the 'table' view has changed in Neo4j 4.1.3?

I installed the new version of neo4j, and fond the 'table' view of a node's info after I do a simple Match query has changed to form: { "identity": 0, "labels": [ "Movie" ], "properties": { "tagline": "Welcome to the Real World", "title":...

lingvisa by Graph Fellow
  • 614 Views
  • 3 replies
  • 0 kudos