{"id":19341930,"url":"https://github.com/blewater/boxed","last_synced_at":"2026-05-12T12:06:56.621Z","repository":{"id":79801359,"uuid":"273689843","full_name":"blewater/boxed","owner":"blewater","description":"Manage your distributed infrastructure deployments with ease","archived":false,"fork":false,"pushed_at":"2021-10-17T21:43:44.000Z","size":330,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-02-24T08:46:03.456Z","etag":null,"topics":["diffie-hellman","go","grpc","grpc-go","workflow"],"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/blewater.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2020-06-20T10:51:50.000Z","updated_at":"2021-10-28T19:55:42.000Z","dependencies_parsed_at":"2023-09-12T23:51:29.123Z","dependency_job_id":null,"html_url":"https://github.com/blewater/boxed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blewater/boxed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blewater%2Fboxed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blewater%2Fboxed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blewater%2Fboxed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blewater%2Fboxed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blewater","download_url":"https://codeload.github.com/blewater/boxed/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blewater%2Fboxed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32938061,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["diffie-hellman","go","grpc","grpc-go","workflow"],"created_at":"2024-11-10T03:33:08.137Z","updated_at":"2026-05-12T12:06:56.589Z","avatar_url":"https://github.com/blewater.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# _remote_ workflows\n\nRun your distributed tasks fluently over gRPC asynchronous streaming goodness. :traffic_light:\n\n![Workflow run gif](./workflow.gif)\n\n## Why?\nBecause running asynchronous distributed activities as a cohesive linear workflow is hard.\n\n## Features\n* Define your _distributed_ tasks *sequentially* running 100% pure undomesticated Go.\n\n* Live, cross-task declarative messaging, and configuration updates.\n\n* Monitor your remote tasks' progress centrally.\n\n* Because hiccups happen, resume your workflow activities where you left off.\n\n* _where the rubber hit the road_, tech borne-out from demanding network deployment conditions.\n\n## Use Cases\n* Distributed Docker, K8s deployments.\n\n* Remote Batch Processing.\n\n* Remote Service Provisioning.\n\n* Data provenance and analysis.\n\n* Any loosely-coupled server to remote activities.\n\n## Examples\n* [Diffie-Hellman identification protocol with Knowledge-of-Exponent proof](https://github.com/blewater/boxed/tree/development/examples/secret)\n```\nFor a generator g of group G; \n\nProver knows exponent x in y=g^x\n1. Verifier selects a randomly k value, and sends v=g^k to the prover.\n2. Prover evaluates r=v^x and sends it to the verifier.\n3. Verifier accepts iff r=yk.\n```\n\n* Distributed Containers deployment. (Not Implemented Yet).\n\n* Remote Tic-tac-toe play. (Not Implemented Yet).\n\n## Steps to create a workflow\n1. Declare your tasks _sequentially_.\n\n  _Optionally, declare a Mongo connection._\n\n2. Start the gRPC server,\n\n3. Start your remote client to **run** your workflow :)\n\n## Installation\n\n`go get github.com/tradeline-tech/workflow`\n\n## An inside look at the mechanics\n\n![PlantUML model](http://www.plantuml.com/plantuml/svg/fLD1ReCm4Bpx5HjESA0FYA8g5SSgKGIfUgXwS613KS0RsIOflw-90m4ARQhwPArtPZopzb9fBdLPvEmZIn3sH7f7dupnM9E440lI-A9GiXsL8k6o0iSM7OP2Pxg22EK9vIl9mpwdCuifpp7M6Ga5ZZs3vb2zlJiiuPhlk49msZ94cck4JC2AH4eEOpTX0Dz_78Z07D9m4ypd4OgaAQvvWSzOkHuRD2_yqOiOaZMUcueBvpuFU0pCUZ9MJbpZq2QODQ8pQMaW5fFOPobuOpp6xdU_OIbMN9ZiI5PRhWxA7SFQi6nu1XHObONVYSlM3Fe2xrcqkARUq7G9OnAgBF1w_M7d3uE2Mhg-Tq35CSVwUMp9zbwDZ0SnbeFhtKxWaiKaWUbhdcllpTXQc-EqOLaAkpSetOxFkz_vK6uZAPMerDzS1tIi_atIHXTYFSJVexEAev_jDiQxmfZDUYn1JWexG8cwb8AnEuqqsuU8dmpD16pwBngAAv9rr9SeahB8lm00)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblewater%2Fboxed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblewater%2Fboxed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblewater%2Fboxed/lists"}