simplegraph

Gremlin text comparison predicates

ぐ巨炮叔叔 提交于 2020-01-05 05:28:07
问题 My vertice properties partly contain objects like e.g. a File object. When searching with "has" I would like to search for Files by path. I think some kind of text comparison predicates that would do the "toString()" conversion might be helpful here. Are there any standard predicates like this in gremlin/tinkerpop or do I have to implement these my self? I found two related questions in stackoverflow: Gremlin.net textContains equivalent How Gremlin query same sql like for search feature And

GitHub V4 GraphQL API with Java using some GraphQL Java library (if available)

*爱你&永不变心* 提交于 2019-12-11 05:23:09
问题 For the V3 Version of the API I found quite a few questions here on Stackoverflow. There are also libraries available at https://developer.github.com/v3/libraries/. I'd rather use the V4 api because I intend to do an integration for the simplegraph open source project see https://github.com/BITPlan/com.bitplan.simplegraph/issues/5 For the V4 API i found the following links so far: https://developer.github.com/v4/explorer/ https://developer.github.com/v4/guides/forming-calls/#the-graphql