-
Notifications
You must be signed in to change notification settings - Fork 487
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #76 from wfh45678/develop
Develop
- Loading branch information
Showing
42 changed files
with
377 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,3 +21,4 @@ webapp/node_modules/ | |
.settings | ||
.classpath | ||
.factorypath | ||
/radar-kafka-demo/target/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
# Risk Engine(Radar) | ||
## Introduction | ||
|
||
A real-time risk analysis engine,which can update risk rule in real-time and make it effective immediately. | ||
It applies to the anti-fraud application perfectly. | ||
The project code called Radar, like the code, monitor the transaction at the back. | ||
|
||
## FEATURE | ||
|
||
* real-time | ||
* visual rule editor | ||
* plugin design | ||
* nosql, easy extended | ||
* simple configuration | ||
* out-of-the-box | ||
|
||
## Relation Site | ||
Gitee: https://gitee.com/freshday/radar | ||
Github: https://github.com/wfh45678/radar | ||
Official Site: https://www.91risk.com | ||
Wiki: https://gitee.com/freshday/radar/wikis/home | ||
|
||
|
||
## Architecture | ||
|
||
|
||
Server-end: SpringBoot + Mybatis + tkMapper + Mysql + MongoDB + Redis + Groovy + ES + Swagger | ||
|
||
Front-end: React(SPA) | ||
|
||
### System Component Diagram | ||
![Architecture](https://www.91risk.com/radar/sys_model_arch.png) | ||
|
||
## Technology stack | ||
* Springboot:base spring boot 2.x framework. | ||
|
||
* Mybatis + tkMapper: data persistence layer framework. | ||
|
||
* Mysql : model meta data storage. | ||
|
||
* MongoDB: for event data storage. | ||
|
||
* ES: risk result data analysis. | ||
|
||
* Redis: cache, pub sub when model meta data change. | ||
|
||
* Groovy: rule engine. | ||
|
||
* Swagger: Rest API. | ||
|
||
|
||
--- | ||
|
||
## [manual](https://gitee.com/freshday/radar/wikis/manual) | ||
https://gitee.com/freshday/radar/wikis/manual | ||
|
||
|
||
## Demo site | ||
[Demo URL:](http://121.36.168.6:6580/) http://121.36.168.6:6580/ | ||
|
||
## wiki | ||
[WIKI:](https://gitee.com/freshday/radar/wikis/home?sort_id=1637444) https://gitee.com/freshday/radar/wikis/home?sort_id=1637444 | ||
|
||
|
||
|
||
## Thanks | ||
|
||
千面怪, 烈日下的从容, DerekDingLu, king, sanying2012, 紫泉夜, 玄梦 | ||
成书平, 徐帅,郭锐, 王成,马兆永... | ||
|
||
|
||
|
||
## Statement | ||
Copyright © 2019-2021 WangFeiHu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>风控引擎管理平台</title> <link rel="shortcut icon" href="/images/anquan.png"> <!--[if lt IE 10]> | ||
<script src="https://as.alipayobjects.com/g/component/??console-polyfill/0.2.2/index.js,es5-shim/4.5.7/es5-shim.min.js,es5-shim/4.5.7/es5-sham.min.js,html5shiv/3.7.2/html5shiv.min.js,media-match/2.0.2/media.match.min.js"></script> | ||
<![endif]--> <link href="./index.fd241aec-1.css" rel="stylesheet"><link href="./index.fd241aec-2.css" rel="stylesheet"><link href="./index.fd241aec-3.css" rel="stylesheet"></head> <body> <div id="react-content"></div> <script type="text/javascript" src="./main.fd241aec.js"></script></body> </html> | ||
<![endif]--> <link href="./index.da6b2009-1.css" rel="stylesheet"><link href="./index.da6b2009-2.css" rel="stylesheet"><link href="./index.da6b2009-3.css" rel="stylesheet"></head> <body> <div id="react-content"></div> <script type="text/javascript" src="./main.da6b2009.js"></script></body> </html> |
16 changes: 8 additions & 8 deletions
16
...rc/main/resources/static/main.fd241aec.js → ...rc/main/resources/static/main.da6b2009.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.