This is the presto(https://prestodb.io/) cache api server.
git clone https://github.com/wyukawa/aoshima.git
cd aoshima
./gradlew build
java -jar build/libs/aoshima-0.0.1-SNAPSHOT.jar
curl -s -H "Content-type: application/json" -XPOST http://localhost:8080/v1/statement -d 'select * from test limit 10'