KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
conductor-examples
★ 20
Open GitHub ↗
sample workflows using Conductor
Download README (.md)
Explore Similar Repositories
CVE-2022-24934
:
No description available.
youtube-react-clone
:
Made for class
Crystal-Twins
:
No description available.
p5.videorecorder
:
a p5js library for recording video from sketches
ffmpeg-scripts
:
Scripts for FFmpeg
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
conductor-examples
?
Download (.md)
# Example workflows Looking to find example workflows or code to get started with Conductor? You have landed at the right place! This repository contains various end to end working workflows that you can use to bootstrap your Conductor project. # Examples * [Hello World](/call_http_service) - Call a remote HTTP service * [Document Approvals](/document_approvals/) - a document approval workflow * [Loan Approval](/finance/) - a loan approval example workflow * [USPS check address](/US_post_office/README.md#check_address) - US address lookup * [USPS postage calculatoe](/US_post_office/README.md#postage_rate) - USPS postal calculator * [A/B testing](/workflow_AB_testing/) - two workflows that allow for task A/B testing * [image reformat and resize](/image_processing/) - resize an image into multiple variations & upload to S3 * [image effects](/image_processing/) - add sepia/vibrancy and more to your image, and rehost on S3 * [video processing](/video_processing/)- reformat a video into multiple formats/bitrates. * [ETL](/Simple_ETL/) - Extract data from Github - transform and load into Orbit. If you have a workflow you'd like to share, please create a pull request! # Language Specific Examples ### Go See [go-samples](go-samples/) for examples of building workflows and workers in golang ### Java [Shipment Workflow Example](https://github.com/Netflix/conductor/tree/main/java-sdk/example/java/com/netflix/conductor/sdk/example/shipment) ### Python