Skip to content

gmh5225/Malicious-code-detection-bugu

Repository files navigation

Contributors Forks Stargazers Issues License Deploy


bugu

Malicious code detection and complication system
Explore the docs » (you are here)

View Demo · Report Bug · Request Feature

Description

Kill - free system based on artificial intelligence detection

Details

flowchart LR
	admin("admin service") <-.-> user("user service")
	bugu("bugu service") <-.-> user
	bugu <-.-> detect("detect service")
	bugu <-.-> packer("packer service")
	bugu <-.-> confusion("confusion service")
	
	subgraph DB
	redis[("redis")]
	userdb[("user db")]
	kafka[("kafka")]
	end
	
	subgraph File
	oss[("oss")]
	metadatadb[("file meta db")]
	end
	
	bugu <-.file.-> oss
	admin <-.file.-> oss
	
	bugu <-.file metadata.-> metadatadb
	admin <-.file metadata.-> metadatadb
	
	user <-.user info.-> userdb
	user <-.user cache.-> redis
	
	bugu -.delay task.-> kafka
	detect <-.delay task.- kafka
	packer <-.delay task.- kafka
	confusion <-.delay task.- kafka
	
	subgraph Other Infrastructure
	consul("Consul")
	sls("Aliyun Log Service")
	end
	
Loading