{"id":29201950,"url":"https://github.com/bdr-pro/lumaris_marketplace","last_synced_at":"2026-05-19T14:02:38.499Z","repository":{"id":293729448,"uuid":"984959120","full_name":"BDR-Pro/lumaris_marketplace","owner":"BDR-Pro","description":"A decentralized marketplace to buy and sell computational power.","archived":false,"fork":false,"pushed_at":"2025-10-20T08:04:21.000Z","size":432,"stargazers_count":1,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-28T00:18:39.032Z","etag":null,"topics":["distributed-computing","python","rust","vm"],"latest_commit_sha":null,"homepage":"","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/BDR-Pro.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-16T20:04:44.000Z","updated_at":"2025-05-27T06:46:54.000Z","dependencies_parsed_at":"2025-05-16T21:20:43.732Z","dependency_job_id":"5c6a8077-e46c-4796-8beb-4e5ebc079a1c","html_url":"https://github.com/BDR-Pro/lumaris_marketplace","commit_stats":null,"previous_names":["bdr-pro/lumaris_marketplace"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BDR-Pro/lumaris_marketplace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BDR-Pro%2Flumaris_marketplace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BDR-Pro%2Flumaris_marketplace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BDR-Pro%2Flumaris_marketplace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BDR-Pro%2Flumaris_marketplace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BDR-Pro","download_url":"https://codeload.github.com/BDR-Pro/lumaris_marketplace/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BDR-Pro%2Flumaris_marketplace/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33219376,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-19T07:54:09.561Z","status":"ssl_error","status_checked_at":"2026-05-19T07:54:08.508Z","response_time":58,"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":["distributed-computing","python","rust","vm"],"created_at":"2025-07-02T12:36:33.888Z","updated_at":"2026-05-19T14:02:38.449Z","avatar_url":"https://github.com/BDR-Pro.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lumaris Marketplace\n\nA decentralized marketplace to buy and sell computational power.\n\n## Project Overview\n\nLumaris Marketplace is a platform that enables users to buy and sell computational resources in a decentralized manner. The platform consists of several components:\n\n- **Marketplace API**: Handles user authentication, job submissions, and payments\n- **Node WebSocket Server**: Manages communication with compute nodes\n- **Distributed Engine**: Splits jobs into chunks and distributes them to nodes\n- **Rust GUI**: Provides a user interface for node operators\n\n## Components\n\n### Marketplace API\n\nThe API server handles:\n- User registration and authentication\n- Job submissions and tracking\n- Payment processing\n- Node registration and management\n\n### Node WebSocket Server\n\nThe WebSocket server:\n- Manages connections with compute nodes\n- Distributes jobs to available nodes\n- Tracks node status and availability\n- Collects job results\n\n### Distributed Engine\n\nThe distributed engine:\n- Splits large jobs into smaller chunks\n- Distributes chunks to available nodes\n- Aggregates results from multiple nodes\n- Handles fault tolerance and retries\n\n### Rust GUI\n\nThe GUI application:\n- Allows node operators to manage their nodes\n- Displays node status and performance metrics\n- Provides job history and earnings information\n- Configures node capabilities and availability\n\n## Getting Started\n\n### Prerequisites\n\n- Rust 1.70 or later\n- Cargo\n- PostgreSQL\n- Redis (optional)\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/BDR-Pro/lumaris_marketplace.git\ncd lumaris_marketplace\n```\n\n2. Build the project:\n```bash\ncargo build --release\n```\n\n3. Run the components:\n\n**API Server:**\n```bash\ncd marketplace/api\ncargo run --release\n```\n\n**Node WebSocket Server:**\n```bash\ncd marketplace/node_ws\ncargo run --release\n```\n\n**GUI Application:**\n```bash\ncd marketplace/rust_gui\ncargo run --release\n```\n\n## Configuration\n\nEach component has its own configuration file in TOML format. Copy the example configuration files and modify them as needed:\n\n```bash\ncp marketplace/api/config.example.toml marketplace/api/config.toml\ncp marketplace/node_ws/config.example.toml marketplace/node_ws/config.toml\n```\n\n## Development\n\n### Running Tests\n\n```bash\ncargo test\n```\n\n### Building Documentation\n\n```bash\ncargo doc --open\n```\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdr-pro%2Flumaris_marketplace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbdr-pro%2Flumaris_marketplace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdr-pro%2Flumaris_marketplace/lists"}