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
  • 922 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
  • 1164 Views
  • 1 replies
  • 1 kudos

Resolved! Monitoring Causal Cluster with HTTP endpoints

in https://neo4j.com/docs/operations-manual/current/monitoring/causal-cluster/http-endpoints/#causal-clustering-http-endpoints-status "Table 10.13. Measured values, accessed via the status endpoint" How do we access these checks? In particular my goa...

Resolved! Scripting area size in the Browser

Hello, It's very nice to work with neo4j but something bugs me a lot and I think it's very important which is why I'm sending you this message. Is it possible to resize the script area of the browser ? It displays six lines, it's not enough. When I'm...

Is it better for performance to have properties in relationship, or just add multiple nodes of the same name, but with different properties?

In terms of performance and good design, is it better to have a single node (e.g. person) connected to multiple other nodes (e.g. other people) with a relationship of same type but different properties, OR have multiple nodes of the same person, with...

fady by Node Link
  • 2623 Views
  • 7 replies
  • 2 kudos

Setting a temporal type property using a map

I can use SET node.timestamp = datetime($properties.timestamp) To set a temporal type on a node But, in general, I am setting lots of properties on the node. Before temporal types came along I was able to do: SET node += $properties or CREATE (node...

Querying the graph

I have constructed a graph from csv file having triples (node->relationship->node) in neo4j. How can I use this graph built to extract answers for questions asked in the form of English statements?

pckrt by Node
  • 909 Views
  • 1 replies
  • 0 kudos

Problems importing relationships

Hello i have Neo 1.1.12 on Mac OSX with Neo Browser 3.4.9 i have a problem when i import a CSV for relationships within 2 nodes types: USER(user_id, user_name) and PAGE(page_id,page_name) the command is: USING PERIODIC COMMIT 500 load csv with header...