top | item 43184792

(no title)

pighive | 1 year ago

Nice, did you follow a course or any resources to build it? Please share, I have a similar goal. Thank you.

discuss

order

rebelmackerel|1 year ago

I took a quick glance at the code, I believe it may build upon "Build Your Own Database From Scratch in Go" [0]. The first part of the book is available for free on the author's website, along with information on how to purchase the full book (which includes source code).

I share the same goal and am working through the material after working through Codecrafters' "Build your own SQLite" [1]. Good luck!

I apologize in advance for mistakes (formatting, et cetera). I just registered this account to point you toward resources I found helpful.

[0] https://build-your-own.org/database/

[1] https://app.codecrafters.io/courses/sqlite/overview

croskcool|1 year ago

Does something like this exist for java, don't want to take the burden of a new language.