JavaScript driver for Babelfish
JavaScript driver for babelfish.
Requirements:
docker
- Go 1.11+
- SDK dependencies (dep ensure --vendor-only)
To initialize the build system execute: go test ./driver
, at the root of the project. This will generate the Dockerfile
for this driver.
To execute the tests just execute go run test.go
, this will execute 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
.
GPLv3, see LICENSE