Add Datacenter Monitor recipe#49
Draft
khushishelat wants to merge 1 commit into
Draft
Conversation
Live map of 2,800+ U.S. datacenters discovered, enriched, and monitored end-to-end with the Task and Monitor APIs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Adds Datacenter Monitor — a live map of 2,800+ U.S. datacenters, discovered / enriched / monitored end-to-end on Parallel's Task and Monitor APIs.
Submitting as an external/community-style recipe (like Competitive Analysis) — the app lives in its own repo, so this PR only registers it in the two required places:
README.mdwebsite/cookbook.json(validated against the schema)Why it's worth a spot
The distinctive, reusable technique is iterative dataset discovery: a single "find all US datacenters" Task plateaus ~50 results, so the app shards by state and paginates with
previous_interaction_id(loop-until-dry) to enumerate ~2,800 facilities across the long tail. From there:output.basispowering per-cell reasoning + citationsThe repo's README documents the full pipeline and includes the discovery script (
build_datacenters_iterative.py).Checklist
.env.local.exampleonly; keys read from env)README.mdandwebsite/cookbook.jsonimageUrlset tonullfor now — happy to add an OG image if preferredMarked as draft — open to moving it to Community Examples or a different category, and to
creators/repo-owner changes if you'd rather it live underparallel-web.🤖 Generated with Claude Code