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

Migration back to Discourse

Hello friends! So... about a half year ago we switched the platform used here on community.neo4j.com from Discourse to a vendor called Khoros. We were hopeful about Khoros as a platform that we could build upon to make a great website for the communi...

Anonymous by Not applicable
  • 1697 Views
  • 13 replies
  • 3 kudos

About the General Discussions board

  The General Discussions board is meant as a location to ask non-technical questions either about Neo4j, or about the Graph Community in general. Use the General Discussion board for some of the following: Looking for a job OR hiring for a position...

TrevorS by Community Team
  • 525 Views
  • 0 replies
  • 0 kudos

You NEED to see these GraphHack projects!

THIS is what motivates me the most to do what I do. These projects are incredible!Part of what’s awesome about this GraphHack, is its’ theme, Extending the Graph Ecosystem. Hackers were tasked to build something that benefits others in the community....

2X_4_4f354a01dc815ea9e7bd4cd23425dbf2961e9a49.png 2X_d_df0a3565a0dfdcd0960ba744e969a3836246ecf3.gif 2X_1_16d0539acee28b7dab8c1fd10604343a5161be4d.png 2X_1_12bf2003496aa86f9ac1c53d7cb78e5839c9672f.png

Resolved! Count mismatch

The counts are shown different by a good margin at a particular time How is that possible? The label count() shows less number compared to exists count() neo4j> MATCH (n:User) where exists(n.user_id) RETURN count(*); +----------+ | count(*) | +------...

Designating data path in config not working

Mac OS 10.14.6 Running neo4j from desktop and interacting through neo4j browser. I want to write data to an external drive. I created a folder called neo4j-data on the external drive. I found the config file for the running database through the deskt...

Neo4j ETL now Ready for the Cloud

I’m happy to announce that the latest release (1.4.1) of the Neo4j-ETL tool graph-app now also works well with remote databases.Now you can import your relational data into any self-hosted or provisioned remote database in a few simple steps.1. Add y...

2X_a_a83f7e30d60a9d22f5d52006840024b05c95f7fc.png 2X_2_279315d507855c6a4351e1e2c2f39dd9cd2fccd8.gif

Resolved! Issue with .NET Hello World

I'm 100% new to Neo4j, and a bit of a neophyte in coding as well. I have a project that I want to test the usefulness of a graph database for and have downloaded the Neo4j Community edition. I have been running through some of the tutorials, and I ca...

me1 by Node
  • 1031 Views
  • 2 replies
  • 1 kudos

Cypher: Using Index Hints

GraphAware Cypher: Using Index Hints | GraphAware The Cypher query planner is quite advanced and mature, and you can mostly rely on it to pick the best plan for your query. However, there are rare cases... ...

2X_f_f86c698e354111ce55f230d1b2870b03328059fe.jpeg

Cypher Challenge for beginners

1 graph of 10000 calls, 2000 people from 5 cities 6 questions 6 queries 30 minutes 1 goal Quick start with Neo4j and Cypher from zero to hero! Tutorial based on Neo4j Workshop in Bangkok. Medium – 29 Aug 19 Learn Neo4j Cy...

Need help querying everything related to a DNS zone

I've created a database for our internal DNS and am trying to pull out everything related to a specific zone. I'm working my way through Graph Academy, but need to have a list sooner than I seem to be able to work it out myself I have nodes for serv...

2X_3_30e73248a48bb1b76ebe79827887215839a041ce.png 2X_d_dd9f3de7b8155ce955356e8b10270f6fa28db4d6.png
lling by Node Link
  • 1119 Views
  • 5 replies
  • 0 kudos

[HOW TO] Neo4J Temporal querryies

Hello everyone, I'm trying to build temporal query which I'd use for analysing incidences over time. This code fails, where I'd expect comparison of list against list to work as in usual languages: with LocalDateTime("2018-01-01") as date, duration({...