https://github.com/shubnikofff/test-transactional
The goal of project is to test database transactions in different levels of isolation under high load and concurrency
https://github.com/shubnikofff/test-transactional
Last synced: 3 months ago
JSON representation
The goal of project is to test database transactions in different levels of isolation under high load and concurrency
- Host: GitHub
- URL: https://github.com/shubnikofff/test-transactional
- Owner: shubnikofff
- Created: 2025-03-05T08:54:56.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-03-07T14:18:50.000Z (3 months ago)
- Last Synced: 2025-03-07T15:27:35.771Z (3 months ago)
- Language: Java
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
The goal of project is to test database transactions in different levels of isolation under high load and concurrency
# How to
### Run dependencies
```shell
docker compose up -d
```### Run service
```shell
mvn spring-boot:run
```### Run load tests
```shell
mvn gatling:test
```