This repository was archived by the owner on Sep 26, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Jocko
2
2
3
- [ ![ Build Status] ( https://semaphoreci.com/api/v1/nash-io/jocko/branches/master/shields_badge.svg )] ( https://semaphoreci.com/nash-io/jocko ) [ ![ codecov] ( https://codecov.io/gh/nash-io/jocko/branch/master/graph/badge.svg )] ( https://codecov.io/gh/nash-io/jocko )
3
+ [ ![ Build Status] ( https://semaphoreci.com/api/v1/nash-io/jocko/branches/master/shields_badge.svg )] ( https://semaphoreci.com/nash-io/jocko ) [ ![ codecov] ( https://codecov.io/gh/nash-io/jocko/branch/master/graph/badge.svg )] ( https://codecov.io/gh/nash-io/jocko ) [ ![ Go Report Card ] ( https://goreportcard.com/badge/github.com/nash-io/jocko )] ( https://goreportcard.com/report/github.com/nash-io/jocko )
4
4
5
5
Distributed commit log service in Go that is wire compatible with Kafka.
6
6
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ This will start a local three node cluster.
5
5
## Build
6
6
7
7
``` bash
8
- $ go get github.com/travisjeffery /jocko/...
9
- $ cd $GOPATH /src/github.com/travisjeffery /jocko/cmd/jocko
8
+ $ go get github.com/nash-io /jocko/...
9
+ $ cd $GOPATH /src/github.com/nash-io /jocko/cmd/jocko
10
10
$ go build
11
11
```
12
12
Original file line number Diff line number Diff line change @@ -4,17 +4,17 @@ services:
4
4
jocko_a :
5
5
build :
6
6
context : .
7
- image : nash-io /jocko:latest
7
+ image : nashblockchain /jocko:latest
8
8
command : jocko broker --id 0 --raft-addr=jocko_a:9093 --bootstrap --bootstrap-expect=3
9
9
10
10
jocko_b :
11
11
build :
12
12
context : .
13
- image : nash-io /jocko:latest
13
+ image : nashblockchain /jocko:latest
14
14
command : jocko broker --join=jocko_a:9094 --id 1 --raft-addr=jocko_b:9093 --bootstrap-expect=3
15
15
16
16
jocko_c :
17
17
build :
18
18
context : .
19
- image : nash-io /jocko:latest
19
+ image : nashblockchain /jocko:latest
20
20
command : jocko broker --join=jocko_a:9094 --id 2 --raft-addr=jocko_c:9093 --bootstrap-expect=3
You can’t perform that action at this time.
0 commit comments