Skip to content

pinterest/teletraan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e53f70e · Feb 25, 2025
Dec 11, 2024
Jun 29, 2022
Feb 12, 2025
Feb 12, 2025
May 30, 2024
Feb 25, 2025
Feb 12, 2025
Dec 10, 2024
Oct 18, 2016
Feb 6, 2025
Feb 11, 2025
Feb 12, 2025
Mar 1, 2024
May 30, 2024
Jan 13, 2016
Dec 10, 2024
Dec 5, 2016
Apr 17, 2023

Teletraan Deploy Service

What is Teletraan?

Teletraan is Pinterest's deploy system. It deploys thousands of Pinterest internal services, supports tens of thousands hosts, and has been running in production for over many years. It empowers Pinterest Engineers to deliver their code to pinners fast and safe. Check out the wiki or blog post Under the hood: Teletraan Deploy System for more details.

The name Teletraan comes from a character in the Transformer TV series! wikipedia

Why use Teletraan?

Teletraan is designed to do one thing and one thing only - deploy. It supports critical features such as 0 downtime deploy, rollback, staging, continuous deploy; and many convenient developer facing features such as showing commit details, comparing different deploys, notifying deploy state changes through email or slack, displaying metrics and more. Teletraan does not support container based deploy yet. Currently you can still use Teletraan Deploy Scripts to call docker or docker-compose to run containers.

How to use Teletraan?

Teletraan is designed to be a flexible building block. You can plug Teletraan into your existing release workflow given the following requirements met:

  • Run Deploy Agent on every host
  • Add Deploy Scripts to your application code
  • Publish Build Artifacts to Teletraan in the end of each build

Check out Integrate with Teletraan for more details.

Quick start

Quick start guide!

Before you commit new code

  1. Install pre-commit
cd teletraan
pip install pre-commit
pre-commit install

Documentation

Check out our wiki!

Help

If you have any questions or comments, you can reach us at [email protected]