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

Graphlab over neo4j

I recently read an article explaining how to get OWL like reasoning on an LPG store in neo4j using GraphScale. But I am very unclear on how to define OWL like rules on an LPG graph in the first place. Can someone please explain it to me?

Connecting to a Azure Neo4j VM

So I went through the Azure 'Neo4j High Availability Cluster'-template and I need to get into the Neo4j Desktop to install stuff like APOC etc. But how? Does the template install Neo4j Desktop on all three VM's that it creates? If I install APOC on V...

Searching text from each record of MATCH output

Please keep the following things in mind: did you search for what you want to ask before posting?please use tags for additional infouse a self-descriptive title Please format code + Cypher statements with the code </> icon, it's much easier to read. ...

vksingh by Node
  • 1024 Views
  • 1 replies
  • 0 kudos

Server crashes on Full GC Failure

Last night both our servers crasht (or stopped working for about 10 minutes) after a GC error. This is the GC log record from the last incident this morning: 2018-10-15T11:10:46.108+0200: 1367360.645: [Full GC (Allocation Failure) 23G->21G(23G), 85....

SSLv2Hello is Disabled

I install neo4j on my linux server. When I try to use Chrome to access http://serverIp:7474. I got "SSLv2Hello is disabled" errors logged in logs/debug.log. Environment: neo4j-community-3.4.7RedHat Enterprise Linux Server 6.7jdk_1.8.0_141Chrome 65.0....

acdsys by Node
  • 1033 Views
  • 1 replies
  • 0 kudos

Resolved! Easier way to format output of dates & times?

Looking for examples of how to more easily format dates and times in cypher. Assuming I have a property named Created, this works but it's an awful lot to code to simply get the date to display in text or table output. MATCH (o.Object) RETURN o.Name,...