LinShihJhang / kuery

SQL usage comparison and competitions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kuery

SQL usage comparison and competitions.

Execution

There's already pushed image on the docker hub.

docker run -it -p 8080:8080 tz70s/kuery

# Index route for more information
curl http://localhost:8080

To run locally without docker requires sbt to build.

sbt run

Performance Testing

Predefined rules for adapting various behaviors:

  1. Plain Akka Http Server: GET /plain
  2. Simple SQL Query: GET /sql/personnel?job=nurse
  3. Simple SQL Aggregation: GET /sql/personnel?job=nurse&count=true
  4. Three table SQL Join: GET /sql/personnel/join

About

SQL usage comparison and competitions.

License:Apache License 2.0


Languages

Language:Scala 99.2%Language:Shell 0.8%