ddia VS build-your-own-x

Compare ddia vs build-your-own-x and see what are their differences.

ddia

Playground to practice "Designing Data-Intensive Applications" concepts (by jan-carreras)

build-your-own-x

Master programming by recreating your favorite technologies from scratch. (by codecrafters-io)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ddia build-your-own-x
1 254
10 257,792
- 2.3%
10.0 6.5
about 1 year ago 6 days ago
Go
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ddia

Posts with mentions or reviews of ddia. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-29.
  • The “Build Your Own Redis” Book Is Completed
    9 projects | news.ycombinator.com | 29 Jan 2023
    Shameless plug; I've been playing with a [Redis Server implementation in Go](https://github.com/jan-carreras/ddia) for the past weeks. Mainly as a way to try out things explained in Designing Data-Intensive Applications book (favourite of mine!). Those are the [commands implemented](https://github.com/jan-carreras/ddia/blob/master/commands.md), + TTL + AoF files (for state replication) + config file, ... The "challenge" was to do it without any external dependency other than go stdlib.

    > I actually build minimal Redis clones in every new language or runtime, or when I want to explore threading models.

    100% agree with your advice; I'll definitively try to implement other parts of the Redis service in Go (eg: pub/sub, replication, clustering...) and probably repeat the same exercise when learning any new language.

build-your-own-x

Posts with mentions or reviews of build-your-own-x. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-23.

What are some alternatives?

When comparing ddia and build-your-own-x you can also consider the following projects:

reredis - Rewrite Redis in Rust.

project-based-learning - Curated list of project-based tutorials

miniredis - A very tiny clone of Redis for experimenting with PubSub

chibicc - A small C compiler

redi-s - A performant Redis server implemented in SwiftNIO.

languages - Powers multi-language support for CodeCrafters challenges

Daily-Coding-DS-ALGO-Practice - A open source project🚀 for bringing all interview💥💥 and competative📘 programming💥💥 question under one repo📐📐

computer-science - :mortar_board: Path to a free self-taught education in Computer Science!

every-programmer-should-know - A collection of (mostly) technical things every software developer should know about

forward-proxy - Minimal HTTP(S) forward proxy using 150LOC and only standard libraries.

system-design-primer - Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.

honggfuzz - Security oriented software fuzzer. Supports evolutionary, feedback-driven fuzzing based on code coverage (SW and HW based)