Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Online Banking Service
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Filip Kollár
Online Banking Service
Commits
e9420ab6
There was an error fetching the commit references. Please try again later.
Commit
e9420ab6
authored
10 months ago
by
Filip Kollár
Browse files
Options
Downloads
Patches
Plain Diff
fixed locust, fixed readme
parent
c96fefea
No related branches found
No related tags found
1 merge request
!40
added sequence generation of account numbers
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
locustfile.py
+1
-1
1 addition, 1 deletion
locustfile.py
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
readme.md
+4
-0
4 additions, 0 deletions
readme.md
with
6 additions
and
2 deletions
locustfile.py
+
1
−
1
View file @
e9420ab6
...
...
@@ -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
This diff is collapsed.
Click to expand it.
pom.xml
+
1
−
1
View file @
e9420ab6
...
...
@@ -12,7 +12,7 @@
<version>
0.0.1-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
obs
</name>
<description>
Online banking system developed for learning purpose
d
in the course pa165 at FI MU
</description>
<description>
Online banking system developed for learning purpose
s
in the course pa165 at FI MU
</description>
<modules>
<module>
user-service
</module>
<module>
transaction-service
</module>
...
...
This diff is collapsed.
Click to expand it.
readme.md
+
4
−
0
View file @
e9420ab6
...
...
@@ -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:

...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment