-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
4 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 |
---|---|---|
@@ -1,4 1,29 @@ | ||
# jsf-core | ||
JSF-core is jsf server console which provide management for JSF client. | ||
The following functions are provided, such as:registration management,schedule task. | ||
In the future, we will also provide more extensive management functions. | ||
##What is JSF-CORE? | ||
JSF-core is jsf server console which provide management for JSF client. The following functions are provided, such as:registration management,schedule task. In the future, we will also provide more extensive management functions. | ||
|
||
##What does JSF-CORE do? | ||
|
||
* Registry center | ||
* service registry | ||
* service subscribe | ||
* service discover | ||
* service push | ||
* service configration push | ||
* service health monitor | ||
|
||
* worker is schedule task | ||
* monitor the aviable status of registry | ||
* Delete expired data in mysql | ||
* count number of tcp | ||
* count number of provider | ||
* count number of consumer | ||
|
||
##Database | ||
We use mysql database. We should install mysql before. There are two databases: saf21 and saf_registry, which sql files were In the following directory: ${jsf-core}/jsf-common/sql. | ||
|
||
##dependencies | ||
Zookeeper 3.0 | ||
Mysql 5.5 | ||
Maven 3.1.x | ||
JDK1.8.0 | ||
JSF SDK(https://github.com/tigcode/jsf-sdk) |