Initial commit

This commit is contained in:
2022-04-13 23:42:00 +02:00
commit 5726a1ba0d
3 changed files with 41 additions and 0 deletions
+29
View File
@@ -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
+8
View File
@@ -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)
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 23 KiB