└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Awesome Seastar [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) 2 | 3 | A curated list of resources related to [Seastar](http://seastar.io), an industrial-grade C++ framework for building high-performance servers. 4 | 5 | ## News 6 | 7 | * What's new in Seastar (infrequently released) 8 | * [Issue 1 - Apr '23](https://makedist.com/posts/2023/04/30/whats-new-in-seastar-issue-1/) 9 | * [Issue 2 - Dec '23](https://makedist.com/posts/2023/12/01/whats-new-in-seastar-issue-2/) 10 | * [Issue 3 - Apr '24](https://makedist.com/posts/2024/04/22/whats-new-in-seastar-issue-3/) 11 | * [Issue 4 - Sep '24](https://makedist.com/posts/2024/08/31/whats-new-in-seastar-issue-4/) 12 | 13 | ## Projects 14 | 15 | *Systems and projects using Seastar* 16 | 17 | * [Ceph](https://github.com/ceph/ceph) - Distributed storage system for object, block, and file 18 | * The seastar-based storage engine is called [Crimson](https://github.com/ceph/ceph/tree/master/src/crimson) 19 | * [CPV](https://github.com/cpv-project/cpv-framework) - Web framework written in C++ and Seastar 20 | * [Chogori](https://github.com/futurewei-cloud/chogori-platform) - Low-latency distributed OLTP database 21 | * [Lightbits](https://www.youtube.com/watch?v=kWfhVaeY2BE) - Lightbits LightOS 22 | * [ministun](https://github.com/nguyenminh-phuc/ministun) - RFC 8489 STUN server 23 | * [Parquet4Seastar](https://github.com/michoecho/parquet4seastar) - Parquet file format implementation for use in Seastar projects 24 | * [Pedis/1store](https://github.com/fastio/1store) - Replacement for Redis written in Seastar 25 | * [RageDB](https://github.com/ragedb/ragedb) - In Memory Property Graph Server using the Shared Nothing design from Seastar 26 | * [Redpanda](https://github.com/redpanda-data/redpanda/) - Replacement for Apache Kafka designed for modern hardware 27 | * [Scylladb](https://github.com/scylladb/scylla) - Replacement for Apache Cassandra and Amazon DynamoDB 28 | * [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 29 | * [SMF](https://github.com/smfrpc/smf) - RPC framework built for microseconds latencies using Seastar 30 | * [SpiderDB](https://github.com/chungphb/spiderdb) - An on-disk key-value database based on a b-link tree 31 | * [Hiactor](https://github.com/alibaba/hiactor) - Hiactor is a distributed actor framework. 32 | 33 | ## Learning 34 | 35 | *Resources for learning Seastar* 36 | 37 | * [Official tutorial](https://github.com/scylladb/seastar/blob/master/doc/tutorial.md) - a comprehensive tutorial from the creators of Seastar 38 | * [Seastar internals](https://makedist.com/projects/seastar-internals/) - is a series of deep dives into various Seastar components 39 | * [Asynchronous Programming with Seastar](http://nadav.harel.org.il/seastar/) - is a series of tutorials covering Seastar compnents 40 | * [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 41 | * [Seabrute](https://github.com/VictorDenisov/seabrute) - a selfstudy project for learning seastar by implementing distributed password bruteforce 42 | 43 | ## Archived 44 | 45 | These appear to no longer exist :( 46 | 47 | * [seastar-kafka-client](https://github.com/haaawk/seastar-kafka-client) - A seastar-based kafka client 48 | 49 | ## Contributors 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 |

Chedy Najjar

Noah Watkins
59 | 60 | 61 | --------------------------------------------------------------------------------