https://github.com/ductwork/examples
Rails application with example pipelines
https://github.com/ductwork/examples
pipelines rails ruby
Last synced: 3 months ago
JSON representation
Rails application with example pipelines
- Host: GitHub
- URL: https://github.com/ductwork/examples
- Owner: ductwork
- License: mit
- Created: 2025-11-14T23:50:38.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-02-04T21:41:59.000Z (5 months ago)
- Last Synced: 2026-02-05T03:10:17.187Z (5 months ago)
- Topics: pipelines, rails, ruby
- Language: Ruby
- Homepage:
- Size: 121 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Ductwork Examples
Rails application with example pipelines. See online documentation for more details.
**[Full Documentation](https://docs.getductwork.io/)**
## Setup
Run `bin/setup`
To re-seed the database run `bin/setup --reset`
## Usage
This application includes a number of example pipelines meant to get you familiar with them and inspire you to design your own. You can view progress in the logs or on the console.
### `EnrichAllUsersDataPipeline`
This pipeline is meant to minic a typical data enrichment process where data is fetched from multiple sources in parallel and then merged back into the record and persisted in the database.
You can trigger the user enrichment pipeline on the rails console with `EnrichAllUsersDataPipeline.trigger(7)` or with the rake task `bin/rails enrich_user_data`.
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/ductwork/example. If someone has a very good example that deems being added to the project then please open up a pull request!
## License
The examples are available as open source under the terms of the [MIT License](https://github.com/ductwork/examples/blob/main/LICENSE.txt).