Pinned Repositories
benchmark
tiny benchmark framework
cabot
Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty
cookbook
some code snippets
cookbook-nginx
学习nginx的优秀设计
dotfiles
vim bash etc.
events
watch an event with a callback, and trigger it anytime anywhere
gox
common libraries for writing go programs.
jocko
Kafka implemented in Golang with built-in coordination (No ZK dep, single binary install)
leetcode
Solutions of LeetCode in Go&C++&Python
seaweedfs
SeaweedFS is a simple and highly scalable distributed file system. There are two objectives: to store billions of files! to serve the files fast! Instead of supporting full POSIX file system semantics, SeaweedFS choose to implement only a key~file mapping. Similar to the word "NoSQL", you can call it as "NoFS".
sourceinsight's Repositories
sourceinsight/leetcode
Solutions of LeetCode in Go&C++&Python
sourceinsight/events
watch an event with a callback, and trigger it anytime anywhere
sourceinsight/benchmark
tiny benchmark framework
sourceinsight/cookbook
some code snippets
sourceinsight/cookbook-nginx
学习nginx的优秀设计
sourceinsight/cabot
Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty
sourceinsight/dotfiles
vim bash etc.
sourceinsight/jocko
Kafka implemented in Golang with built-in coordination (No ZK dep, single binary install)
sourceinsight/muduo
A C++ non-blocking network library for multi-threaded server in Linux
sourceinsight/seaweedfs
SeaweedFS is a simple and highly scalable distributed file system. There are two objectives: to store billions of files! to serve the files fast! Instead of supporting full POSIX file system semantics, SeaweedFS choose to implement only a key~file mapping. Similar to the word "NoSQL", you can call it as "NoFS".
sourceinsight/etcd
Distributed reliable key-value store for the most critical data of a distributed system
sourceinsight/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
sourceinsight/mongoose
Mongoose Embedded Web Server Library - Mongoose is more than an embedded webserver. It is a multi-protocol embedded networking library with functions including TCP, HTTP client and server, WebSocket, JSON-RPC client and server and much more.
sourceinsight/redis-3.0-annotated
带有详细注释的 Redis 3.0 代码(annotated Redis 3.0 source code)。
sourceinsight/rpcx
Faster multil-language bidirectional RPC framework in Go, like alibaba Dubbo and weibo Motan in Java, but with more features, Scale easily.
sourceinsight/rqlite
The lightweight, distributed relational database built on SQLite.
sourceinsight/ssdb
SSDB - A fast NoSQL database, an alternative to Redis