{"id":19434137,"url":"https://github.com/mastermindg/paasinstant","last_synced_at":"2026-06-10T01:31:20.026Z","repository":{"id":76585196,"uuid":"66514432","full_name":"mastermindg/paasinstant","owner":"mastermindg","description":"PAAS Instant","archived":false,"fork":false,"pushed_at":"2016-08-26T00:39:46.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-25T06:27:23.151Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mastermindg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-25T01:50:35.000Z","updated_at":"2016-08-25T01:52:00.000Z","dependencies_parsed_at":"2023-05-24T07:45:23.209Z","dependency_job_id":null,"html_url":"https://github.com/mastermindg/paasinstant","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mastermindg/paasinstant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mastermindg%2Fpaasinstant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mastermindg%2Fpaasinstant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mastermindg%2Fpaasinstant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mastermindg%2Fpaasinstant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mastermindg","download_url":"https://codeload.github.com/mastermindg/paasinstant/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mastermindg%2Fpaasinstant/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34133404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T14:44:49.957Z","updated_at":"2026-06-10T01:31:20.007Z","avatar_url":"https://github.com/mastermindg.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Paasinstant\n\nThe goal of this project is to template a modular Platform-As-A-Service system capable of Higly Available, Fault Tolerant scaling by using a variety of tools. This is strictly for lab environments and the initial testing will be done on Rasperry Pi's.\n\n\n## Requirements\nFor now the script assumes that you have nodes already up and running with Docker. In the future we will add additional functionality like EC2 and Vagrant builds.\n- Debian-type (apt) Linux nodes\n- Docker 1.12\n- Key-based SSH to root\n\n## Goals\n- Scalable (can add more nodes at will)\n- Highly-Available (you can reach any running nodes easily)\n- Fault-Tolerant (nodes going down won't affect users' experiences)\n- Replicatable (everything lives in code)\n\n## Architecture\n- Docker 1.12 for containers\n- Keepalived for availibility\n- HAProxy for load-balancing\n- Docker Swarm for Service Discovery and scaling\n\n### Demo Cluster\n- 2 LB's (HAProxy, KeepaliveD)\n- 2 Docker manager nodes\n- 4 Docker worker nodes\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'paasinstant'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install paasinstant\n\nOr run the Demo executable:\n\n    $ exec/paasinstant demo/paas.json\n\n## Usage\n\nThere's an executable under exe with the basics to get you started.\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/paasinstant.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmastermindg%2Fpaasinstant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmastermindg%2Fpaasinstant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmastermindg%2Fpaasinstant/lists"}