GithubHelp home page GithubHelp logo

thijskoot / takeoff Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aneliram89/takeoff

0.0 1.0 0.0 1.53 MB

Your runway to the cloud(s)!

Home Page: https://schipholgroup.github.io/takeoff

License: GNU General Public License v3.0

Dockerfile 0.10% Python 99.90%

takeoff's Introduction

Schiphol Takeoff

pipeline status coverage status Code style: black docker pulls

Takeoff: your runway to the cloud(s)!

This is Takeoff's documentation page, which provides a high-level overview of what Takeoff is, what is can do, and how you can use it in your environment.

Schiphol Takeoff is a deployment orchestration tool that abstract away much of the complexity of tying various cloud services together. Takeoff allows developers to focus on actual development work, without having to worry about coordinating a (large) number of cloud services to get things up and running across multiple environments. Takeoff itself is a Python package, that comes bundles in a Docker image. In this way, Takeoff is CI agnostic, assuming your CI provider allows running Docker containers.

Note

Takeoff is not aimed at deploying and/or configuring infrastructure. For tasks like this, consider using tools like Ansible, Puppet, or Terraform.

Principles

To understand better why Takeoff exists, it's important to mention some of the principles that were adhered to while building it:

  1. Everything is Python (if possible. If it isn't, we use bash for some things). We chose Python for a number of reasons, but the most important ones are that Python code can easily be tested, has a lot of SDKs available for interacting with clouds and other external system, is easy to read, and is the lingua franca of data science (the initial target audience)
  2. Modularity, modularity, and more modularity. By making the interactions with each external system a separate, decoupled module, we have freed the way for others to extend Takeoff to fulfill their requirements, without having to rewrite (too much) for every new component.
  3. We ain't Ansible, Puppet, or Terraform. The goal of Takeoff was never, and will never, be to deploy infrastructure. Tools like Terraform are much better at this than we could ever hope to be. Takeoff is specifically aimed at your CI process when working with multiple cloud components, and having to orchestrate these components to work nicely together to deliver an awesome product.

Getting started

To get started quickly, have look here to read more on how to setup Takeoff in your project.

Contributing

To get started with contributing to Takeoff read the developers guide.

takeoff's People

Contributors

timvancann avatar danielvdende avatar michelnossin avatar aneliram89 avatar dandandan avatar fokko avatar schiphol-vsts avatar robdekok avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.