Parakeet is a Rust-based Bluesky AppServer aiming to implement most of the functionality required to support the Bluesky client
appview atproto bluesky rust appserver
66
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: create more indexes on post_embed_record

Mia 894515d4 a8a97641

+2
+2
migrations/2025-02-16-142357_posts/up.sql
··· 96 96 ); 97 97 98 98 create index post_embed_record_posturi on post_embed_record (post_uri); 99 + create index post_embed_record_detached on post_embed_record (detached); 100 + create index post_embed_record_uri on post_embed_record (uri); 99 101 100 102 create table postgates 101 103 (