mirror of https://github.com/mainnika/nodesync.git
commit
5726a1ba0d
@ -0,0 +1,29 @@ |
||||
# Compiled Object files, Static and Dynamic libs (Shared Objects) |
||||
*.o |
||||
*.a |
||||
*.so |
||||
|
||||
# Folders |
||||
_obj |
||||
_test |
||||
|
||||
# Architecture specific extensions/prefixes |
||||
*.[568vq] |
||||
[568vq].out |
||||
|
||||
*.cgo1.go |
||||
*.cgo2.c |
||||
_cgo_defun.c |
||||
_cgo_gotypes.go |
||||
_cgo_export.* |
||||
|
||||
_testmain.go |
||||
|
||||
*.exe |
||||
*.test |
||||
*.prof |
||||
|
||||
vendor/ |
||||
.idea/ |
||||
|
||||
.DS_Store |
@ -0,0 +1,8 @@ |
||||
# node setup |
||||
|
||||
The nodes-sync library uses zookeeper and helps to manage a clustered app. It can be useful to manage the load across |
||||
multiple nodes and dynamically scale it in real time when node fail or a new one become available. |
||||
|
||||
## load spreading example |
||||
|
||||
![](docs/node-flow.drawio.svg) |
After Width: | Height: | Size: 23 KiB |
Loading…
Reference in new issue