{"id":16086615,"url":"https://github.com/fortizpenaloza/cosmos","last_synced_at":"2026-03-07T14:31:43.297Z","repository":{"id":40779835,"uuid":"48339511","full_name":"fortizpenaloza/Cosmos","owner":"fortizpenaloza","description":"Internet of Things platform","archived":false,"fork":false,"pushed_at":"2023-08-19T07:12:07.000Z","size":1972,"stargazers_count":3,"open_issues_count":24,"forks_count":2,"subscribers_count":3,"default_branch":"release-candidate","last_synced_at":"2025-09-06T02:42:59.855Z","etag":null,"topics":["internet-of-things","iot","pharo","rest-api","smalltalk"],"latest_commit_sha":null,"homepage":null,"language":"Smalltalk","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/fortizpenaloza.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-12-20T22:28:27.000Z","updated_at":"2023-08-19T01:59:07.000Z","dependencies_parsed_at":"2024-10-09T13:24:51.908Z","dependency_job_id":"de7c945a-c4b7-4fd1-a80c-c94b3a9c6d90","html_url":"https://github.com/fortizpenaloza/Cosmos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fortizpenaloza/Cosmos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortizpenaloza%2FCosmos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortizpenaloza%2FCosmos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortizpenaloza%2FCosmos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortizpenaloza%2FCosmos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fortizpenaloza","download_url":"https://codeload.github.com/fortizpenaloza/Cosmos/tar.gz/refs/heads/release-candidate","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortizpenaloza%2FCosmos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30217439,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T14:02:48.375Z","status":"ssl_error","status_checked_at":"2026-03-07T14:02:43.192Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["internet-of-things","iot","pharo","rest-api","smalltalk"],"created_at":"2024-10-09T13:24:35.390Z","updated_at":"2026-03-07T14:31:43.266Z","avatar_url":"https://github.com/fortizpenaloza.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cosmos\n\n![Logo](assets/logos/128.png)\n\nWith Cosmos, I aim to provide a platform to collect data from connected devices\nand act on them defining a set of rules.\n\n\u003e *Name origin*: [Cosmos](https://en.wikipedia.org/wiki/Cosmos) is used at times\nwhen the universe is regarded as a complex and orderly system or entity;\nthe opposite of chaos.\n\n[![Pharo - Unit Tests](https://github.com/fortizpenaloza/Cosmos/actions/workflows/unit-tests.yml/badge.svg?branch=release-candidate)](https://github.com/fortizpenaloza/Cosmos/actions/workflows/unit-tests.yml)\n[![Coverage Status](https://codecov.io/github/fortizpenaloza/Cosmos/coverage.svg?branch=release-candidate)](https://codecov.io/gh/fortizpenaloza/Cosmos/branch/release-candidate)\n[![Baseline Groups](https://github.com/fortizpenaloza/Cosmos/actions/workflows/loading-groups.yml/badge.svg)](https://github.com/fortizpenaloza/Cosmos/actions/workflows/loading-groups.yml)\n[![Markdown Lint](https://github.com/fortizpenaloza/Cosmos/actions/workflows/markdown-lint.yml/badge.svg)](https://github.com/fortizpenaloza/Cosmos/actions/workflows/markdown-lint.yml)\n[![Pharo 10](https://img.shields.io/badge/Pharo-10-informational)](https://pharo.org)\n[![Pharo 11](https://img.shields.io/badge/Pharo-11-informational)](https://pharo.org)\n\nQuick links\n\n- [**Explore the docs**](/docs)\n- [Report a defect](https://github.com/fortizpenaloza/cosmos/issues/new?labels=Type%3A+Bug)\n- [Request feature](https://github.com/fortizpenaloza/cosmos/issues/new?labels=Type%3A+Development)\n\n## License\n\n- The code is licensed under [MIT](LICENSE).\n- The documentation is licensed under [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/).\n\n## Quick Start\n\n### Using a docker image\n\nA Docker image is pushed to [Docker Hub](https://hub.docker.com) every time\nCI runs successfully.\n\nIn order to use it you must pull the latest docker image by typing into\nyour CLI\n`docker pull fortizpenaloza/cosmos`\n\nand then start it typing\n`docker run -v logs:/opt/cosmos/logs --rm -p 8090:8090 fortizpenaloza/cosmos`\n\n### Using an Pharo image\n\n- Download the latest [Pharo 32](https://get.pharo.org/) or [64 bits VM](https://get.pharo.org/64/).\n- Download a ready to use image from the [release page](http://github.com/iot-uca/back-end/releases/latest)\n- Explore the [documentation](docs/).\n\n## Installation\n\nTo load the project in a Pharo image, or declare it as a dependency of your own\nproject follow this [instructions](docs/Installation.md)\n\n## Contributing\n\nCheck the [Contribution Guidelines](CONTRIBUTING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffortizpenaloza%2Fcosmos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffortizpenaloza%2Fcosmos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffortizpenaloza%2Fcosmos/lists"}