{"id":15329466,"url":"https://github.com/tisonkun/morax","last_synced_at":"2025-05-16T18:09:59.193Z","repository":{"id":257813903,"uuid":"868275511","full_name":"tisonkun/morax","owner":"tisonkun","description":"Message queue and data streaming based on cloud native services.","archived":false,"fork":false,"pushed_at":"2025-01-20T07:28:42.000Z","size":225,"stargazers_count":106,"open_issues_count":1,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T20:12:00.636Z","etag":null,"topics":[],"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/tisonkun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"tisonkun"}},"created_at":"2024-10-05T23:58:14.000Z","updated_at":"2025-03-26T07:47:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"5cf776b8-f7e4-4963-86b4-cd21122c6300","html_url":"https://github.com/tisonkun/morax","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"b44c9cbbf22d8554615977ac301b5df49b91a84d"},"previous_names":["tisonkun/morax"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tisonkun%2Fmorax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tisonkun%2Fmorax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tisonkun%2Fmorax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tisonkun%2Fmorax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tisonkun","download_url":"https://codeload.github.com/tisonkun/morax/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248606865,"owners_count":21132429,"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":[],"created_at":"2024-10-01T09:48:00.548Z","updated_at":"2025-05-16T18:09:59.188Z","avatar_url":"https://github.com/tisonkun.png","language":"Rust","readme":"# Morax\n\n[![Discord][discord-badge]][discord-url]\n[![Apache 2.0 licensed][license-badge]][license-url]\n[![Build Status][actions-badge]][actions-url]\n\n[discord-badge]: https://img.shields.io/discord/1291345378246922363?logo=discord\u0026label=discord\n[discord-url]: https://discord.gg/RRxbfYGqHM\n[license-badge]: https://img.shields.io/crates/l/morax\n[license-url]: LICENSE\n[actions-badge]: https://github.com/tisonkun/morax/workflows/CI/badge.svg\n[actions-url]:https://github.com/tisonkun/morax/actions?query=workflow%3ACI\n\nMorax is aimed at providing message queue and data streaming functionality based on cloud native services:\n\n* Meta service is backed by Postgres compatible relational database services (RDS, Aurora, etc.).\n* Data storage is backed by S3 compatible object storage services (S3, MinIO, etc.).\n\n## Usage\n\nCurrently, Morax supports basic PubSub APIs. You can try it out with the following steps.\n\n1. Start the environment that provides a Postgres instance and a MinIO instance:\n\n    ```shell\n    docker compose -f ./dev/docker-compose.yml up\n    ```\n\n2. Build the `morax` binary:\n\n    ```shell\n    cargo x build\n    ```\n\n3. Start the broker:\n\n   ```shell\n    ./target/debug/morax start --config-file ./dev/config.toml\n    ```\n\n\nThe broker is now running at `localhost:8848`. You can talk to it with the [`morax-client`](sdk/client). The wire protocol is HTTP so that all the HTTP ecosystem is ready for use.\n\nYou can also get an impression of the interaction by reading the test cases in:\n\n* [behavior-tests](tests/behavior/tests)\n\n## License\n\nThis project is licensed under [Apache License, Version 2.0](https://github.com/tisonkun/logforth/blob/main/LICENSE).\n","funding_links":["https://github.com/sponsors/tisonkun"],"categories":["\u003ca name=\"Rust\"\u003e\u003c/a\u003eRust"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftisonkun%2Fmorax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftisonkun%2Fmorax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftisonkun%2Fmorax/lists"}