graphenedb

    0熱度

    1回答

    我在看下面: https://github.com/maxdemarzi/neography/wiki/Scripts-and-queries 我試圖來爲「查詢」,這將返回以下值:是有關係 節點workingOn 創建日期是昨天(我用的信號出現時間的整數,因爲它似乎並不像有一個Date類型?) 返回屬性value 我想: start n=node(id) # where id is the ref

    1熱度

    2回答

    我只發現了Neo4j的this typescript's library,但是沒有與GrapheneDB(在Heroku上)連接的解決方案。 是否有人已經找到解決方案?

    0熱度

    1回答

    該文檔似乎沒有按預期工作。 node #<Neography::Node>> node.outgoing #<Neography::NodeTraverser:0x007f5981427f20 我只是想獲得一個給定的關係的節點,但根據目前的資料上目前還不清楚: https://github.com/maxdemarzi/neography

    0熱度

    1回答

    我安裝了Neo4j APOC存儲過程,但我似乎只能訪問某些程序。例如,當我運行「CALL apoc.convert.toJson([1,2,3])」我接收的錯誤消息: 存在具有名稱apoc.convert.toJson沒有程序登記 此數據庫實例。請確保您正確拼寫了程序名稱 ,並且程序已正確部署。 然而,當我看到可用的程序,我可以看到,很多的APOC程序可用,例如「apoc.algo.aStar」,

    0熱度

    1回答

    class Client include Neo4j::ActiveNode end > client = Client.new => #<Client uuid: nil, bot_client_id: nil, created_at: nil, email: nil, first_name: nil, last_name: nil, sms: nil, telegram_id

    0熱度

    1回答

    嗨我無法連接到端口7687上的本地主機 - 服務器運行嗎?錯誤,每當我執行 import os import json from urllib.parse import urlparse, urlunparse from django.shortcuts import render # Create your views here. from py2neo import Graph,

    0熱度

    1回答

    我一直在嘗試使用neography以下基本的使用情況,但似乎無法得到它的工作: 對於給定的節點,告訴我該節點的關聯關係。 對於給定的節點和特定的關係,返回該關係中的一個或多個節點? 我跟着從這裏的例子:https://maxdemarzi.com/2012/01/04/getting-started-with-ruby-and-neo4j/ 我嘗試下面的代碼: def create_person(

    0熱度

    1回答

    我正在使用由GrapheneDB託管的neography gem。 我需要發送週期性事件。 我做了什麼與我先前的DB是檢查是否object[:next_occurrence] is < TimeDate.now 我不知道怎樣才能在Neo4j的,也沒有在文檔中做這種類型的搜索: https://neo4j.com/developer/guide-sql-to-cypher/#_cypher_is_a

    1熱度

    1回答

    我在使用Lambda函數訪問我的Neo4j數據庫時遇到問題。我想建立一個Alexa技能,並且在Alexa技能中,應該可以訪問像Neo4j這樣的圖形數據庫。 我認爲將數據庫放入雲中(使用GrapheneDB)可以解決這個問題,但現在看起來認證有些問題。 import org.neo4j.driver.v1.*; import static org.neo4j.driver.v1.Values.pa

    0熱度

    1回答

    按照documentation on querying nodes爲neography紅寶石寶石: Neography::Node.find(index, query) # advanced query of the node index with the given query 但我不清楚是什麼格式和query的例子是以上。 我想要做的是提供一個搜索詞然後查詢具有所有節點,作爲屬性之一,us