The purpose of this Spotlight is to demonstrate the use of the DoWhile module to loop within a Composable DataFlow. Our scenario: The Fibonacci sequence is one of the best-known…
Composable has an SDK for deploying resources between two instances of Composable. For example, a source instance may be a development environment, and the target instance may be the production…
Composable has an API for every action that you can perform through its UI. All services are documented here: https://dev.composable.ai/api/CompAnalytics.IServices.html Below is an example script for executing operations on the…
The purpose of this Spotlight is to demonstrate the mechanics of a simple, classic For loop within a Composable DataFlow. Our scenario: We are told to expect delivery of a…
The WebService we’ll be creating is a simple API endpoint that accepts a Time Zone as a parameter and returns current date and time. To create a Web Service, first…
DRY When building out any logical process, it is common to imagine reusability of components that you have built. Whether that is making a copy for yourself to take in…
Adding comments Composable DataFlows can span the range from simple tasks accomplished with a small number of easily-traceable modules to broad, complex, even nested tasks that become harder to follow…