alpha
Login
or
Join now
chanderson.tech
/
rocksky
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A decentralized music tracking and discovery platform built on AT Protocol 馃幍
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
rocksky
/
apps
/
api
/
lexicons
/
feed
/
at
main
12 files
Tsiry Sandratraina
add artist and album recommendation endpoints
2mo ago
27cfd8b6
defs.json
add artist and album recommendation endpoints Adds app.rocksky.feed.getArtistRecommendations and app.rocksky.feed.getAlbumRecommendations alongside the existing track endpoint, covering all three tabs for the upcoming recommendations UI. Artist recs scored by neighbour similarity 脳 decay; album recs split across known-artist (unexplored albums from familiar artists) and new-artist (albums from neighbour-discovered artists) pools.
2 months ago
describeFeedGenerator.json
implement feed generator service
7 months ago
generator.json
feat: add feed generator lexicon and related types
10 months ago
getAlbumRecommendations.json
add artist and album recommendation endpoints Adds app.rocksky.feed.getArtistRecommendations and app.rocksky.feed.getAlbumRecommendations alongside the existing track endpoint, covering all three tabs for the upcoming recommendations UI. Artist recs scored by neighbour similarity 脳 decay; album recs split across known-artist (unexplored albums from familiar artists) and new-artist (albums from neighbour-discovered artists) pools.
2 months ago
getArtistRecommendations.json
add artist and album recommendation endpoints Adds app.rocksky.feed.getArtistRecommendations and app.rocksky.feed.getAlbumRecommendations alongside the existing track endpoint, covering all three tabs for the upcoming recommendations UI. Artist recs scored by neighbour similarity 脳 decay; album recs split across known-artist (unexplored albums from familiar artists) and new-artist (albums from neighbour-discovered artists) pools.
2 months ago
getFeed.json
Add feedView types and cursor pagination Introduce feedItemView and feedView schemas and switch getFeed to use a string cursor instead of numeric offset. Update generated types, pkl/lexicon defs, and the XRPC handler to return FeedView (and add the hydrate step + axios import) Add feedView types and cursor pagination
7 months ago
getFeedGenerator.json
implement feed generator service
7 months ago
getFeedGenerators.json
Add feed generators lexicon and API types - Add feedGeneratorsView and feedGeneratorView defs (JSON and pkl) - Add app.rocksky.feed.getFeedGenerators lexicon and generated TS types - Export new types from lexicon index - Swap/fix album getAlbums/getAlbumTracks handlers and update schemas - Misc: small formatting, type-only imports, and script fixes
7 months ago
getFeedSkeleton.json
implement feed generator service
7 months ago
getRecommendations.json
add app.rocksky.feed.getRecommendations endpoint Personalised track recommendations scored by neighbour similarity 脳 recency-decayed play count 脳 loved-track boost (5脳), with a 15% serendipity pool from 1-hop artist expansion. Defined in pkl, generated via pkl:gen + lexgen.
2 months ago
getStories.json
Add Story and Stories schemas and update getStories
6 months ago
search.json
setup drizzle-kit, docker compose and turbo repo
1 year ago