gpt4 book ai didi

ubuntu - 使用 gremlin.net 从 .net 连接 neo4j

转载 作者:行者123 更新时间:2023-12-04 19:08:59 25 4
gpt4 key购买 nike

我正在尝试使用 Gremlin.Net 连接 neo4j 本地设置(Windows 10 WSL Ubunutu 18.04)图书馆。 Neo4j 服务器已启动并在 http://localhost:8182/ 中运行.当我尝试使用下面的代码连接时,它会抛出错误 System.Net.WebSockets.WebSocketException: 'The server returned status code '404' when status code '101' was expected.'我在这里想念什么。

           var gremlinServer = new GremlinServer("localhost", 8182);
var graphsonReader = new GraphSON2Reader(
new Dictionary<string, IGraphSONDeserializer> { { MyType.GraphsonType, new MyTypeReader() } });
//var graphsonWriter = new GraphSON2Writer(
// new Dictionary<Type, IGraphSONSerializer> { { typeof(MyType), new MyClassWriter() } });
_connection = new GremlinClient(gremlinServer, graphsonReader, new GraphSON2Writer(), GremlinClient.GraphSON2MimeType);
return _connection;

最佳答案

我不确定您是否打算输入此内容,但您写道“Neo4j 服务器已启动并正在运行....”。如果您的意思是 Neo4j Server然后 Gremlin.NET不会直接连接到那个。要使用该库,您需要安装 Gremlin Serverconfigure Neo4j within that .

关于ubuntu - 使用 gremlin.net 从 .net 连接 neo4j,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61814263/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com