/mxt

Endpoint proxy for data transformation.

Primary LanguageGoApache License 2.0Apache-2.0

mxt query Release Go Report Card GoDoc Docker Container Image Size Docker Container Layers

Endpoint data transformation shim using Tengo for scripting.

mxt config diagram

Demo

Start fake API server:

docker-compose up

Run mxt:

go run ./cmd/mxt.go -config=./cfg/simple.yml

Get endpoint:

curl http://localhost:8080/get/twentyfour

Development

Test Release

goreleaser --skip-publish --rm-dist --skip-validate

Release

GITHUB_TOKEN=$GITHUB_TOKEN goreleaser --rm-dist