This system consists of three systems.
Obtain stock information from naver and continous stock list.
continuous stock list is a list that stock prices sequences from today to that keeping rising.
Figure out what stock is right to vest. It calculates from stocks information that StockCrawler had put into db.
RestfulAPI server for DB.
Crawler and Analyzer push data using this.
StockManagementServer also uses this.
It uses session for authentication users.
Interface for users to control all of the servers.
Invest automactically itself without people.
Control the AutoInvestor using RestfulAPI.
It's controlled by users who uses StockManagementClient.