Which Ruby REST API client for neo4j?

后端 未结 7 1831
被撕碎了的回忆
被撕碎了的回忆 2021-02-08 04:19

I wonder what the REST API clients are available for using from Ruby (not JRuby, so native bindings are not an option)?

Ideally, I would want the API similar to the

7条回答
  •  轮回少年
    2021-02-08 05:17

    The short answer is that there is no any mature ActiveModel-like gems for RESTful neo4j.

    The most common scenario is to just use Neography.

提交回复
热议问题