Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 522 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 522 Bytes

vdb-transformer-utilities

This is a utility library with shared functions that are helpful in writing your own transformers.

Running tests

Tests can be run with go run github.com/onsi/ginkgo/ginkgo -r.

Dockerfiles

The docker images are base images used to build and run vdb processes (such as execute and header-sync). They are base images and are not useful on their own. However the docker-compose file provides a fully running vulcanize setup that you can use as-is or customize for your own needs.