Skip to content

choigiseong/sharding

Repository files navigation

sharding

https://techblog.woowahan.com/2687/
I followed the techniques outlined in this article.

How to run

  1. docker-compose -f ./docker/docker-compose.yml up -d
  2. run project
  3. run curl
curl -X POST http://localhost:8080 \
  -H "Content-Type: application/json" \
  -d '{
        "userId": 123
      }'

curl -X GET http://localhost:8080/123

About

This project uses modular and range sharding to distribute database load, ensuring scalability and balanced performance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages