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! Neo.ClientError.Statement.SyntaxError

load csv with headers from  "https://dev.neo4j.com/kickstarter" as row with row where row.Launched starts with '2016' MERGE (p:Project {id:row.ID}) ON CREATE SET p.name = row.Name, p.launched = date(substring(row.Launched,0,10)) p.deadline = date(row...

Resolved! Neo.ClientError.Statement.SyntaxError

LOAD CSV WITH HEADERS FROM "file:///rels.csv" AS rels match (from {id: rels.From}), (to {id: rels.To}) create from-[:REL {type: rels.`Relationship Type`}]->to return from, to   Invalid input 'from': expected "(", "allShortestPaths" or "shortestPath"...

Resolved! How to access node, relationship in variable

Hi there, I have member and event node. I want to find out which event is paid the most attention by count with "register" and "bookmark" relationship so that I  start from these query   Match p1=(:Member)-[r1:REGISTER]->(e1:Event) Match p2=(:Member)...

Chemical structure from nodes

Hi all I have a graph with nodes containing chemical compound with several descriptors (structural, smiles, Inchi keys, link to structural database). I would like to have a chemical structure display with a "mouse on" on the node. Is something easily...

Cannot access bloom remotely

Dear all, We have the startup license. It works locally, but if we try to access remotely, this happens: The Neo4j Bloom Server plugin is missing. A licensed plugin is required for remote graphs. Please contact your system administrator or your Neo4j...

Neo4j Bloom assigning rules

Is there a way to set access in Bloom. Like restricting the access of what certain people can do, for instance denying the access of editing the nodes from Bloom. And if there's any Version control method, like if someone adds or edits or removes som...

cypher query

Hi, How can I get the automated cypher quarries form Neo4j Bloom using the full text search ? Thanks and Regards Rohit

Embeddings only for selected nodes.

Let me quickly describe me graph. I have a graph that links every species by its taxon for mammals. See below small example for Hominoidea: There are five organisms (HSA, PPS, PTR, GGO, PON) at the end of this lineage. Only organisms that are at the...

Kronossos_1-1659616708240.png Kronossos_0-1659616433822.png

Update timestamp when Node property is modified

Hi I am new to Neo4j and would like help from wonderful community to figure out a way to update timestamp property every time other node properties are modified. This would allow me to query for nodes that have been modified after certain datetime va...

vsesham by Node
  • 1960 Views
  • 4 replies
  • 3 kudos