Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.12 KB

README.md

File metadata and controls

28 lines (15 loc) · 1.12 KB

JavaScript driver for Babelfish Driver Status Build Status Native Version Go Version

JavaScript driver for babelfish.

Development Environment

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.

License

GPLv3, see LICENSE