Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makerdao/vdb-transformer-utilities
https://github.com/makerdao/vdb-transformer-utilities
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/makerdao/vdb-transformer-utilities
- Owner: makerdao
- License: agpl-3.0
- Created: 2020-09-25T17:27:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-23T04:29:22.000Z (about 3 years ago)
- Last Synced: 2024-06-21T18:14:43.959Z (7 months ago)
- Language: Go
- Size: 292 KB
- Stars: 1
- Watchers: 9
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.