Parakeet is a Rust-based Bluesky AppView aiming to implement most of the functionality required to support the Bluesky client

chore: add status/roadmap section to readme.

Changed files
+11
+11
README.md
··· 3 3 Parakeet is a [Bluesky](https://bsky.app) [AppView](https://atproto.wiki/en/wiki/reference/core-architecture/appview) 4 4 aiming to implement most of the functionality required to support the Bluesky client. Notably not implemented is a CDN. 5 5 6 + ## Status and Roadmap 7 + Most common functionality works, with notable omissions being like/repost/follow statuses, blocks and mutes don't get 8 + applied, labels might not track CIDs properly, label redaction doesn't work at all (beware!). 9 + 10 + Future work is tracked in issues, but the highlights are below. Help would be highly appreciated. 11 + - Notifications 12 + - Search 13 + - Pinned Posts 14 + - The Timeline 15 + - Monitoring: metrics, tracing, and health checks. 16 + 6 17 ## The Code 7 18 Parakeet is implemented in Rust, using Postgres as a database, Redis for caching and queue processing, RocksDB for 8 19 aggregation, and Diesel for migrations and querying.