Open
feat(demo): add argus-tracker demo with composite keys, batch ingestion, and TimeUUID#231
Conversation
Copilot created this pull request from a session on behalf of
fruch
April 15, 2026 13:15
View session
fruch
force-pushed
the
copilot/demo-argus-style-test-tracker
branch
from
April 15, 2026 19:32
b6e3ba7 to
745f5a9
Compare
fruch
marked this pull request as ready for review
April 15, 2026 20:27
…on, and TimeUUID Agent-Logs-Url: https://github.com/scylladb/coodie/sessions/586cba44-5b89-47ff-82dd-805d389cb790 Co-authored-by: fruch <340979+fruch@users.noreply.github.com>
fruch
force-pushed
the
copilot/demo-argus-style-test-tracker
branch
from
April 15, 2026 20:29
745f5a9 to
33e7b8f
Compare
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.
Scaled-down test tracker inspired by
scylladb/argusdemonstrating complex real-world Cassandra modeling patterns: composite/compound partition keys, TimeUUID clustering, batch ingestion, and partition-scoped queries.Models (
models.py)username/email/api_token,List[str]rolesbuild_id, CK:start_time DESC— "latest run for build X" pattern(run_id, kind), CK:created_at DESC— "all errors for run X" patternreceiver, CK:TimeUUID() DESC— chronological feed with sub-ms orderingSeed pipeline (
seed.py)Scaffolding
Makefile,pyproject.toml,smoke_test.pyfollowing existing demo conventionsREADME.mdwith model diagrams, batch pattern explanations, query examplesdemos/README.mdupdated with argus-tracker entryPlan: docs/plans/demos-extension-plan.md
Phase: 8