mirror of
https://github.com/LBRYFoundation/tracker.git
synced 2025-08-23 17:47:29 +00:00
Switch links to subproject repos
This commit is contained in:
parent
a6041dc654
commit
7318a9c84a
1 changed files with 4 additions and 5 deletions
|
@ -31,7 +31,7 @@ needs its functionality. See [below](#drivers) for more info.
|
||||||
Make sure you have your `$GOROOT` and `$GOPATH` set up correctly, and have your `$GOBIN` in your `$PATH`.
|
Make sure you have your `$GOROOT` and `$GOPATH` set up correctly, and have your `$GOBIN` in your `$PATH`.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ go install github.com/chihaya/chihaya
|
$ go get github.com/chihaya/chihaya
|
||||||
```
|
```
|
||||||
|
|
||||||
### Configuring
|
### Configuring
|
||||||
|
@ -55,17 +55,16 @@ $ go test -v ./...
|
||||||
|
|
||||||
Chihaya is designed to remain agnostic about the choice of data store for an
|
Chihaya is designed to remain agnostic about the choice of data store for an
|
||||||
application, and it is straightforward to [implement a new driver]. However, there
|
application, and it is straightforward to [implement a new driver]. However, there
|
||||||
are a number of drivers that plan to be directly supported:
|
are a number of drivers that will be directly supported:
|
||||||
|
|
||||||
Tracker:
|
Tracker:
|
||||||
|
|
||||||
* [redis](http://redis.io)
|
* [redis](https://github.com/chihaya/chihaya-redis)
|
||||||
* memory
|
* memory
|
||||||
|
|
||||||
Backend:
|
Backend:
|
||||||
|
|
||||||
* [batter (postgres)](https://github.com/wafflesfm/batter)
|
* [gazelle (mysql)](https://github.com/chihaya/chihaya-gazelle)
|
||||||
* [gazelle (mysql)](https://github.com/whatcd/gazelle)
|
|
||||||
|
|
||||||
[implement a new driver]: https://github.com/chihaya/chihaya/wiki/Implementing-a-driver
|
[implement a new driver]: https://github.com/chihaya/chihaya/wiki/Implementing-a-driver
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue