From 5a7494cb2f582297314ee6c087a98b7a7b0f136e Mon Sep 17 00:00:00 2001 From: Ray Walker Date: Thu, 6 Aug 2026 11:15:09 +1000 Subject: [PATCH] docs: link Skyline, the canonical live example project (LAB-739) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 23fa6a3..0d2ac3a 100644 --- a/README.md +++ b/README.md @@ -387,6 +387,7 @@ info = expensive_func.cache_info() | [Comparison Guide][comparison-url] | How cachekit compares to lru_cache, aiocache, cachetools | | [Getting Started][getting-started-url] | Progressive tutorial from basics to advanced | | [API Reference][api-reference-url] | Complete API documentation | +| [Skyline (live example)][skyline-url] | Canonical example project: this SDK ingests the Bluesky firehose and writes the analytics entries a TypeScript edge Worker serves live, on one shared interop namespace | ### Feature Deep Dives @@ -472,6 +473,7 @@ MIT License - see [LICENSE][license-file-url] for details. [uv-url]: https://github.com/astral-sh/uv [security-url]: SECURITY.md [comparison-url]: docs/comparison.md +[skyline-url]: https://github.com/cachekit-io/bluesky-thinking [getting-started-url]: docs/getting-started.md [api-reference-url]: docs/api-reference.md [serializer-guide-url]: docs/serializers/index.md