Data Composer LogoData Composer

Read. Transform. Write.

Data Composer screenshot

Read

Data Composer can read data from many sources including Microsoft SQL Server, local and network files, and even websites!

Transform

Data Composer lets you transform your data using modern Javascript! You can write your code in the browser as part of your configuration.

Write

Write your data to an unlimited number of destinations including databases, files, web requests, and more!

Version History

Latest Updates for Data Composer

0.21.10

  • fixed
    The Stop Pipeline button is enabled when the pipeline is starting

0.21.9

  • improved
    Pipelines now have 5 seconds to shutdown before being force stopped.
  • improved
    Pipelines now have 10 seconds to startup before it will restart

0.21.8

  • fixed
    Pipelines will now automatically restart if their memory usage gets too high

0.21.7

  • new
    Added an execution timeout. If an execution does not complete in that amount of time, the pipeline will restart.

0.21.6

  • fixed
    Only schedule the next interval occurrence after the previous execution is complete

0.21.4

  • fixed
    Fixed issue with previous release

0.21.3

  • improved
    Added option for EtherIP readers to re-initialize every execution

0.21.2

  • improved
    Pipeline data writer now initializes and releases the pipeline every execution

0.21.1

  • fixed
    Pipelines now get a random queue id when starting to prevent collisions
  • improved
    The pipeline data writer now sets the output of the pipeline to the execution context outputs

0.21.0

  • improved
    Removed PING/PONG as it did not improve reliability of amqplib connections
  • new
    Added executeIf option to DataWriterOptions
  • new
    Added pipeline-data-writer so pipelines can directly chain together