{"id":15040125,"url":"https://github.com/danieletorelli/golem-x","last_synced_at":"2025-10-12T17:42:37.350Z","repository":{"id":255660400,"uuid":"850317100","full_name":"danieletorelli/golem-x","owner":"danieletorelli","description":"Basic Twitter / X features like following, posting, user profile and timeline designed as distributed WebAssembly component architecture for Golem OSS / Golem Cloud","archived":false,"fork":false,"pushed_at":"2025-09-29T05:19:19.000Z","size":176,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-12T17:42:34.829Z","etag":null,"topics":["golem","golem-cloud","golem-hackathon","golemcloud","webassembly"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/danieletorelli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-31T12:47:40.000Z","updated_at":"2025-09-29T05:19:21.000Z","dependencies_parsed_at":"2025-01-27T07:22:53.136Z","dependency_job_id":"651125dd-e80d-4c2e-bde4-ee21dbd57e66","html_url":"https://github.com/danieletorelli/golem-x","commit_stats":{"total_commits":83,"total_committers":1,"mean_commits":83.0,"dds":0.0,"last_synced_commit":"4f8cacfd31f710b40d834f8264b89cc89e99f22f"},"previous_names":["danieletorelli/golem-x"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/danieletorelli/golem-x","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieletorelli%2Fgolem-x","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieletorelli%2Fgolem-x/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieletorelli%2Fgolem-x/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieletorelli%2Fgolem-x/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danieletorelli","download_url":"https://codeload.github.com/danieletorelli/golem-x/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieletorelli%2Fgolem-x/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279012191,"owners_count":26085079,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"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":["golem","golem-cloud","golem-hackathon","golemcloud","webassembly"],"created_at":"2024-09-24T20:44:16.615Z","updated_at":"2025-10-12T17:42:37.346Z","avatar_url":"https://github.com/danieletorelli.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"Golem X\n=======\n\nGolem X is a project meant to run on [Golem Cloud](https://golem.cloud) that aims to implement some basic social\nnetworking features like posting, following, fetch user profile, tweets and timeline.\n\nEach component in the architecture exposes a WebAssembly interface that can be called by other components.\n\nSetup\n-----\n\nThe project requires:\n\n- [Rust](https://www.rust-lang.org/tools/install)\n- [Cargo Component](https://github.com/bytecodealliance/cargo-component)\n  ```bash\n  cargo install cargo-component\n  ```\n- [Golem](https://github.com/golemcloud/golem/releases)\n    - You can download the latest binary from the GitHub releases page\n- [Golem CLI](https://github.com/golemcloud/golem/releases)\n    - You can download the latest binary from the GitHub releases page\n    - Or you can build it:\n      ```bash\n      cargo install golem-cli --locked\n      ```\n      Note: Requires protobuf installed on your system\n\nRun\n---\n\n1. Spin up Golem OSS (optional, to run locally):\n\n    ```bash\n    golem server run\n    ```\n\n2. Building is as simple as:\n\n    ```bash\n    golem-cli app build -b release\n    ```\n\n   but you can use the provided script to simplify also the loading steps:\n\n    ```bash\n    ./update_components.sh\n    ```\n\n   The script will streamline the process of building and creating the components into Golem,\n   as well as loading and deploying the API definition.\n\n3. Call the API to:\n    1. Get the user profile:\n\n   ```bash\n   source ./api_calls.sh\n\n   get_profile bob\n   { \"status\": 200, \"user\": { \"username\": \"bob\", \"followers\": [], \"followings\": [] } }\n   ```\n\nTest\n----\n\nTo run unit tests, execute:\n\n```bash\ncargo test --all\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieletorelli%2Fgolem-x","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanieletorelli%2Fgolem-x","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieletorelli%2Fgolem-x/lists"}