使用带有c#和gremlin的titan graph db

时间:2013-04-30 02:19:07

标签: c# gremlin titan

安装起来非常困难。我想使用Berkeley + Elastic Search配置。 我不知道它是生产准备好了。 Rexter似乎很好的沟通层。我可以通过秘密启动titan服务器(?)

g = TitanFactory.open('/tmp/titan-local');

命令。 db的位置是C:\ tmp \ titan-local。如何远程与c#+ gremlin进行通信?

PS:由于gremlin的支持,我不得不选择它。如果他们不放弃这个项目 - 有弹性搜索支持 - 符合-gremlin - 它看起来很有希望..

1 个答案:

答案 0 :(得分:1)

Titan在许多生产环境中使用,但截至今天,0.3.0中的弹性搜索集成仍被视为“实验性”。将发布0.3.1版本以强化这些最新功能。如果你想使用C#,那么你最好的选择是使用Rexster和以下两个选项之一:

https://github.com/dkuppitz/rexpro-client https://github.com/inthefabric/RexConnect