{"id":28074092,"url":"https://github.com/bdr-pro/lumaris","last_synced_at":"2025-05-12T23:29:01.114Z","repository":{"id":292485235,"uuid":"980665323","full_name":"BDR-Pro/lumaris","owner":"BDR-Pro","description":"Lumaris is a decentralized compute marketplace where buyers send Docker jobs and sellers run them securely. It uses Nakama for real-time communication between clients.","archived":false,"fork":false,"pushed_at":"2025-05-10T08:17:00.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-10T09:25:21.426Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"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":null,"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-09T14:01:06.000Z","updated_at":"2025-05-10T08:17:03.000Z","dependencies_parsed_at":"2025-05-10T09:25:36.234Z","dependency_job_id":"7f1983ab-ad0c-4643-8c7f-d1b12d63a445","html_url":"https://github.com/BDR-Pro/lumaris","commit_stats":null,"previous_names":["bdr-pro/lumaris"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BDR-Pro%2Flumaris","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BDR-Pro%2Flumaris/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BDR-Pro%2Flumaris/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BDR-Pro%2Flumaris/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BDR-Pro","download_url":"https://codeload.github.com/BDR-Pro/lumaris/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253839648,"owners_count":21972351,"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":"2025-05-12T23:29:00.500Z","updated_at":"2025-05-12T23:29:01.106Z","avatar_url":"https://github.com/BDR-Pro.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lumaris Compute Marketplace\n\nA distributed marketplace for computing resources built on Nakama game server.\n\n## Project Structure\n\n```bash\nlumaris/\n├── main.go              # Main application entry point\n├── modules/\n│   ├── jobReq.go        # Job request/result data structures\n│   └── nakamaModule.go  # Nakama server-side module code\n├── buyer/\n│   ├── client.go        # Buyer client implementation\n│   └── test.go          # Buyer test implementation\n└── seller/\n    └── runner.go        # Seller runner implementation\n```\n\n## Usage\n\n### Building the project\n\n```bash\ngo build -o lumaris\n```\n\n### Running as a buyer\n\n```bash\n./lumaris buyer -server 127.0.0.1:7350 -token your_token_here\n```\n\n### Running as a seller\n\n```bash\n./lumaris seller -server 127.0.0.1:7350 -token your_token_here\n```\n\n### Running tests\n\nTest the buyer functionality:\n\n```bash\n./lumaris test-buy -server 127.0.0.1:7350 -token your_token_here -image python:3.10 -command \"python -c 'print(\\\"Hello\\\")\"\n```\n\n## Command-line Options\n\n### Global Options\n\n- `-server` - Nakama server address (default: 127.0.0.1:7350)\n- `-token` - Nakama session token (required)\n\n### Buyer Test Options\n\n- `-image` - Docker image to use (default: python:3.10)\n- `-command` - Command to run inside the container\n\n## Development\n\n### Nakama Module Setup\n\nThe Nakama module (`modules/nakamaModule.go`) needs to be compiled and loaded into your Nakama server:\n\n1. Build the module:\n\n   ```bash\n   go build -buildmode=plugin -o ./modules.so ./modules/nakamaModule.go\n   ```\n\n2. Add the module to your Nakama configuration:\n\n   ```yaml\n   runtime:\n     path: \"/path/to/modules.so\"\n   ```\n\n3. Restart Nakama server to load the module.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdr-pro%2Flumaris","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbdr-pro%2Flumaris","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdr-pro%2Flumaris/lists"}