How to start Titan graph server and connect with gremlin?

前端 未结 3 1145
故里飘歌
故里飘歌 2020-12-28 15:49

I\'ve been playing with Titan graph server for a while now. And my feeling is that, despite an extensive documentation, there is a lack of Getting started from scratch t

3条回答
  •  梦毁少年i
    2020-12-28 16:40

    It's also possible to access Titan from python using these two libraries:

    https://github.com/StartTheShift/thunderdome

    and

    https://github.com/espeed/bulbs.

    Thunderdome is currently Titan-specific, and bulbs is generic. A (possibly biased) comparison between Thunderdome and Bulbs is given on Thunderdome's wiki: https://github.com/StartTheShift/thunderdome/wiki/Bulbs-VS-thunderdome

    If you need autocompletion, you can use iPython and enable autocompletion in your iPython config.

提交回复
热议问题