Pinned Repositories
arbf-nft-operator
k8s operator that is combined with Metallb to create secure loadbalancing structure
canal
redis replication canal slave
ceph
Ceph is a distributed object, block, and file storage platform
cgroups
cgroups package for Go
compose
Define and run multi-container applications with Docker
demo
k8s-script
microservices
micro 微服务实例教程,包含JWT鉴权、熔断、监控、链路追踪、健康检查等
minimal-cache
Distributed cache based on the RAFT protocol
laik's Repositories
laik/mongodb-study
laik/alpine-dog-tunnel
laik/distributed-computing
distributed_computing include mapreduce kvstore etc.
laik/ebook
classic books of computer science
laik/go-trigger
A Global event triggerer for golang. Defines functions as event with id string. Trigger the event anywhere from your project.
laik/kafkaViewer
A CS tool to look into kafka, subscribe messages and publish messages to topics
laik/lib_mysqludf_json
A UDF library of functions to map relational data to the JSON format.
laik/linux-fs
Spotify's Linux kernel for Debian-based systems
laik/mmapd
Distributed mmap
laik/mongo-docker-compose
Fully sharded mongo environment using docker-compose
laik/MySQL-Syncer
MySQL Syncer is a project which parse mysql binlog and sync to other datases, such as redis, mongodb and any other databases..
laik/openvswitch
laik/shadowsocks-iOS
Removed according to regulations.
laik/sicp
📖 SICP 读书笔记,习题解答
laik/sqlparser_vtess
sqlparser implement in golang , from vitess (youtobe) , you can use this module independently
laik/The-Golang-Standard-Library-by-Example
Golang标准库。对于程序员而言,标准库与语言本身同样重要,它好比一个百宝箱,能为各种常见的任务提供完美的解决方案。以示例驱动的方式讲解Golang的标准库。