You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go-vshard-router — библиотека для отправки запросов напрямую в стораджа в шардированный кластер tarantool,
14
14
без использования tarantool-router. Эта библиотека написана на основе [модуля библиотеки tarantool vhsard router](https://github.com/tarantool/vshard/blob/master/vshard/router/init.lua). go-vshard-router применяет новый подход к созданию кластера
@@ -70,14 +70,14 @@ graph TD
70
70
С помощью [Go module](https://github.com/golang/go/wiki/Modules) можно добавить следующий импорт
71
71
72
72
```
73
-
import "github.com/KaymeKaydex/go-vshard-router"
73
+
import "github.com/tarantool/go-vshard-router"
74
74
```
75
75
в ваш код, а затем `go [build|run|test]` автоматически получит необходимые зависимости.
76
76
77
77
78
78
В противном случае выполните следующую команду Go, чтобы установить пакет go-vshard-router:
79
79
```sh
80
-
$ go get -u github.com/KaymeKaydex/go-vshard-router
0 commit comments