Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
add to main doc example service
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-konovalov committed Apr 30, 2024
1 parent 33a0231 commit 5cd0f0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ func main() {
fmt.Printf("get typed result: %v", info)
}
```
### Learn more examples
#### [Customer service](examples/customer/README.md)
Service with go-vshard-router on top of the tarantool example from the original vshard library using raft

## Benchmarks
Topology:
Expand Down
3 changes: 3 additions & 0 deletions README_ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ func main() {
}

```
### Ознакомьтесь с другими примерами
#### [Customer service](examples/customer/README.ru.md)
Сервис с go-vshard-router поверх примера тарантула из оригинальной библиотеки vshard с использованием raft

## Бенчмарки

Expand Down

0 comments on commit 5cd0f0e

Please sign in to comment.