Back to Conductor

Community projects related to Conductor

docs/resources/related.md

2019-04-12-13004.3 KB
Original Source

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 OSS repository.

Microservices operations

Conductor deployment

OAuth2.0 Security Configuration

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