An open API service indexing awesome lists of open source software.

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

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
```