Pinned Repositories
awesome-chatgpt-prompts
This repo includes ChatGPT prompt curation to use ChatGPT better.
awesome-serverless-papers
Collect papers about serverless computing research
benchbase
Multi-DBMS SQL Benchmarking Framework via JDBC
canal
阿里巴巴 MySQL binlog 增量订阅&消费组件
chatgpt-on-wechat
Wechat robot based on ChatGPT, which using OpenAI api and itchat library. 使用ChatGPT搭建微信聊天机器人,基于GPT3.5 API和itchat实现
db-readings
Readings in Databases
debezium
Change data capture for a variety of databases. Please log issues at https://issues.redhat.com/browse/DBZ.
sp20-15213
Labs of CMU 15-213 "Introduction to Computer Systems"
sp21-cs61b
tinyGit
A small git implementation that can help you understand the core ideas of git.
iefnaf's Repositories
iefnaf/java-design-patterns
Design patterns implemented in Java
iefnaf/error-prone
Catch common Java mistakes as compile-time errors
iefnaf/guice
Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 8 and above, brought to you by Google.
iefnaf/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
iefnaf/tidb
TiDB is an open-source, cloud-native, distributed, MySQL-Compatible database for elastic scale and real-time analytics. Try free: https://tidbcloud.com/free-trial
iefnaf/tidb-tools
tidb-tools are some useful tool collections for TiDB.
iefnaf/tidb-binlog
A tool used to collect and merge tidb's binlog for real-time data backup and synchronization.
iefnaf/tinyGit
A small git implementation that can help you understand the core ideas of git.
iefnaf/sp21-cs61b
iefnaf/toydb
Distributed SQL database in Rust, written as a learning project
iefnaf/dumpling
Dumpling is a fast, easy-to-use tool written by Go for dumping data from the database(MySQL, TiDB...) to local/cloud(S3, GCP...) in multifarious formats(SQL, CSV...).
iefnaf/tinysql
A course to build the SQL layer of a distributed database.
iefnaf/sp20-15213
Labs of CMU 15-213 "Introduction to Computer Systems"
iefnaf/db-readings
Readings in Databases
iefnaf/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
iefnaf/Tinyhttpd
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net
iefnaf/design-patterns-cpp
《大话设计模式》C++实现