https://github.com/src-d/go-vitess
An automatic filter-branch of Go libraries from the great Vitess project.
https://github.com/src-d/go-vitess
golang vitess
Last synced: 5 months ago
JSON representation
An automatic filter-branch of Go libraries from the great Vitess project.
- Host: GitHub
- URL: https://github.com/src-d/go-vitess
- Owner: src-d
- License: apache-2.0
- Created: 2018-02-13T02:13:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-02T10:34:06.000Z (over 6 years ago)
- Last Synced: 2025-05-05T05:05:30.838Z (5 months ago)
- Topics: golang, vitess
- Language: Go
- Homepage: https://godoc.org/gopkg.in/src-d/go-vitess.v1
- Size: 47.6 MB
- Stars: 15
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: history/history.go
- License: LICENSE
Awesome Lists containing this project
README
# go-vitess [](https://godoc.org/gopkg.in/src-d/go-vitess.v1)
`go-vitess` is an automatic filter-branch done by an [script](https://github.com/src-d/go-mysql-server/blob/master/_scripts/go-vitess/Makefile), of the great [Vitess](https://github.com/vitessio/vitess) project.
The goal is keeping the `vitess.io/vitess/go` package and all the dependent packages as a standalone versioned golang library, to be used by other projects.
It holds all the packages to create your own MySQL server and a full SQL parser.
## Installation
```sh
go get -v -u gopkg.in/src-d/go-vitess.v1/...
```## Contributions
Since the code belongs to the upstream of [Vitess](https://github.com/vitessio/vitess),
the issue neither pull requests aren't accepted to this repository.## License
Apache License 2.0, see [LICENSE](LICENSE).