Python driver for Babelfish
![Go Version](https://camo.githubusercontent.com/ebe4a1f6d0e488d42f2ba74ad73e0521d5da5ecdde70eb5dc463d3ac359f8edd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f676f25323076657273696f6e2d312e31332d3633616662662e737667)
Requirements:
docker
- Go 1.13+
To initialize the build system execute: go test ./driver
, at the root of the project. This will generate the Dockerfile
for this driver.
To run the tests just execute go run test.go
, this will start the test over the native and the Go components of the driver using Docker.
The build is done executing go run build.go
. To evaluate the result using a docker container, execute:
go run build.go test-driver && docker run -it test-driver
.
If the project is located under $GOPATH
, run all the above with GO111MODULE=on
environment variable,
or move the project to any other directory outside of $GOPATH
.
GPLv3, see LICENSE