
StackStorm is an event-driven automation platform. Sensors detect events and triggers fire rules that run actions or workflows across services and integration packs.
Install Docker Desktop to run StackStorm and learn its Docker container-based architecture. Prepare for high availability with Docker Compose, Kubernetes readiness, and optional tooling like Ansible or Puppet.
Install Docker Desktop, clone the StackStorm docker repo via GitHub, configure the docker compose file, and run containers to launch the StackStorm server and explore via the dashboard.
Explore how StackStorm workflows orchestrate tasks and actions through a shared context, enabling data to be fetched, stored, and passed across packs to ServiceNow and Mongo.
Build a StackStorm pack that reuses a generic get routine to fetch people and load them into a MongoDB collection using a DB client with duplicate checks.
This lecture guides you through building a ServiceNow table, linking it to an inbound web service, and adding fields, then testing with an installed pack.
Install the swapi integration pack in StackStorm from GitHub, configure it, enable the rule, and run the action to fetch API data, populate Mongo and ServiceNow, and monitor through history.
This course will guide you through the introduction to StackStorm and discuss the elements of a StackStorm integration pack. You will learn about packs and the file structure of the pack. Rules that tie events to actions that can be triggered with webhooks, sensors, or interval timers. Sensors, that can watch other systems for events and load triggers. Actions, the workhorse of StackStorm, take action upon other systems using rest api's. These actions can be just a single action of a complete, complex workflow. This course will show the student how to use StackStorm integration packs from different solutions to pull data from one system and save it in another. Students of this course will use Docker Desktop to install Stackstorm. Both the StackStorm command line and graphical user interfaces will be explored as well as a brief introduction to the MongoDb client. There will be two systems the student will interface with while watching the course lectures. The first system is the "Starwars" online API. A free simple API services that will return various data about Starwars characters. This course also covers becoming a ServiceNow developer by getting access to you own ServiceNow instance for testing and development. Once inside ServiceNow, students will get acquainted with building tables and creating web services for them.