···33Parakeet is a [Bluesky](https://bsky.app) [AppView](https://atproto.wiki/en/wiki/reference/core-architecture/appview)
44aiming to implement most of the functionality required to support the Bluesky client. Notably not implemented is a CDN.
5566+## Status and Roadmap
77+Most common functionality works, with notable omissions being like/repost/follow statuses, blocks and mutes don't get
88+applied, labels might not track CIDs properly, label redaction doesn't work at all (beware!).
99+1010+Future work is tracked in issues, but the highlights are below. Help would be highly appreciated.
1111+- Notifications
1212+- Search
1313+- Pinned Posts
1414+- The Timeline
1515+- Monitoring: metrics, tracing, and health checks.
1616+617## The Code
718Parakeet is implemented in Rust, using Postgres as a database, Redis for caching and queue processing, RocksDB for
819aggregation, and Diesel for migrations and querying.