Skip to content

Writers

Steve Cote edited this page Apr 23, 2017 · 1 revision

Coyote DX Writers have one simple purpose; write DataFrames to some target location / media. This DataFrame is always a clone of the working frame of the current Transaction Context unless there is a Mapper involved which will map fields of the working frame to the target frame for the writer to use..

Writers can write their frames to anything, files, databases, network sockets or to other frameworks through specializes API calls. There is no reason why a writer could not publish a DataFrame on a message queue or a pub-sub topic.

It is possible to have multiple writers in a transform job. The default to unconditionally writing all frames passing through the context, but it is also possible to define a boolean expression to control when a frame is written. This enables a "fan-out" and "router" pattern in your jobs.

Home

  1. Concepts
  2. Features
  3. Transform Engine
  4. Quick Start
  5. Configuration
  6. Secrets Vault
  7. Readers
  8. Writers
    • List of Writers
    • Custom Writers
  9. Filters
    • Accept
    • Reject
    • Custom Filters
  10. Tasks
    • List of Tasks
    • Custom Tasks
  11. Validators
    • List of Validators
    • Custom Validators
  12. Listeners
    • List of Listeners
    • Custom Listeners
  13. Transforms
    • List of Transforms
    • Custom Transforms
  14. Mappers
  15. Context
  16. Databases
  17. Templates
  18. Logging
  19. Encryption
  20. Usage
  21. Expressions
  22. Examples
Clone this wiki locally