{"id":16953240,"url":"https://github.com/dotnwat/awesome-seastar","last_synced_at":"2026-01-27T10:30:16.739Z","repository":{"id":41901335,"uuid":"340950460","full_name":"dotnwat/awesome-seastar","owner":"dotnwat","description":"A curated list of resources related to Seastar, an industrial-grade C++ framework for building high-performance servers.","archived":false,"fork":false,"pushed_at":"2024-09-13T19:41:30.000Z","size":140,"stargazers_count":92,"open_issues_count":3,"forks_count":6,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-10-20T23:47:39.438Z","etag":null,"topics":["awesome","awesome-list","c-plus-plus","cpp","seastar"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dotnwat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-21T16:41:29.000Z","updated_at":"2024-10-09T01:14:39.000Z","dependencies_parsed_at":"2024-09-14T10:26:41.079Z","dependency_job_id":"f27737d1-5029-4ca0-a378-9d43edcd6bcb","html_url":"https://github.com/dotnwat/awesome-seastar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnwat%2Fawesome-seastar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnwat%2Fawesome-seastar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnwat%2Fawesome-seastar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnwat%2Fawesome-seastar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dotnwat","download_url":"https://codeload.github.com/dotnwat/awesome-seastar/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239774155,"owners_count":19694697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["awesome","awesome-list","c-plus-plus","cpp","seastar"],"created_at":"2024-10-13T22:06:43.413Z","updated_at":"2026-01-27T10:30:16.686Z","avatar_url":"https://github.com/dotnwat.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Awesome Seastar [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)\n\nA curated list of resources related to [Seastar](http://seastar.io), an industrial-grade C++ framework for building high-performance servers.\n\n## News\n\n* What's new in Seastar (infrequently released)\n  * [Issue 1 - Apr '23](https://makedist.com/posts/2023/04/30/whats-new-in-seastar-issue-1/)\n  * [Issue 2 - Dec '23](https://makedist.com/posts/2023/12/01/whats-new-in-seastar-issue-2/)\n  * [Issue 3 - Apr '24](https://makedist.com/posts/2024/04/22/whats-new-in-seastar-issue-3/)\n  * [Issue 4 - Sep '24](https://makedist.com/posts/2024/08/31/whats-new-in-seastar-issue-4/)\n\n## Projects\n\n*Systems and projects using Seastar*\n\n* [Ceph](https://github.com/ceph/ceph) - Distributed storage system for object, block, and file\n    * The seastar-based storage engine is called [Crimson](https://github.com/ceph/ceph/tree/master/src/crimson)\n* [CPV](https://github.com/cpv-project/cpv-framework) - Web framework written in C++ and Seastar\n* [Chogori](https://github.com/futurewei-cloud/chogori-platform) - Low-latency distributed OLTP database\n* [Lightbits](https://www.youtube.com/watch?v=kWfhVaeY2BE) - Lightbits LightOS\n* [ministun](https://github.com/nguyenminh-phuc/ministun) - RFC 8489 STUN server\n* [Parquet4Seastar](https://github.com/michoecho/parquet4seastar) - Parquet file format implementation for use in Seastar projects\n* [Pedis/1store](https://github.com/fastio/1store) - Replacement for Redis written in Seastar\n* [RageDB](https://github.com/ragedb/ragedb) - In Memory Property Graph Server using the Shared Nothing design from Seastar\n* [Redpanda](https://github.com/redpanda-data/redpanda/) - Replacement for Apache Kafka designed for modern hardware\n* [Scylladb](https://github.com/scylladb/scylla) - Replacement for Apache Cassandra and Amazon DynamoDB\n* [Shredder](https://github.com/utah-scs/shredder) - Research prototype for [SoCC '19 paper](https://www.cs.utah.edu/~lifeifei/papers/shredder.pdf) embedding v8 in Seastar\n* [SMF](https://github.com/smfrpc/smf) - RPC framework built for microseconds latencies using Seastar\n* [SpiderDB](https://github.com/chungphb/spiderdb) - An on-disk key-value database based on a b-link tree\n* [Hiactor](https://github.com/alibaba/hiactor) - Hiactor is a distributed actor framework.\n\n## Learning\n\n*Resources for learning Seastar*\n\n* [Official tutorial](https://github.com/scylladb/seastar/blob/master/doc/tutorial.md) - a comprehensive tutorial from the creators of Seastar\n* [Seastar internals](https://makedist.com/projects/seastar-internals/) - is a series of deep dives into various Seastar components\n* [Asynchronous Programming with Seastar](http://nadav.harel.org.il/seastar/) - is a series of tutorials covering Seastar compnents\n* [Rolling your own MOM](https://dev.to/cppchedy/rolling-out-your-own-mom-or-how-i-did-it-general-introduction-3j20) - a series documenting the MOZA middleware\n* [Seabrute](https://github.com/VictorDenisov/seabrute) - a selfstudy project for learning seastar by implementing distributed password bruteforce\n\n## Archived\n\nThese appear to no longer exist :(\n\n* [seastar-kafka-client](https://github.com/haaawk/seastar-kafka-client) - A seastar-based kafka client\n\n## Contributors\n\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://twitter.com/cppchedy\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/18627131?s=100\u0026v=3\" width=\"100px;\" alt=\"\"/\u003e\u003cbr/\u003e\u003csub\u003e\u003cb\u003eChedy Najjar\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://twitter.com/dotnwat\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/242417?s=100\u0026v=3\" width=\"100px;\" alt=\"\"/\u003e\u003cbr/\u003e\u003csub\u003e\u003cb\u003eNoah Watkins\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotnwat%2Fawesome-seastar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotnwat%2Fawesome-seastar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotnwat%2Fawesome-seastar/lists"}