Stars
🚁🚀基于Flink实现的商品实时推荐系统。flink统计商品热度,放入redis缓存,分析日志信息,将画像标签和实时记录放入Hbase。在用户发起推荐请求后,根据用户画像重排序热度榜,并结合协同过滤和标签两个推荐模块为新生成的榜单的每一个产品添加关联产品,最后返回新的用户列表。
flink learning blog. http://www.54tianzhisheng.cn/ 含 Flink 入门、概念、原理、实战、性能调优、源码解析等内容。涉及 Flink Connector、Metrics、Library、DataStream API、Table API & SQL 等内容的学习案例,还有 Flink 落地应用的大型项目案例(PVUV、日志存储、百亿数据实时去…
Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM, Qwen 与 Llama 等语言模型的 RAG 与 Agent 应用 | Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM, Qwen and…
🦜🔗 Build context-aware reasoning applications
Plumb a PDF for detailed information about each char, rectangle, line, et cetera — and easily extract text and tables.
#1 Locally hosted web application that allows you to perform various operations on PDF files
📚 计算机经典编程书籍、大黑书、编程电子书、电子书、编程书籍,包括计算机基础、C/C++、Java、Python、面试题、架构设计、算法系列等经典电子书。
Deprecated: Use the official Elasticsearch client for Go at https://github.com/elastic/go-elasticsearch
Mandarin ASR system based on tensorflow
🐜🐜🐜 ants is the most powerful and reliable pooling solution for Go.
Golang标准库。对于程序员而言,标准库与语言本身同样重要,它好比一个百宝箱,能为各种常见的任务提供完美的解决方案。以示例驱动的方式讲解Golang的标准库。
Pester is the ubiquitous test and mock framework for PowerShell.
A curated list of awesome Go frameworks, libraries and software
weini19831013 / gin
Forked from gin-gonic/ginGin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
weini19831013 / etcd
Forked from etcd-io/etcdDistributed reliable key-value store for the most critical data of a distributed system
weini19831013 / grafana
Forked from grafana/grafanaThe tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More
weini19831013 / grpc-go
Forked from grpc/grpc-goThe Go language implementation of gRPC. HTTP/2 based RPC
Distributed reliable key-value store for the most critical data of a distributed system
weini19831013 / lc
Forked from simplejia/lcgolang local cache with concurrency control, lock free【自带并发控制,服务降级的本地kv缓存】
weini19831013 / namecli
Forked from simplejia/namecli名字服务(agent),负载均衡,取代阿里云的slb
weini19831013 / wsp
Forked from simplejia/wspgolang webserver framework, simple and flexible【超简单,超有价值的golang web框架,附赠最佳编程实践】
weini19831013 / clog
Forked from simplejia/cloggolang centralized log collection service【golang实现的集中式日志处理服务】
weini19831013 / The-Golang-Standard-Library-by-Example
Forked from polaris1119/The-Golang-Standard-Library-by-ExampleGolang标准库。对于程序员而言,标准库与语言本身同样重要,它好比一个百宝箱,能为各种常见的任务提供完美的解决方案。以示例驱动的方式讲解Golang的标准库。
Spring源码阅读