alpha
Login
or
Join now
lemo.tngl.sh
/
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
/
tap
/
at
main
4 folders
8 files
Tsiry Sandratraina
Reduce pagination delay from 100ms to 20ms
6mo ago
0df2d0ad
.zed
Add Tap WebSocket server and Drizzle schema
6 months ago
drizzle
tap: handle webhook
6 months ago
scripts
Batch events for WebSocket streaming Send events as JSON arrays to improve throughput (batch size 50). Increase PAGE_SIZE to 500 and send queued events in batches. Update client to handle batched messages and reduce ping interval to 30s. Adjust progress/logging to report events every 500.
6 months ago
src
Reduce pagination delay from 100ms to 20ms
6 months ago
.dockerignore
Reduce pagination delay from 100ms to 20ms
6 months ago
.env.example
tap: handle webhook
6 months ago
.gitignore
Add cache to tap .gitignore and .dockerignore
6 months ago
Dockerfile
Run migrations at startup and persist DB files Cache drizzle-kit in the image to ensure the migrate command is available, and add host volume mounts for the SQLite DB, WAL, and SHM files so the database state is persisted across container restarts.
6 months ago
compose.yaml
Use cache directory and set DB URL
6 months ago
deno.json
Add start task to deno.json
6 months ago
deno.lock
Add Tap WebSocket server and Drizzle schema
6 months ago
drizzle.config.ts
Add Tap WebSocket server and Drizzle schema
6 months ago