Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

DB Collector and Exporter

Scenario

Most business data is in a database somewhere. PhixFlow interfaces to most major DB vendors products.

...

  • Create A datasouce to your DB
  • Create a DB Collector to take data from your datasource (via a SQL query) into a stream.
  • Update the stream to modify one of the attributes of the data (for example, by multiplying it by 2)
  • Create a DB Exporter to write the update back to the same DB table

See Also

...