Coder Social home page Coder Social logo

stanna's Introduction

stanna

From the Swedish verb 'to halt'. Halt your machine after sending notification and waiting specified time limit. This capability becomes useful when using cloud resources like Amazon EC2 where you are charged each hour the compute instance is running, regardless if it is doing any computation. So say you wrote a bash script to do some amazing deep learning training or downloaded a bunch of data to be processed later. Stanna allows you to do something like this:

./do-awesome-stuff.sh; stanna

Rather than having to setup email smarthost and all that 70's stuff. You can create a channel in Slack, and then a webhook in Slack. So what happens in the above example is:

  1. ./do-awesome-stuff.sh does its thing.
  2. the ';' says when ./do-awesome-stuff.sh exits, run stanna
  3. stanna post to Slack
  4. waits the configured timeout (just in case you want to login and stanna abort the shutdown)
  5. system is haulted.
  6. you save $$$ in the cloud

A simple configuration looks like this:

cat ~/.stanna.json | jq '.'
{
  "waitTimeBeforeHalt": "500",
  "channel": "#deep-learning",
  "webhook": "https://hooks.slack.com/services/asdfasdfasdf/asdfasdfasdf",
  "user": "@awesome1"
}

You can create this file yourself or simply run the wizard:

stanna init

More features will show up in the future.

stanna's People

Contributors

sio2boss 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.