DeNA / HandlerSocket-Plugin-for-MySQL

HandlerSocket is a NoSQL plugin for MySQL, working as a daemon inside the mysqld process, to accept tcp connections, and execute requests from clients. HandlerSocket does not support SQL queries; instead it supports simple CRUD operations on tables.
Other
1.13k stars 150 forks source link

java client #3

Open bravet opened 13 years ago

bravet commented 13 years ago

please provide a java client to handlersocket or else create a english protocol doc please.

nijikon commented 13 years ago

yes, english protocol doc would be nice.

ahiguti commented 13 years ago

I'll write a english protocol document soon.

dyu commented 13 years ago

Was a bout to request for the protocol docs. Thanks in advance ahiguti!

ahiguti commented 13 years ago

A protocol document is now available.

nijikon commented 13 years ago

Thanks!

bravet commented 13 years ago

thx a lot

ahiguti commented 13 years ago

I found a java client library. http://code.google.com/p/handlersocketforjava/

killme2008 commented 13 years ago

I have developed a java client for handlersocket http://code.google.com/p/hs4j/

whether you can add it to README client lists?thanks.

ahiguti commented 13 years ago

Thanks a lot. I've added hs4j to README.

fujohnwang commented 13 years ago

よしのりさん、I have added a hs client for scala, although it's still under development and in beta, but it can work now. will you add it to the client list? https://github.com/fujohnwang/hs2client

BTW. when I tried to decode the result, I found I can't decode columns with special characters like tab or LF, it seems that HS server side doesn't encode the \t properly, in that way, I can only allow the last column to have special characters, I don't know whether I miss something or not, look forward to your reply on this :-)