{"id":29602048,"url":"https://github.com/joaquinbejar/strategyexecutionengine","last_synced_at":"2026-04-19T19:01:20.561Z","repository":{"id":241358477,"uuid":"805442387","full_name":"joaquinbejar/StrategyExecutionEngine","owner":"joaquinbejar","description":"A Rust library for creating and executing market order strategies with Kafka integration.","archived":false,"fork":false,"pushed_at":"2024-06-07T08:09:04.000Z","size":128,"stargazers_count":4,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-20T13:39:13.186Z","etag":null,"topics":["execution","kafka","market","nats","order","rabbitmq","redis","strategy","zeromq"],"latest_commit_sha":null,"homepage":"https://github.com/joaquinbejar/StrategyExecutionEngine","language":"Rust","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/joaquinbejar.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,"zenodo":null}},"created_at":"2024-05-24T15:25:08.000Z","updated_at":"2025-07-16T16:45:12.000Z","dependencies_parsed_at":"2024-06-07T07:25:34.740Z","dependency_job_id":"fa229784-6a8b-4373-8ea3-331e1495d544","html_url":"https://github.com/joaquinbejar/StrategyExecutionEngine","commit_stats":null,"previous_names":["joaquinbejar/strategyexecutionengine"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joaquinbejar/StrategyExecutionEngine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaquinbejar%2FStrategyExecutionEngine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaquinbejar%2FStrategyExecutionEngine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaquinbejar%2FStrategyExecutionEngine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaquinbejar%2FStrategyExecutionEngine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joaquinbejar","download_url":"https://codeload.github.com/joaquinbejar/StrategyExecutionEngine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaquinbejar%2FStrategyExecutionEngine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32018764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["execution","kafka","market","nats","order","rabbitmq","redis","strategy","zeromq"],"created_at":"2025-07-20T13:37:48.587Z","updated_at":"2026-04-19T19:01:20.507Z","avatar_url":"https://github.com/joaquinbejar.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# StrategyExecutionEngine\n\nStrategyExecutionEngine is a Rust library for creating and executing market order strategies with integration for various messaging systems including Kafka, NATS, RabbitMQ, ZeroMQ, and Redis.\n\n## Features\n\n- **High Performance**: Optimized for handling high volumes of orders in real-time with low latency.\n- **Real-Time Data Processing**: Ensures timely and efficient processing of parent and child orders.\n- **Easy Integration**: Easily integrates with multiple messaging systems such as Kafka, NATS, RabbitMQ, ZeroMQ, and Redis for seamless order handling.\n- **Flexible Strategies**: Supports various order execution strategies.\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n\n### Prerequisites\n\nWhat things you need to install the software and how to install them:\n\n```bash\n# Example: Installation of Rust and Cargo (Rust's package manager)\ncurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh\n\n# Installation of Kafka (using Homebrew as an example)\nbrew install kafka\n```\n\n### Installing\n\nA step-by-step series of examples that tell you how to get a development environment running:\n\n```bash\n# Clone the repository\ngit clone https://github.com/joaquinbejar/StrategyExecutionEngine.git\n\n# Go into the repository\ncd StrategyExecutionEngine\n\n# Build the project\ncargo build\n```\n\n### Running the tests\n\n```bash\ncargo test\n```\n\n### Deployment\n\nAdd additional notes about how to deploy this on a live system.\n\n### Contributing\n\nPlease read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.\n\n### Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. This approach allows us to maintain a clear, predictable system for version management. Under this scheme, version numbers are given in the format of \\`MAJOR.MINOR.PATCH\\`, where:\n\n- `MAJOR` versions indicate incompatible API changes,\n- `MINOR` versions add functionality in a backwards-compatible manner, and\n- `PATCH` versions include backwards-compatible bug fixes.\n\nThis standard helps users and developers to understand the impact of new updates at a glance. For the versions available, see the [tags on this repository](https://github.com/joaquinbejar/StrategyExecutionEngine/tags).\n\n### Authors\n\nJoaquín Béjar García - Initial work - [joaquinbejar](https://github.com/joaquinbejar)\n\nSee also the list of contributors who participated in this project.\n\n### License\n\nThis project is licensed under the MIT License - see the LICENSE.md file for details.\n\n### Acknowledgments\n\nWill be added in the future.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoaquinbejar%2Fstrategyexecutionengine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoaquinbejar%2Fstrategyexecutionengine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoaquinbejar%2Fstrategyexecutionengine/lists"}