• This site is a private, non-commercial website. As such, you're welcome here as long as you were invited. If you would like an invite, reach out to Cliff Spark

Show HN: A Database Written in Golang

  • Thread starter Thread starter Sahil121
  • Start date Start date
S

Sahil121

Recently created a minimal persistent relational database in Go. Main focus was on implementing & understanding working the of database, storage management & transaction handling. Use of B+ Tree for storage engine(support for indexing), managing a Free List (for reusing nodes), Support for transactions, Concurrent Reads. Still have many things to add & fix like query processing being one of the main & fixing some bugs
Repo link - GitHub - Sahilb315/AtomixDB: An persistent relational database built in Go.
Would love to hear your thoughts



Comments URL: Show HN: A Database Written in Golang | Hacker News

Points: 130

# Comments: 42

Continue reading...
 
Back
Top