Sign inSign up

loadmill/db-relay-service

By loadmill

Updated about 2 years ago

Enable Loadmill's customers to execute queries directly to their DB using HTTP calls while testing

Image
0

3.2K

loadmill/db-relay-service repository overview

Docker image for Loadmill's DB Relay Service

What is Loadmill DB Relay Service

Loadmill is an API testing tool that helps you create and run tests from real users traffic. Loadmill DB Relay Service enables Loadmill's customers to execute queries directly to their DB using HTTP calls while testing.

Running

docker run -it -p 8080:8080 loadmill/db-relay-service

Optional environment variables:

  • ALLOWED_HOSTS: limit the service by allowing queries to run against the specified hosts - comma-separated values i.e "mongo1.example.com,mongo2.example.com"
  • ALLOW_ALTERING: allow executing non read-only commands (i.e. insert, update, delete). Currently for MongoDB only. More info can be found here

Tag summary

Content type

Image

Digest

sha256:16323cfe5

Size

80.4 MB

Last updated

about 2 years ago

docker pull loadmill/db-relay-service