Ross ROSS = Recommend OSS · open-source software intelligence for agents

resource: caching

98 resources, primary matches first, then adoption-weighted; health v2 shown.

ResourceHealth v2StarsMaturity
hagezi/dns-blocklists
A collection of curated DNS blocklists for blocking ads, trackers, malware, phishing, scams, and other unwanted domains. Lists are provided…
8825714active
geektutu/7days-golang
A tutorial series repository that walks through building Go software from scratch in 7 days each, including a Gin-like web framework (Gee),…
3216984stable
h5bp/server-configs-nginx
A collection of Nginx configuration files and snippets from the HTML5 Boilerplate project that improve website performance and security. It…
6211560active
deepseek-ai/3FS
Fire-Flyer File System (3FS) is a high-performance distributed file system from DeepSeek designed for AI training and inference workloads. …
5610166active
xkcoding/spring-boot-demo
A large collection of 66 Spring Boot integration demos for learning Spring Boot through hands-on examples, covering web, ORM, caching, mess…
3234078maintenance
qiurunze123/miaosha
A Chinese-language educational repository explaining the design and implementation of high-concurrency flash-sale (seckill) systems in Java…
4026590maintenance
IAmStoxe/wirehole
WireHole is a docker-compose project that combines WireGuard, Pi-hole, and Unbound into a single self-hosted VPN stack. It provides a perso…
774968active
superfly/litefs
LiteFS is a FUSE-based passthrough file system that replicates SQLite databases across a cluster of machines by intercepting writes and rec…
704868active
JeffLi1993/springboot-learning-example
A collection of Spring Boot practice learning examples in Java, accompanying a series of Chinese blog tutorials covering Spring Boot 2.x fu…
3216558maintenance
nageoffer/12306
An open-source clone of China's 12306 railway ticketing system built with JDK17, SpringBoot3, SpringCloud Alibaba, and Vue3, covering user,…
613710active
leandromoreira/cdn-up-and-running
A hands-on tutorial project that teaches how CDNs work by building one from scratch using Nginx, Lua, Docker, Prometheus, Grafana, and load…
613688active
subhashchy/The-Accidental-CTO
The Accidental CTO is a story-driven system design handbook by Subhash Choudhary, CTO of Dukaan, chronicling how the company scaled to a mi…
513627active
chengxy-nds/Springboot-Notebook
A collection of Spring Boot example projects demonstrating integrations with mainstream middleware like Redis, MySQL, RabbitMQ, Elasticsear…
323362active
h5bp/server-configs-apache
A collection of Apache HTTP Server configuration snippets from the HTML5 Boilerplate project that improve website performance, security, an…
643248active
SteamAutoCracks/ManifestHub
A community-maintained cache of Steam depot manifests plus a companion API for retrieving latest and Steam Workshop manifests by depot and …
612214active
javahongxi/whatsmars
A curated collection of Java ecosystem study modules and runnable samples covering Spring Boot, Redis, Dubbo, RocketMQ, Kafka, Elasticsearc…
961967active
ssi02014/react-query-tutorial
A Korean-language tutorial repository summarizing frequently used TanStack Query (React Query) v5 concepts, from useQuery and caching lifec…
341713active
Grokzen/docker-redis-cluster
A Docker image that builds Redis from source and automatically sets up a Redis Cluster inside the container. It is designed for quickly spi…
431517active
hansonwang99/Spring-Boot-In-Action
A curated collection of open-source Spring Boot example projects accompanying a series of practical tutorial articles by CodeSheep. It cove…
324671maintenance
wodby/docker4drupal
Docker4Drupal is a set of pre-configured Docker images and a compose.yml file for spinning up a full local Drupal development environment o…
981265active
Massad/gin-boilerplate
A Go boilerplate project for quickly deploying RESTful APIs using the Gin web framework. It ships with PostgreSQL (via sqlx), JWT authentic…
731220active
nageoffer/congomall
CongoMall is an open-source C-end (consumer-facing) e-commerce mall system built with Spring Cloud Alibaba microservices and DDD (Domain-Dr…
621113active
trailheadapps/apex-recipes
A Salesforce sample app providing a library of concise, best-practice Apex code examples for common use cases like triggers, async processi…
771092active
for-GET/http-decision-diagram
An activity diagram (available as PNG/SVG/JSON) that maps how HTTP response status codes are resolved given request headers and caching rul…
323737maintenance
honestsoul/generative_ai_project
A Python project template providing a modular structure for building generative AI applications, with pre-built LLM clients for Claude and …
621047active
mdn/pwa-examples
A collection of example progressive web apps maintained by MDN to accompany its PWA documentation. Each example demonstrates core PWA featu…
731013active
mcnamee/react-native-starter-kit
A React Native boilerplate app providing a preconfigured starting point for iOS and Android projects. It bundles Redux with Rematch, React …
103359maintenance
hack4impact/flask-base
A Flask application template with pre-built boilerplate code including user authentication, permissions management, SQLAlchemy database int…
103060maintenance
mdn/serviceworker-cookbook
A collection of dozens of practical, working Service Worker recipes from Mozilla covering offline experiences, caching strategies, push not…
102892maintenance
ChenYilong/ParseSourceCodeStudy
A series of Chinese-language articles analyzing the source code of Facebook's open-source Parse SDK for iOS. It covers advanced GCD multith…
322850maintenance
GuoZhaoran/spikeSystem
An educational example and analysis of a flash-sale (seckill) ticket-grabbing system written in Go, modeled on 12306 train ticket rush scen…
322771maintenance
ServiceStack/redis-windows
A repository hosting binary releases of Microsoft's unofficial Windows port of Redis, plus a Vagrant configuration for running native Redis…
322729maintenance
nginx-boilerplate/nginx-boilerplate
A boilerplate Nginx configuration template with include-based structure, optimized defaults, and handy snippets for SSL, rate limiting, cac…
232438maintenance
josiahcarlson/redis-in-action
Example code repository accompanying the book 'Redis in Action' by Josiah Carlson. It contains Python implementations of the techniques and…
672266maintenance
lebinh/nginx-conf
A curated collection of useful Nginx configuration snippets covering rewrites, redirects, performance, caching, and security. It serves as …
322116maintenance
rhwayfun/spring-boot-learning-examples
A curated collection of independently runnable Spring Boot example modules covering basics, web development, caching, databases, and enterp…
231575maintenance
coding-parrot/Low-Level-Design
A curated collection of Java implementations of common low-level system design problems (cache, event bus, rate limiter, service orchestrat…
321419maintenance
timebusker/spring-boot
A curated collection of Spring Boot example projects and tutorials in Chinese, covering modules like RESTful APIs, logging, caching, AOP, s…
321272maintenance
ITDragonBlog/daydayup
A curated collection of Java backend learning notes and example code covering MongoDB, Netty, Nginx, MySQL, Redis, Shiro, Solr, SpringBoot,…
321193maintenance
FuZhucheng/SSM
A Java J2EE demo project built with the SSM stack (Spring + SpringMVC + MyBatis) that implements a points system and a basic product search…
321162maintenance
Tinywan/lua-nginx-redis
A Chinese-language tutorial collection covering Nginx, Lua, OpenResty, and Redis, including configuration guides, module documentation, and…
321116maintenance
HaddyYang/django2.0-course
Companion code repository for a Chinese Django 2.0 video tutorial series by Yang Shihang, with per-lesson folders building a personal blog …
321085maintenance
Trinea/android-demo
A demo Android application showcasing Trinea's Android common libraries, including image caching, HTTP caching, pull-to-refresh ListView, a…
661052maintenance
codingXiaxw/seckill
A Java flash-sale (seckill) system built with the SSM stack (Spring + Spring MVC + MyBatis) and Maven, accompanied by a multi-part Chinese …
322166abandoned
GoogleChromeLabs/application-shell
A demo and reference implementation of the Application Shell architecture, using Service Workers to offline-cache an app's UI shell and pop…
101168abandoned
laradock/laradock
Laradock is a full PHP development environment for Docker, shipping pre-configured containers for web servers, PHP-FPM, databases, caching,…
9712671active
jamwithai/production-agentic-rag-course
A learner-focused course repository that walks through building a production-grade RAG system (an arXiv paper curator) week by week, coveri…
658499active
ityouknow/spring-boot-examples
A large collection of minimal, practical Spring Boot example projects (updated through Spring Boot 3.0) covering web, data access, messagin…
3230503maintenance
wuyouzhuguli/SpringAll
A curated collection of example source code accompanying a Chinese-language blog tutorial series on the Spring ecosystem, covering Spring B…
3228945maintenance
pgsty/pigsty
Pigsty is an enterprise-grade, open-source PostgreSQL distribution that bundles HA (Patroni/etcd), backup/PITR (pgBackRest), connection poo…
955575stable
javastacks/spring-boot-best-practice
A Maven multi-module repository of runnable Spring Boot examples covering core features, data access, messaging, caching, testing, deployme…
665106active
garylab/dnmp
DNMP is a Docker Compose-based one-click LNMP stack bundling Nginx/Openresty, multiple PHP versions (5.4-8.0), MySQL 5/8, Redis, and option…
664087active
aspnetrun/run-aspnetcore-microservices
A reference implementation of an e-commerce microservices system built on .NET 8 with ASP.NET Core Web APIs, gRPC, RabbitMQ/MassTransit eve…
643258active
h5bp/server-configs
A meta-repository from the HTML5 Boilerplate project that curates boilerplate configuration files for various web servers such as Apache an…
323090active
afteracademy/nodejs-backend-architecture-typescript
An open-source Node.js backend architecture project written in TypeScript that demonstrates building a production-ready blogging platform A…
633072active
sprintcube/docker-compose-lamp
A Docker Compose-based LAMP stack environment bundling PHP (multiple versions), Apache, MySQL/MariaDB, phpMyAdmin, and Redis for local web …
662846active
vector4wang/spring-boot-quick
A Spring Boot learning hub with 80+ example modules demonstrating real-world integration of frameworks like RabbitMQ, Kafka, MyBatis, JPA, …
692788active
anonystick/anonystick
A developer profile and learning repository by anonystick containing fullstack web development resources, tutorials, and example systems bu…
702732active
aschmelyun/docker-compose-laravel
A Docker Compose workflow template that spins up a LEMP stack (nginx, MySQL, PHP, Redis, Mailhog) for local Laravel development. It also pr…
322647stable
fastapi-practices/fastapi-best-architecture
An enterprise-level backend architecture template built on FastAPI, SQLAlchemy 2.0, Pydantic v2, Celery, and Docker, organized in a three-t…
962523active
techa03/goodsKill
goodsKill is a Java-based microservices demo project simulating a flash-sale (seckill) e-commerce system, built on Spring Cloud 2025.x, Spr…
642423active
ankane/production_rails
A curated guide of best practices for running Ruby on Rails applications in production, covering security, logging, error reporting, migrat…
662319active
benavlabs/FastAPI-boilerplate
Fastro is a production-ready FastAPI boilerplate providing an async API foundation with FastAPI, Pydantic V2, SQLAlchemy 2.0, PostgreSQL, a…
862064active
hstcscolor/awesome-gameserver-cn
A curated Chinese-language awesome list of resources for building game servers, covering networking libraries, protocols, persistence, cach…
681955active
liyupi/yu-ai-code-mother
An educational full-stack project and tutorial series for building an enterprise-grade AI code generation platform using Spring Boot 3, Lan…
621909active
527515025/springBoot
A collection of Spring Boot example projects demonstrating integration with common components such as Spring Security, Shiro, MyBatis, JPA,…
326762maintenance
nickjj/docker-django-example
A production-ready example Django application wired up with Docker and Docker Compose, including PostgreSQL, Redis, Celery, esbuild, and Ta…
751529active
teamhide/fastapi-boilerplate
A production-oriented FastAPI boilerplate providing async SQLAlchemy sessions, JWT-based custom user authentication, permission dependencie…
691492active
Snailclimb/spring-security-jwt-guide
A Spring Boot 3.5 + Java 21 example project demonstrating stateless authentication and role-based authorization using Spring Security and J…
431445active
201206030/novel-cloud
novel-cloud is a learning-oriented novel (fiction) platform built on a Spring Cloud microservices stack, including Spring Boot 3, Spring Cl…
471441active
YPCrumble/ansible-django-stack
An Ansible playbook that provisions a complete production stack for Django applications, including Nginx, Gunicorn, PostgreSQL, Celery, Rab…
551383active
tuguangquan/mybatis
A fork of the MyBatis ORM framework source code annotated with Chinese comments to aid in reading and understanding the internals. It cover…
324753maintenance
rstyro/Springboot
A collection of standalone Spring Boot demo modules, each showing how to integrate Spring Boot with a mainstream framework or technology su…
691323active
aws/eks-charts
A collection of official Helm charts maintained by AWS for deploying common AWS integrations on Amazon EKS Kubernetes clusters. It includes…
981302active
liuran001/openwrt-packages
A curated collection of OpenWrt/Lede package source code commonly used by Chinese users, including LuCI apps like passwall, SSR+, Clash, Sm…
101044active
lenve/JavaEETest
A collection of Java example projects demonstrating Spring, SpringMVC, MyBatis, and Spring Boot features, each paired with detailed blog tu…
323499maintenance
java-aodeng/hope-boot
Hope-Boot is a modern Java scaffold/boilerplate project built on Spring Boot with MyBatis, Redis, Shiro, Thymeleaf, Swagger, and Flyway. It…
233233maintenance
kgrzybek/sample-dotnet-core-cqrs-api
A sample .NET Core REST API demonstrating a simple CQRS implementation with Domain-Driven Design using Clean Architecture. It uses raw SQL …
323061maintenance
lxy-go/SpringBoot
A collection of beginner-level Spring Boot example programs accompanying a 16-hour Bilibili tutorial, with a hand-written 20,000+ character…
322687maintenance
forezp/SpringBootLearning
A collection of example source code accompanying an unofficial Chinese Spring Boot tutorial series by Fang Zhipeng, covering configuration,…
322321maintenance
NiceSeason/gulimall-learning
A learning project and course companion for building a full-scale distributed e-commerce platform in Java, including code and study notes f…
322191maintenance
leehaut/spring-boot-all
A multi-module collection of Spring Boot example projects demonstrating integrations with MyBatis, JPA/Hibernate, Shiro, Redis, ActiveMQ, W…
761936maintenance
mattstauffer/Torch
Torch is a collection of example code and instructions demonstrating how to use Laravel's Illuminate components (cache, routing, validation…
321869maintenance
brandon-rhodes/fopnp
The official companion repository of example code for the third edition of 'Foundations of Python Network Programming' (Apress), revised fo…
311413maintenance
lenve/javaboy-code-samples
A collection of Java code samples accompanying the '江南一点雨' (JavaBoy) WeChat blog tutorials, covering Spring Boot, Spring Security, MyBatis,…
321351maintenance
xuwujing/java-study
A personal Java study repository containing example code covering Java basics, JDK 8 features, concurrency, the 23 design patterns, and pop…
321306maintenance
JackStouffer/Flask-Foundation
Flask Foundation is a starter template/boilerplate for building Flask web applications following community best practices. It bundles bluep…
231277maintenance
GeekyAnts/express-typescript
A starter boilerplate for building Node.js web and API applications using Express.js and TypeScript. It bundles common concerns like routin…
621260maintenance
tldr-devops/startpack
A self-hosted starter pack of Docker Compose and Docker Swarm configurations bundling common services (Traefik, Portainer, GitLab, database…
321251maintenance
mattes/rotating-proxy
A Docker image that runs multiple Tor instances behind HAproxy and Polipo, exposing a single HTTP proxy endpoint that rotates through many …
321219maintenance
MarkerHub/eblog
eblog is a Spring Boot 2.1.2-based blog project built as a learning exercise, accompanied by a detailed from-zero-to-one development tutori…
321156maintenance
aws-samples/aws-refarch-wordpress
A set of nested AWS CloudFormation YAML templates from AWS Samples that deploy a scalable, highly available WordPress architecture on AWS. …
101106maintenance
yidao620c/SpringBootBucket
A collection of small, runnable Spring Boot example projects, each demonstrating integration with a common web technology (MyBatis, MongoDB…
231050maintenance
devmentors/DNC-DShop
An open-source sample project and accompanying course demonstrating how to build distributed microservices with .NET Core. It covers REST A…
321017maintenance
qzq1111/flask-restful-example
A Flask RESTful API example project demonstrating common backend patterns: configuration, unified responses, MySQL/Redis access, JWT auth, …
321001maintenance
crossoverJie/SSM
A hands-on educational Java project that builds a distributed microservice system from scratch using the SSM stack (Spring, SpringMVC, MyBa…
103413abandoned
Blizzard-liu/AndroidUtils
A curated Chinese-language collection of commonly used Android utility classes, libraries, and resources for mobile developers. It catalogs…
321296abandoned
notthebee/ansible-easy-vpn
An Ansible playbook that provisions a single-purpose VPS into a WireGuard VPN server with AdGuard ad blocking, DNS-over-HTTPS, and a 2FA-pr…
101082abandoned

page 1 / 1