Alan-hb's Stars
microsoft/graphrag
A modular graph-based Retrieval-Augmented Generation (RAG) system
sjchoi86/Tensorflow-101
TensorFlow Tutorials
ytin16/awesome-machine-learning-1
Learning Resources And Links Of Machine Learning(updating)
fengdu78/Coursera-ML-AndrewNg-Notes
吴恩达老师的机器学习课程个人笔记
mozillazg/go-pinyin
汉字转拼音
khronokernel/Anti-Hackintosh-Buyers-Guide
Host for files for the Anti-Hackintosh Buyers Guide
bmhatfield/go-runtime-metrics
Collect Golang Runtime Metrics, outputting to a stats handler
Ayatans/Machine-Learning-homework
Matlab Coding homework for Machine Learning
7-sevens/Developer-Books
编程开发相关书单列表整理
Netflix/eureka
AWS Service registry for resilient mid-tier load balancing and failover.
golang-standards/project-layout
Standard Go Project Layout
protocolbuffers/protobuf
Protocol Buffers - Google's data interchange format
google/wire
Compile-time Dependency Injection for Go
youtube/doorman
Doorman: Global Distributed Client Side Rate Limiting.
Netflix/Hystrix
Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
Netflix/concurrency-limits
rcrowley/go-metrics
Go port of Coda Hale's Metrics library
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
afex/hystrix-go
Netflix's Hystrix latency and fault tolerance library, for Go
kien/ctrlp.vim
Fuzzy file, buffer, mru, tag, etc finder.
tpope/vim-fugitive
fugitive.vim: A Git wrapper so awesome, it should be illegal
alibaba/Sentinel
A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
apache/incubator-seata
:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.
apache/incubator-seata-go
Go Implementation For Seata
golang/sync
[mirror] concurrency primitives
go-sql-driver/mysql
Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package
IBM/sarama
Sarama is a Go library for Apache Kafka.
patrickmn/go-cache
An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
alibaba/canal
阿里巴巴 MySQL binlog 增量订阅&消费组件