-
Notifications
You must be signed in to change notification settings - Fork 1
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
65 changed files
with
793 additions
and
801 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,14 +1,11 @@ | ||
[workspace] | ||
|
||
members = [ | ||
"control-panel", | ||
|
||
"data-panel", | ||
"data-panel-common", | ||
"data-panel-database", | ||
"data-panel-cache", | ||
"data-panel-rpc", | ||
"data-panel-mq", | ||
|
||
# Internal | ||
"control-panel", | ||
"data-panel", | ||
"data-panel-common", | ||
"data-panel-database", | ||
"data-panel-cache", | ||
"data-panel-rpc", | ||
"data-panel-mq", | ||
] |
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,2 +1,3 @@ | ||
# Martlet Mesh | ||
|
||
A Martlet Service Mesh(Database, RPC, MQ, Cache, HTTP1\2 Service Mesh) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[app] | ||
name = "Database Mesh" | ||
host = "localhost" | ||
port = 13306 | ||
version = '0.1.0' | ||
name = "Database Mesh" | ||
host = "localhost" | ||
port = 13306 | ||
version = '0.1.0' | ||
[control] | ||
pilot = "localhost:6306" | ||
mixer = "localhost:7306" | ||
citadel = "localhost:8306" | ||
pilot = "localhost:6306" | ||
mixer = "localhost:7306" | ||
citadel = "localhost:8306" | ||
[system] | ||
timeout = 5000 | ||
timeout = 5000 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ | |
|
||
#[macro_use] | ||
extern crate bitflags; | ||
|
||
#[macro_use] | ||
extern crate lazy_static; | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[app] | ||
name = "Database Mesh" | ||
host = "localhost" | ||
port = 13306 | ||
version = '0.1.0' | ||
name = "Database Mesh" | ||
host = "localhost" | ||
port = 13306 | ||
version = '0.1.0' | ||
[control] | ||
pilot = "localhost:6306" | ||
mixer = "localhost:7306" | ||
citadel = "localhost:8306" | ||
pilot = "localhost:6306" | ||
mixer = "localhost:7306" | ||
citadel = "localhost:8306" | ||
[system] | ||
timeout = 5000 | ||
timeout = 5000 |
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.