Go to file
2022-01-28 15:00:43 +03:00
.github/workflows fix workflows 2022-01-27 18:05:36 +03:00
images Fix readme (#17) 2019-12-04 14:11:34 +03:00
src some fixes 2022-01-28 14:27:55 +03:00
.DS_Store Emulate data sets (#93) 2021-08-31 15:30:32 +03:00
.gitignore All files 2019-04-18 17:34:18 +03:00
LICENSE Let's make it opensource 2019-09-20 00:08:28 +03:00
pom.xml try to fix compile error 2022-01-28 15:00:43 +03:00
README.md Epic/swag test (#87) 2021-08-03 12:02:35 +03:00

Fraudbusters Management

Service for managing antifraud patterns and black/white/name lists

Provides a swagger interface for creating, deleting and modifying templates, as well as managing groups and bundles of patterns. Also provides a swagger interface for creating, deleting and reading black / white / name lists.

Service Interaction Topology.

The service interacts with fraudbusters and wb-list-manager through the kafka topics using the following protocols, respectively

alt text

Build

mvn clean package

Start

java -jar target/fraudbusters-management.jar

http://localhost:8080/fb-management/v1/swagger-ui.html#/

License

Apache 2.0 License.