Skip to main content

Introduction

The tower-examples repository on GitHub contains a collection of sample applications that can be run on Tower.

Getting started is easy. First, run the following command to clone the repository locally:

git clone https://github.com/tower/tower-examples

Next, go through the Quickstart guide to learn how to use these examples. The Quickstart focuses on the "Hello, World!" example to get you started.

Overview of Examples

Tower examples are organized around integrations with tools such as dltHub and Tower concepts such as orchestration and tables.

Hello, World!

Tower's most basic example demonstrates the use of app parameters. You will create and deploy an app that has a few parameters and prints a message.