Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Latest commit

 

History

History
74 lines (45 loc) · 4.35 KB

related.md

File metadata and controls

74 lines (45 loc) · 4.35 KB

Community projects related to Conductor

Client SDKs

Further, all of the (non-Java) SDKs have a new GitHub home: the Conductor SDK repository is your new source for Conductor SDKs:

All contributions on the above client sdks can be made on Conductor SDK repository.

Microservices operations

Conductor deployment

OAuth2.0 Security Configuration

Forked Repository - Conductor (Secure)

OAuth2.0 Role Based Security! - Spring Security with easy configuration to secure the Conductor server APIs.

Docker image published to Docker Hub

Conductor Worker utilities

Conductor Web UI

Conductor Persistence

Mongo Persistence

Oracle Persistence

Schedule Conductor Workflow

  • https://github.com/jas34/scheduledwf - It solves the following problem statements:
    • At times there are use cases in which we need to run some tasks/jobs only at a scheduled time.
    • In microservice architecture maintaining schedulers in various microservices is a pain.
    • We should have a central dedicate service that can do scheduling for us and provide a trigger to a microservices at expected time.
  • It offers an additional module io.github.jas34.scheduledwf.config.ScheduledWfServerModule built on the existing core of conductor and does not require deployment of any additional service. For more details refer: Schedule Conductor Workflows and Capability In Conductor To Schedule Workflows