Skip to content
View elliotchenzichang's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Beijing

Organizations

@nutsdb
Block or Report

Block or report elliotchenzichang

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
elliotchenzichang/README.md

Hi there, I'm Elliot Chen 👋

About Me

Hey there! I'm Elliot, and I'm a database enthusiast who loves to read and explore the latest research in this field. When I'm not tinkering with databases or trying out new programming languages like C++ and Rust, I enjoy writing articles on various topics related to computer science and technology.

Tech Stack

Here are a few technologies I've been working with recently:

  • Databases: MySQL, Redis, Nutsdb, Rocksdb, Leveldb
  • Programming languages: Go, C++, Rust
  • Technologies: Docker, Git, AWS

Research Papers

I love reading about the latest advancements in database research. Here are some recent papers that I found interesting:

Projects

Here are some recent projects I've worked on:

  • NutsDB - A simple, fast, embeddable, persistent key/value store written in Go.
  • tiny-bitcask - A small in-memory and on-disk key-value datastore inspired by Bitcask.
  • Badger - Fast key-value DB in Go.
  • TiKV - A distributed transactional key-value database powered by Rust and Raft.
  • RocksDB - Embeddable, persistent key-value store for fast storage environments.

Coursework

Here are some recent courses I've taken:

  • MIT 6.824: Distributed Systems

Contact Me

If you want to get in touch, feel free to send me an email at eliotchenzichang@gmail.com.

Pinned

  1. tiny-bitcask tiny-bitcask Public

    build a tiny kv store base on Bitcask

    Go 28 6

  2. go-database-material go-database-material Public

    Go数据库相关学习资料

    26 1

  3. adam adam Public

    Help you generate the expected test data.

    Go

  4. gen-table-structure gen-table-structure Public

    gen a go struct for mysql table

    Go 1 1

  5. nutsdb nutsdb Public

    Forked from nutsdb/nutsdb

    A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set.

    Go