refactor: rename example/ to service/#291
Open
sbalabanov wants to merge 1 commit into
Open
Conversation
|
|
The example/ tree holds the runnable server/client wiring for every domain — it is the composition root, not throwaway demo code. Rename it to service/ to reflect that role and update all references: Bazel labels, Go importpaths, Makefile compose vars and targets, docker-compose build contexts, integration/e2e suite paths, and documentation. Also refresh the docs for the current layout: - Rewrite service/README.md to include the runway service and the stovepipe Ingest/process pipeline (previously documented as Ping-only). - Add service/runway/README.md and service/stovepipe/README.md. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
albertywu
approved these changes
Jul 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The
example/tree holds the runnable server/client wiring for every domain — it is the composition root (knows the full queue topology, picks concrete extension impls, owns per-queue routing), not throwaway demo code. This renames it toservice/to reflect that role.Changes
git mv example/ → service/(history preserved).//example/...), Go importpaths (.../example/...),Makefilecompose vars +build-*-linux/run-client-*targets,docker-compose.ymlbuild contexts, integration/e2e suitecomposeFilepaths and their BUILDdataentries, and docs (CLAUDE.md,README.md,doc/,submitqueue/orchestrator/controller/dlq/README.md).example.comfixtures were left untouched.Documentation
service/README.mdfor the current layout: adds the runway service (was missing) and corrects stovepipe from "Ping-only" to its realPing+Ingest+ process-consumer shape; services table with ports/RPCs/stores.service/runway/README.mdandservice/stovepipe/README.md.service/submitqueue/README.mdheading.Validation
make test— 65/65 passbazel build //service/...(16 targets) and//test/...(12 targets) passmake gazelleclean (alphabetical reorder of onedatalist);gofmtclean🤖 Generated with Claude Code