···3Parakeet is a [Bluesky](https://bsky.app) [AppView](https://atproto.wiki/en/wiki/reference/core-architecture/appview)
4aiming to implement most of the functionality required to support the Bluesky client. Notably not implemented is a CDN.
5000000000006## The Code
7Parakeet is implemented in Rust, using Postgres as a database, Redis for caching and queue processing, RocksDB for
8aggregation, and Diesel for migrations and querying.
···3Parakeet is a [Bluesky](https://bsky.app) [AppView](https://atproto.wiki/en/wiki/reference/core-architecture/appview)
4aiming to implement most of the functionality required to support the Bluesky client. Notably not implemented is a CDN.
56+## 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+17## The Code
18Parakeet is implemented in Rust, using Postgres as a database, Redis for caching and queue processing, RocksDB for
19aggregation, and Diesel for migrations and querying.