Hi deawon. Thanks for bringing this issue up.
I agree with your suggestions since I got pretty frustrated when I was working on S2GRAPH-243(I modify one line of code and had to re-package project since dev mode on s2rest_play is not working because of classpath issue). I am more than happy to work on this since the current dev environment has been broken. On Mon, Nov 5, 2018 at 6:15 PM daewon <[email protected]> wrote: > S2Graph's main web interface is based on Play! Framework. > > Key features provided include: > - admin api > - read/write api (include graph traverse) > > and known issues: > 1. The `s2rest_netty` project is experimental and supports only `graph > traverse` API. > 2. `s2rest_play` based on Play! Framework. > Play! Framework is full stack framework, so it has a lot of > dependencies that s2graph does not need. > There is also a conflict with byte buddy for patching asynchbase. > 3. `GraphQL` is still in the experimental phase and does not yet provide > all the functionality. > > I suggest removing `s2rest_play` and `s2rest_netty` to solve the above > problem. > > Akka HTTP is a stable phase, and the GraphQL web interface is built on Akka > HTTP. > It would be nice if a full-featured Web Interface would be provided by > connecting an existing Web Interface to an implemented GraphQL server. > > Thank you for your feedback. > > reference: https://richardimaoka.github.io/blog/hello-world-http-bench/ >
