Skip to content

Base Process Patterns

Compare
Choose a tag to compare
@rleeson rleeson released this 21 Dec 18:38
· 15 commits to main since this release
3aa8d52

What's Changed

  • Base Process Patterns by @rleeson in #1
  • Implement a set of base classes which add on to the previous with additional capabilities for the following Recurring import scenarios: Update, Destructive Update which prunes entities missing from the Import, and Batched Destructive Update which spans a large import of smaller batches
  • New IBatchProcess and IDryRun interfaces to optionally add-on support Batched and Test/Dry Run Processes
  • Add Stream and Process statistics models to help track, audit, and/or report the results of different processes
  • Segment some Data and Process models into sub-namespaces for organization

New Contributors

Full Changelog: 1.5.0...1.6.0