Giter Club home page Giter Club logo

neckbeard's Introduction

Neckbeard- Django deployment for the rest of us

Neckbeard is your own personal operations team in charge of maintaining your own personal PaaS. It's the Heroku experience for developers (dead-simple deploys) combined with the flexibility of open source software on servers that you control. You get smart, fault-tolerant, repeatable, datacenter-aware, cloud-centric, one-command deploys, without needing to spend the next month stringing together tutorials.

If you're Netflix, Google, Facebook, LinkedIn, Twitter, etc, then you have a team of folks who have already solved this problem for you. If you just want to throw a hobby app up on a free PaaS, use Heroku. If you have good reasons not to use a PaaS, then don't go re-invent the wheel. Use Neckbeard.

$ neckbeard up

Video Introduction

Like videos? We have em: Pycon Neckbeard Lightning Talk

This talk mostly covers the reason why Neckbeard needs to exist.

Cloud-Native

Neckbeard is built from the ground up for cloud-based ephemeral servers that you can rebuild on a whim with one command. It knows about your backups and knows how to spin up test/staging environments from those backups (and then spin them down). The process you go through for disaster recovery becomes just another deploy because you do it all the time. You can be confident that you can rebuild your entire infrastructure with a source code checkout, a backup (probably also in the cloud somewhere), a network connection and some authentication credentials.

Repeatable

Neckbeard encourages and empowers you to use existing configuration management tools to handle the on-server heavy lifting (like Chef, Puppet or SaltStack). This allows you to use simple, declarative, grokkable configuration files to idempotently define your stack, with a one-command front-end to Make It So. Not only does this make your servers consistent, but it means you can use Vagrant for consistent local development machine setup.

Extendable

PaaS providers like Heroku and dotCloud do an amazing job of providing simplicity for the simple case, and that's the hallmark of a good tool. We have the same goal, but we also realize that the ability to evolve as complexity increases is an absolute requirement for mission-critical operations. That's why we favor:

  • Explicit configuration over implicit magic
  • Pluggable backends everywhere
  • An architecture based on build blocks of customizable Service Addons

Current Status

Neckbeard was publicly announced at PyCon 2013 in a lightning talk. It is not currently usable, but is looking for beta testers who are willing to communicate their deployment setup (nothing private) in exchange for assistance in getting their configuration created. Beta testers should be interested in deploying a python application to AWS.

The current path to a usable beta is:

  • Define a configuration format (mostly done, but feedback welcome)
  • Bring in the existing codebase from PolicyStat's internal deploy tool as a starting point.
  • Get a "hello world" python application running with a tutorial.
  • Make abstractions and plugin-ize the existing code.
  • Write guides for writing backends to alternative clouds (Rackspace)
  • Write guides for writing and using additional Service Addons

Get in Touch

Have a question or comment about using, improving or extending Neckbeard? Get in touch!

Forums: https://groups.google.com/d/forum/neckbeard IRC: #neckbeard on freenode

neckbeard's People

Contributors

winhamwr avatar zalmoxis avatar

Watchers

James Cloos avatar garrett t 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.