We have prepared some samples for you that show the different uses of a Sequence. Some are super simple, some are a little more advanced. They show the use of data from various resources, such as local disk, external API, or plain keyboard input. The samples are differentiated according to language in which they were written. Every sample contains a short readme with a guidance describing the procedure for running the example as well as is linked to its source code on GitHub. Please take a look at our samples and if you have any questions or difficulties, feel free to ask us on Discord.
The execution will be performed from the command line using our CLI, which full description and documentation you will find in CLI Reference.
In samples we are using methods and definitions described in APP Reference.
Prerequisites
Sample execution requires prior environment preparation and installations.
Environment
You can run each sample either on your Self Hosted Hub or Scramjet Cloud Platform. Choose the most suitable for you and follow the link that provides installation tips and guidelines:
Samples execution will be performed from the command line using our CLI, which full description you will find in our official documentation website in
CLI Reference section, or run si --help command where you have everything in a nutshell.
You can install the si command from npm using the following command:
Sequent Python-CO2-Emission is a Python library that fetches CO2 emission information from an API, enabling easy access and analysis of carbon dioxide data.
This a Sequence that gets the number of changes in Stack Overflow tag count. This queries SO API every x minutes, gathers, compares and outputs result as difference.