https://github.com/wyukawa/aoshima
https://github.com/wyukawa/aoshima
presto
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wyukawa/aoshima
- Owner: wyukawa
- License: apache-2.0
- Created: 2016-12-14T02:41:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T08:09:01.000Z (about 7 years ago)
- Last Synced: 2025-02-07T18:53:50.217Z (8 months ago)
- Topics: presto
- Language: Java
- Size: 76.2 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aoshima
## Description
This is the presto(https://prestodb.io/) cache api server.## How to build
```
git clone https://github.com/wyukawa/aoshima.git
cd aoshima
./gradlew build
```## How to execute
```
java -jar build/libs/aoshima-0.0.1-SNAPSHOT.jar
```
open http://localhost:8080/## Execution example
```
curl -s -H "Content-type: application/json" -XPOST http://localhost:8080/v1/statement -d 'select * from test limit 10'
```## Swagger
open http://localhost:8080/swagger-ui.html