All Projects → pinterest → Teletraan

pinterest / Teletraan

Licence: apache-2.0
Teletraan is Pinterest's deploy system.

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects
shell
77523 projects

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 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!

Documentation

Check out our wiki!

Help

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].