Skip to content

2. Getting started

Sofia Lobenko edited this page Jun 30, 2022 · 1 revision

Steps to implement Act:

  1. Create a custom gRPC API (in th2-act-template it is th2-grpc-act-template id used).

  2. Make fork of th2-act-template repository.

  3. Change gRPC API name and version in requirements.txt. Install all required packages:

pip install -r requirements.txt
  1. Implement gRPC API. You can found detailed information about how to do it here.
Clone this wiki locally