{"id":14333143,"url":"https://github.com/Tochemey/goakt","last_synced_at":"2025-08-18T13:31:42.400Z","repository":{"id":63087579,"uuid":"562602746","full_name":"Tochemey/goakt","owner":"Tochemey","description":"[Go] Fast and Distributed Actor framework using protocol buffers as message for Golang","archived":false,"fork":false,"pushed_at":"2024-12-15T18:14:55.000Z","size":2538,"stargazers_count":195,"open_issues_count":2,"forks_count":13,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-12-16T08:59:18.190Z","etag":null,"topics":["actor-framework","actor-model","actor-system","actors","actorsystem","cloud-computing","concurrent-programming","distributed","distributed-system","distributed-systems","erlang-otp","event-sourcing","framework","go","go-actor","golang","golang-library","high-performance","proto","protocol-buffers"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Tochemey.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"code_of_conduct.md","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},"funding":{"github":"tochemey"}},"created_at":"2022-11-06T20:54:14.000Z","updated_at":"2024-12-15T18:14:57.000Z","dependencies_parsed_at":"2023-10-16T08:38:11.571Z","dependency_job_id":"eda77060-409b-44e7-aa07-427651e13efc","html_url":"https://github.com/Tochemey/goakt","commit_stats":{"total_commits":129,"total_committers":1,"mean_commits":129.0,"dds":0.0,"last_synced_commit":"a2ccf9cd1bb317b5e1b9fcbcd10b32915abe6bd6"},"previous_names":[],"tags_count":66,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tochemey%2Fgoakt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tochemey%2Fgoakt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tochemey%2Fgoakt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tochemey%2Fgoakt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tochemey","download_url":"https://codeload.github.com/Tochemey/goakt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230085301,"owners_count":18170424,"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":["actor-framework","actor-model","actor-system","actors","actorsystem","cloud-computing","concurrent-programming","distributed","distributed-system","distributed-systems","erlang-otp","event-sourcing","framework","go","go-actor","golang","golang-library","high-performance","proto","protocol-buffers"],"created_at":"2024-08-25T18:00:42.696Z","updated_at":"2025-08-18T13:31:42.372Z","avatar_url":"https://github.com/Tochemey.png","language":"Go","funding_links":["https://github.com/sponsors/tochemey","https://github.com/sponsors/Tochemey"],"categories":["Actor Model","Go","\u003ca name=\"Go\"\u003e\u003c/a\u003eGo"],"sub_categories":[],"readme":"# GoAkt\n\n[![build](https://img.shields.io/github/actions/workflow/status/Tochemey/goakt/build.yml?branch=main)](https://github.com/Tochemey/goakt/actions/workflows/build.yml)\n[![Go Reference](https://pkg.go.dev/badge/github.com/tochemey/goakt.svg)](https://pkg.go.dev/github.com/tochemey/goakt)\n[![Go Report Card](https://goreportcard.com/badge/github.com/tochemey/goakt)](https://goreportcard.com/report/github.com/tochemey/goakt)\n[![codecov](https://codecov.io/gh/Tochemey/goakt/graph/badge.svg?token=J0p9MzwSRH)](https://codecov.io/gh/Tochemey/goakt)\n[![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/Tochemey/goakt)](https://go.dev/doc/install)\n[![Awesome](https://awesome.re/badge.svg)](https://github.com/avelino/awesome-go)\n[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9248/badge)](https://www.bestpractices.dev/projects/9248)\n\n\n\nDistributed [Go](https://go.dev/) actor framework to build a reactive and distributed system in golang using\n_**protocol buffers**_ as actor messages.\n\nGoAkt is highly scalable and available when running in cluster mode. It comes with the necessary features require to\nbuild a distributed actor-based system without sacrificing performance and reliability. With GoAkt, you can instantly create a fast, scalable, distributed system\nacross a cluster of computers.\n\nIf you are not familiar with the actor model, the blog post from Brian Storti [here](https://www.brianstorti.com/the-actor-model/) is an excellent and short introduction to the actor model.\nAlso, check the reference section at the end of the post for more material regarding the actor model.\n\n## 💻 Installation\n```shell\ngo get github.com/tochemey/goakt/v3\n```\n\n## 📚 Documentation\n\nThe complete Documentation can be found [here](https://tochemey.gitbook.io/goakt)\n\n## 📝 Examples\n\nKindly check out the [examples](https://github.com/Tochemey/goakt-examples)' repository.\n\n## 💪 Support\n\nGoAkt is free and open source. If you need priority support on complex topics or request new features, please consider [sponsorship](https://github.com/sponsors/Tochemey).\n\n## 🌍 Community\n\nYou can join these groups and chat to discuss and ask GoAkt related questions on:\n\n[![GitHub Discussions](https://img.shields.io/github/discussions/Tochemey/goakt)](https://github.com/Tochemey/goakt/discussions)\n[![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/Tochemey/goakt)](https://github.com/Tochemey/goakt/issues)\n\n## 🤝 Contribution\n\nWe welcome contributions! Whether you're fixing a bug, adding a new feature, or improving documentation, your help is appreciated.\nThis project adheres to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) to standardize commit messages and help automate releases.\nWe use [Earthly](https://earthly.dev/get-earthly) for reproducible builds.\n\n### Prerequisites\n\nBefore you start, make sure you have these installed:\n\n* [Docker](https://docs.docker.com/get-started/get-docker/)\n* [Go](https://go.dev/doc/install)\n\n### Getting Started\n\n1.  Fork the repository to your GitHub account.\n2.  Clone your forked repository to your local machine:\n    ```bash\n    git clone https://github.com/your-username/goakt.git\n    cd goakt\n    ```\n3.  Initialize and tidy up Go modules:\n    ```bash\n    go mod tidy\n    ```\n    This ensures all dependencies are correctly listed and downloaded.\n\n### Making Contributions\n\n1. Make your changes in your fork.\n2. Ensure your code adheres to the project's style and passes tests `earthly +test`.\n3. Commit your changes using a **Conventional Commit** message. See [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)\n4. Submit a [pull request](https://help.github.com/articles/using-pull-requests) from your fork to the `main` branch of the original repository.\n\n### Test \u0026 Linter\n\nPrior to submitting a [pull request](https://help.github.com/articles/using-pull-requests), please run:\n\n```bash\nearthly +test\n```\n\n## 📦 In Production\n\nThis project is used in production by the following projects/companies:\n\n- [Modus](https://docs.hypermode.com/modus/overview) by [Hypermode](https://hypermode.com/)\n\n## 📊 Benchmark\n\nOne can find the benchmark tests in this repository: [Benchmark](https://github.com/Tochemey/goakt-examples/tree/main/actor-benchmark)\n\n## 💰 Sponsors\n\n\u003c!-- sponsors --\u003e\u003c!-- sponsors --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTochemey%2Fgoakt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTochemey%2Fgoakt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTochemey%2Fgoakt/lists"}