dolphinscheduler/dolphinscheduler-extract
Wenjun Ruan 43f5f24529
Add dolphinscheduler-extract-common module (#15266)
2023-12-05 21:06:39 +08:00
..
dolphinscheduler-extract-alert [Improvement][Alert] Add a test send feature when creating an alert instance (#15163) 2023-11-20 10:03:37 +08:00
dolphinscheduler-extract-base Fix home page workflow instance miss status (#15193) 2023-11-22 10:33:24 +08:00
dolphinscheduler-extract-common Add dolphinscheduler-extract-common module (#15266) 2023-12-05 21:06:39 +08:00
dolphinscheduler-extract-master Add dolphinscheduler-extract-common module (#15266) 2023-12-05 21:06:39 +08:00
dolphinscheduler-extract-worker Add dolphinscheduler-extract-common module (#15266) 2023-12-05 21:06:39 +08:00
README.md Add dolphinscheduler-extract-common module (#15266) 2023-12-05 21:06:39 +08:00
pom.xml Add dolphinscheduler-extract-common module (#15266) 2023-12-05 21:06:39 +08:00

README.md

Introduction

This module contains the RPC interface which can be used to communicate with the DolphinScheduler server.

dolphinscheduler-extract-base

The base module contains the basic interfaces for how to define the RPC client and server.

dolphinscheduler-extract-common

The common module contains the common interface which can be used by both the master and worker.

dolphinscheduler-extract-master

This module contains the RPC interface which can be used by communicate with the master server.

dolphinscheduler-extract-worker

This module contains the RPC interface which can be used by communicate with the worker server.

dolphinscheduler-extract-alert

This module contains the RPC interface which can be used by communicate with the alert server.