Skip to content

silverabelbitweb/detector-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Detector

Given component is responsible for verification of bank transactions.

Registering

For app to run you need to register. You need a team name and a fork of the detector repository. Once you have a team and a fork, you can register with the following CURL command:

DO NOT FORGET TO CHANGE TEAM NAME IN BODY

curl -X POST 'https://devday.sandbox.bitw3b.eu/detectors' -H 'Content-Type: application/json' --data-raw '{"name": "<TEAM NAME>"}'

As a response you will get token. Put that token into src/main/java/resources/application.properties

You should be set to go. If you have issues, please feel free to ask for help.

Database setup

Detector database runs locally in Docker container

  • docker compose up -d

Running

  • Running in IDE is best option
  • Running in terminal ./gradlew bootRun --args='--detector.token=<your_token>'

Service limitations

  • Each api token is limited to 50 concurrent requests.
  • Each api token is limited to 10000 pending transactions.

Evaluation

Evaluators will start going through registered teams and executing applications in an isolated environment. Evaluators will run a single instance of application and let it run for 3 minutes to get a baseline.

Testing machine:

  • 2 vCPU
  • 8 GB ram

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages