GithubHelp home page GithubHelp logo

cosm's Introduction

(micro)cosm

Supervisor/Process runner framework for golang processes. Can validate, run, restart, and kill jobs that are shipped as Go binaries. Possible use cases include microservice architecture, cluster job processing, and auto updating of client side code

Need to think about how this is different from https://github.com/asim/micro

Main points that I see:

  • Easy up/down of services
  • Built-in config
  • Supervisor trees
  • Monitoring interface

Desired workflow:

  • Start service tree and see it running in the web interface
  • Write some code as a service with message handlers registered for different messages
  • Post that code to the process runner with gotree run which should give me a hash
  • See that code running and responding to heartbeat in the monitor web interface
  • Write another service and test it - even running locally or in go test it should talk to running services
  • Post that up and get a new hash
  • Edit the code for the first code and do an update on it. I should see all traffic routed to the new version of the service while the old one gracefully finishes its work queue and terminates.
  • My new update is crashing, but the service tree should restart it every time
  • Write a new service which depends on a non-existant service and post it up. It should crash and not start again until a new service appears (since the dependencies might now be resolved)

cosm's People

Contributors

asp2insp avatar

Watchers

 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.