Skip to content

dodoru/teletraan

 
 

Repository files navigation

Teletraan Deploy Service

What is Teletraan?

Teletraan is Pinterest's deploy system. It deploys hundreds of Pinterest internal services, supports tens of thousands hosts, and has been running in production for over a year. 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] (https://engineering.pinterest.com/blog/under-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 features such as showing commit details, comparing different deploys, notifying deploy state changes through email or chat, displaying metrics and more. Teletraan currently does not support container based deploy yet, it is on our roadmap to support next.

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 Artifact 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 teletraan-users@googlegroups.com.

About

Teletraan is Pinterest's deploy system.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 51.8%
  • Java 27.5%
  • Python 10.8%
  • CSS 5.0%
  • HTML 4.5%
  • Shell 0.4%