Initial commit

main
Nikita Tokarchuk 2 years ago
commit 5726a1ba0d
Signed by: mainnika
GPG Key ID: A595FB7E3E56911C
  1. 29
      .gitignore
  2. 8
      README.md
  3. 4
      docs/node-flow.drawio.svg

29
.gitignore vendored

@ -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)

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 23 KiB

Loading…
Cancel
Save