Go to file
2021-12-30 13:06:28 +03:00
.github/workflows add actions 2021-12-30 13:06:28 +03:00
images Fix readme (#17) 2019-12-04 14:11:34 +03:00
src JD-474: remove p2p 2021-10-18 19:06:41 +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 add actions 2021-12-30 13:06:28 +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.