こんにちは、私はのNeo4jの午前と私はいくつかの問題を抱えています私は私がしようとしていますので、のNeo4jパイプデータ
// 1. Find the most_popular_cuisine
MATCH (n:restaurants)
WITH COUNT(n.cuisine) as total
MATCH (r:restaurants)
RETURN r.cuisine , 100 * count(*)/total as percentage
order by percentage desc
limit 1
のような最も高い割合でノード(料理)を返すようにしたい1つのクエリを持っていますトップの結果を取得し、その
WITH COUNT(n.cuisine) as total
MATCH (r:restaurants)
WITH r.cuisine as cuisine , count(*) as cnt
MATCH (t:restaurants)
WHERE t.cuisine = cuisine AND count(*) = MAX(cnt)
RETURN t
雅問題は、モデルがdoc_managerを使用して、Mongoのインスタンスである、あまりにも作品かもしれません。私は大学の割り当てとして私は –