mirror of
https://github.com/mainnika/nodesync.git
synced 2026-05-23 16:23:34 +00:00
Initial commit
This commit is contained in:
+29
@@ -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
|
||||
|
||||

|
||||
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 23 KiB |
Reference in New Issue
Block a user