api-testing/extensions
Rick cc5a463b4d
add mysql/etcd query support (#624)
* feat: add data query service

---------

Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2025-02-23 20:17:33 +08:00
..
README.md add mysql/etcd query support (#624) 2025-02-23 20:17:33 +08:00

README.md

Ports in extensions:

Type Name Port
Store orm 4071
Store s3 4072
Store etcd 4073
Store git 4074
Store mongodb 4075
Monitor docker-monitor
Agent collector
Secret Vault

Contribute a new extension

  • First, create a repository. And please keep the same naming convertion.
  • Second, implement the Loader gRPC service which defined by this proto.
  • Finally, add the extension's name into function SupportedExtensions.

Naming conventions

Please follow the following conventions if you want to add a new store extension:

store-xxx

xxx should be a type of a backend storage.

Test

First, build and copy the binary file into the system path. You can run the following command in the root directory of this project:

make build-ext-etcd copy-ext