Zhihong SHEN

Results 6 issues of Zhihong SHEN

I'd like to have a longer chat with you to find out more about what you're doing and to share with you my interests. We might find some good synergies...

Do you have any versions for scala 2.12? I want to use kraps in my project, which depends on Scala2.12 :(

in some cases, we need return a set of results on server side, for example, executing a JDBC query: ``` val rs = con.execute("select * from person") while(rs.hasNext){ val result...

我想看一下依赖,HBase的版本是多少?

hello, does `front-end` provide any example to implement a very simple Cypher execution engine? i want to use front-end to enable my graphdb using Cypher as query language but i...