kakao / s2graph

This code base is retained for historical interest only, please visit Apache Incubator Repo for latest one
https://github.com/apache/incubator-s2graph
Other
250 stars 32 forks source link

S2graph 9 add netty server #235

Closed daewon closed 8 years ago

daewon commented 8 years ago

This issue dependence on S2GRAPH-7 (Abstract common code)

I made Http server using Netty and S2Graph

S2Graph provide CRUD operation, but now, read operations were completed

1. Make http rest server using netty
2. Attach s2core to netty server and refactoring some s2rest_play's controllers using `RestCaller`
daewon commented 8 years ago

@SteamShon Refactored to reflect the your comments.

SteamShon commented 8 years ago

@daewon looks good to me!

daewon commented 8 years ago

Moved. https://github.com/apache/incubator-s2graph/pull/8