Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.09 KB

readme.md

File metadata and controls

37 lines (29 loc) · 1.09 KB

Api Comparison Experiment - Master's thesis application

  • api path: localhost:8888/api
    • REST: /rest/...
    • GraphQL: /graphql
  • api path gRPC: localhost:8889
  • Postman API Collection

gRPC Protobuf generation

mvn protobuf:compile protobuf:compile-custom -f pom.xml

Maven run configuration is also stored in .run/ directory.

Compatible database

  • github.com/sakiladb/mysql
  • database: sakila
  • username: sakila
  • password: p_ssW0rd
  • how to run:
    docker run -p 3306:3306 -d sakiladb/mysql:latest
    docker run -p 3307:3306 -d sakiladb/mysql:latest
    docker run -p 3308:3306 -d sakiladb/mysql:latest

Important files