Data Composer
Read. Transform. Write.
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
-
fixedThe Stop Pipeline button is enabled when the pipeline is starting
0.21.9
-
improvedPipelines now have 5 seconds to shutdown before being force stopped.
-
improvedPipelines now have 10 seconds to startup before it will restart
0.21.8
-
fixedPipelines will now automatically restart if their memory usage gets too high
0.21.7
-
newAdded an execution timeout. If an execution does not complete in that amount of time, the pipeline will restart.
0.21.6
-
fixedOnly schedule the next interval occurrence after the previous execution is complete
0.21.4
-
fixedFixed issue with previous release
0.21.3
-
improvedAdded option for EtherIP readers to re-initialize every execution
0.21.2
-
improvedPipeline data writer now initializes and releases the pipeline every execution
0.21.1
-
fixedPipelines now get a random queue id when starting to prevent collisions
-
improvedThe pipeline data writer now sets the output of the pipeline to the execution context outputs
0.21.0
-
improvedRemoved PING/PONG as it did not improve reliability of amqplib connections
-
newAdded executeIf option to DataWriterOptions
-
newAdded pipeline-data-writer so pipelines can directly chain together