{"id":18438433,"url":"https://github.com/roboconf/roboconf-platform","last_synced_at":"2025-04-07T20:35:34.373Z","repository":{"id":14913626,"uuid":"17637707","full_name":"roboconf/roboconf-platform","owner":"roboconf","description":"The core modules and the platform","archived":false,"fork":false,"pushed_at":"2023-08-15T17:43:19.000Z","size":10972,"stargazers_count":36,"open_issues_count":77,"forks_count":11,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-23T00:31:55.981Z","etag":null,"topics":["apache-karaf","automation","cloud","cloud-computing","containers","iaas","infrastructure-as-code","java","osgi","paas","paas-framework","roboconf"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/roboconf.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2014-03-11T16:29:42.000Z","updated_at":"2024-11-21T11:43:08.000Z","dependencies_parsed_at":"2023-09-24T05:25:36.898Z","dependency_job_id":null,"html_url":"https://github.com/roboconf/roboconf-platform","commit_stats":{"total_commits":1044,"total_committers":11,"mean_commits":94.9090909090909,"dds":"0.33429118773946365","last_synced_commit":"c78fdf89491d5347f04eaa03a7368047231cfe73"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roboconf%2Froboconf-platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roboconf%2Froboconf-platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roboconf%2Froboconf-platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roboconf%2Froboconf-platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roboconf","download_url":"https://codeload.github.com/roboconf/roboconf-platform/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247726393,"owners_count":20985887,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["apache-karaf","automation","cloud","cloud-computing","containers","iaas","infrastructure-as-code","java","osgi","paas","paas-framework","roboconf"],"created_at":"2024-11-06T06:19:49.840Z","updated_at":"2025-04-07T20:35:29.361Z","avatar_url":"https://github.com/roboconf.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Roboconf \n[![Build Status](http://travis-ci.org/roboconf/roboconf-platform.png?branch=master)](http://travis-ci.org/roboconf/roboconf-platform/builds)\n[![Coverage Status](https://coveralls.io/repos/roboconf/roboconf-platform/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/roboconf/roboconf-platform?branch=master)\n[![License](https://img.shields.io/badge/license-Apache%20v2-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)\n[![Join us on Gitter.im](https://img.shields.io/badge/gitter-join%20chat-brightgreen.svg)](https://gitter.im/roboconf/roboconf)\n[![Web site](https://img.shields.io/badge/website-roboconf.github.io-b23e4b.svg)](https://roboconf.github.io)\n\n[![Snapshots](https://img.shields.io/badge/Snapshots%20on-Sonatype-orange.svg)](https://oss.sonatype.org/content/repositories/snapshots/net/roboconf/)\n[![Maven Central](https://img.shields.io/badge/Releases%20on-Maven%20Central-yellow.svg)](http://repo1.maven.org/maven2/net/roboconf/)\n\nThis repository contains the source code for the Roboconf platform.  \nThis includes the manager, the agent, their default distributions, the tooling core and the Maven plugin.\n\nWhat is Roboconf?\n=================\n\nRoboconf is both a platform and framework to manage elastic applications in the cloud.  \nElastic applications designate those whose deployment topology may vary over time (e.g. scaling up or down).\nRoboconf manages deployments, probes, automatic reactions and reconfigurations. Beyond applications, Roboconf could also be defined as a « PaaS framework »: a solution to build PaaS (Platform as a Service). Most PaaS, such as Cloud Foundry or Openshift, target developers and support application patterns. However, some applications require more flexible architectures or design. Roboconf addresses such cases.\n\nWith Roboconf, there is no constraint about the programming language, the kind of application or the operating system. You define what you put in your platform, you specify all the interactions, administration procedures and so on.\n\nRoboconf handles application life cycle: hot reconfiguration (e.g. for elasticity issues) and consistency \n(e.g. maintaining a consistent state when a component starts or stops, even accidentally). This relies on a messaging queue \n(currently [Rabbit MQ](https://www.rabbitmq.com)). Application parts know what they expose to and what they depend on from other parts.\nThe global idea is to apply to applications the concepts used in component technologies like OSGi. Roboconf achieves this in a non-intrusive\nway, so that it can work with legacy Software.\n\n\u003cimg src=\"https://roboconf.github.io/resources/img/roboconf-workflow.png\" alt=\"Roboconf's workflow\" style=\"max-width: 400px;\" /\u003e\n\nApplication parts use the message queue to communicate and take the appropriate actions depending on what is deployed or started.\nThese *appropriate* actions are executed by plug-ins (such as bash or [Puppet](http://puppetlabs.com)). \n\n\u003cimg src=\"https://roboconf.github.io/resources/img/roboconf-architecture-example.jpg\" alt=\"Roboconf's architecture\" style=\"max-width: 400px;\" /\u003e\n\nRoboconf is distributed technology, based on AMQP \nand REST / JSon. It is IaaS-agnostic, and supports many well-known IaaS (including OpenStack, Amazon Web Services, Microsoft Azure, VMWare, \nas well as a \"local\" deployment plug-in for on-premise hosts).\n\nMore information and tutorials are available on the [web site](https://roboconf.github.io).  \nBuild instructions can be found [here](https://roboconf.github.io/en/sources.html).  \nRoboconf is licensed under the terms of the **Apache License v2**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froboconf%2Froboconf-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froboconf%2Froboconf-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froboconf%2Froboconf-platform/lists"}