Skip to content
Snippets Groups Projects
Commit e9420ab6 authored by Filip Kollár's avatar Filip Kollár
Browse files

fixed locust, fixed readme

parent c96fefea
No related branches found
No related tags found
1 merge request!40added sequence generation of account numbers
......@@ -46,4 +46,4 @@ class ObsUser(HttpUser):
print(response.json())
wait_time = between(5, 10) # Adjust the wait time between tasks
\ No newline at end of file
wait_time = between(0, 0.5) # Adjust the wait time between tasks
\ No newline at end of file
......@@ -12,7 +12,7 @@
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>obs</name>
<description>Online banking system developed for learning purposed in the course pa165 at FI MU</description>
<description>Online banking system developed for learning purposes in the course pa165 at FI MU</description>
<modules>
<module>user-service</module>
<module>transaction-service</module>
......
......@@ -19,6 +19,10 @@ there is defined a scenario when someone deposits money via ATM meaning in the s
it is deducted
from the banks account
analytics data is not seeded so just run after locust so you launch etl that will create the data warehouse content,
normally it is run every day at 1 am to transform data from transaction service from previous day
POST http://localhost:8080/api/analytics-service/v1/etl/execute
## Use case:
![img_2.png](img_2.png)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment