Skip to content

kenttonino/GoDatabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

  • A playground anything related to Databases integration with Go.
  • Below are the available routes.
http://localhost:3000

# Available routes.
/ready
/redis/ready
/sql/ready
/sql/create/user/table



Setup

  • Install GNU Make and Grafana k6.
  • Run the following commands.
# Run the HTTP server.
make run

# (Optional) If want to run k6 load testing.
make run-k6