[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"workflow-asset-30d07efe":3,"seo:featured-workflow:30d07efe-4ecb-11f1-9bc6-00163e2b0d79:fr":83,"workflow-related-asset-30d07efe-30d07efe-4ecb-11f1-9bc6-00163e2b0d79":84},{"id":4,"uuid":5,"slug":6,"title":7,"description":8,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":12,"parent_id":12,"parent_uuid":13,"lang_type":14,"steps":15,"tags":22,"has_voted":28,"visibility":18,"share_token":13,"is_featured":12,"content_hash":29,"asset_kind":30,"target_tools":31,"install_mode":35,"entrypoint":19,"risk_profile":36,"dependencies":38,"verification":43,"agent_metadata":46,"agent_fit":59,"trust":71,"provenance":80,"created_at":82,"updated_at":82},3617,"30d07efe-4ecb-11f1-9bc6-00163e2b0d79","asset-30d07efe","ProxySQL — High-Performance MySQL Proxy with Query Routing","ProxySQL is a high-performance proxy for MySQL and its forks that provides connection pooling, read\u002Fwrite splitting, query caching, and real-time reconfiguration without restarts.","8a911193-3180-11f1-9bc6-00163e2b0d79","AI Open Source","https:\u002F\u002Ftokrepo.com\u002Fapple-touch-icon.png",0,"","en",[16],{"id":17,"step_order":18,"title":19,"description":13,"prompt_template":20,"variables":13,"depends_on":21,"expected_output":13},4177,1,"ProxySQL MySQL Proxy","# ProxySQL — High-Performance MySQL Proxy with Query Routing\n\n## Quick Use\n```bash\n# Install on Debian\u002FUbuntu\napt-get install proxysql\n\n# Start and connect to the admin interface\nsystemctl start proxysql\nmysql -u admin -padmin -h 127.0.0.1 -P 6032\n\n# Add a backend server\nINSERT INTO mysql_servers (hostgroup_id, hostname, port) VALUES (1, 'db1.example.com', 3306);\nLOAD MYSQL SERVERS TO RUNTIME;\nSAVE MYSQL SERVERS TO DISK;\n```\n\n## Introduction\nProxySQL sits between your application and MySQL, acting as an intelligent traffic manager. It multiplexes thousands of application connections into a small pool of backend connections, routes reads to replicas, and caches frequent queries — all configurable at runtime without downtime.\n\n## What ProxySQL Does\n- Multiplexes application connections to reduce backend connection overhead\n- Routes queries to different backend servers based on rules (read\u002Fwrite splitting)\n- Caches query results in memory to offload repetitive reads\n- Supports query rewriting, mirroring, and firewall-style blocking rules\n- Allows runtime reconfiguration via a MySQL-compatible admin interface\n\n## Architecture Overview\nProxySQL is written in C++ for maximum throughput. It uses a multi-threaded event-driven architecture with epoll. Configuration lives in an embedded SQLite database with three layers: disk, memory, and runtime. Changes flow from memory to runtime atomically. The query processor evaluates regex-based rules to decide routing, caching, and rewriting per query.\n\n## Self-Hosting & Configuration\n- Install via official packages for Debian, Ubuntu, CentOS, or Docker\n- Admin interface listens on port 6032 (MySQL protocol) for runtime config changes\n- Application traffic connects on port 6033 by default\n- Define hostgroups for primary and replica servers, then create query rules for routing\n- Monitor backend health with built-in ping, replication lag, and read-only checks\n\n## Key Features\n- Runtime reconfiguration with no restarts or connection drops\n- Connection multiplexing reduces backend load from thousands of app connections\n- Query-level routing rules with regex matching and digest-based classification\n- Built-in query cache with TTL control per rule\n- Supports MySQL, Percona Server, MariaDB, and MySQL Group Replication\n\n## Comparison with Similar Tools\n- **HAProxy** — general-purpose TCP\u002FHTTP load balancer; ProxySQL understands MySQL protocol for smarter routing\n- **MySQL Router** — official Oracle proxy for InnoDB Cluster; ProxySQL supports more backends and advanced query rules\n- **MaxScale (MariaDB)** — similar feature set with BSL license; ProxySQL is fully open source under GPL\n- **PgBouncer** — connection pooler for PostgreSQL; ProxySQL serves the same role for the MySQL ecosystem\n\n## FAQ\n**Q: Does ProxySQL add significant latency?**\nA: Overhead is typically sub-millisecond. Connection multiplexing and caching often result in net performance gains.\n\n**Q: Can I use it with MySQL Group Replication or Galera?**\nA: Yes. ProxySQL has native support for monitoring group replication and Galera cluster status to route traffic correctly.\n\n**Q: How do I handle failover?**\nA: ProxySQL monitors backend health and automatically shuns unhealthy servers, rerouting traffic to available nodes.\n\n**Q: Is the admin interface secure?**\nA: Bind the admin port to localhost or a private network and change default credentials. TLS is supported for admin connections.\n\n## Sources\n- https:\u002F\u002Fgithub.com\u002Fsysown\u002Fproxysql\n- https:\u002F\u002Fproxysql.com\u002Fdocumentation\u002F","0",[23],{"id":24,"name":25,"slug":26,"icon":27},12,"Configs","config","⚙️",false,"f55510f70ce1cdf3d9d2c3042decc90329366bce55daf7987f31f3d008f5a528","skill",[32,33,34],"claude_code","codex","gemini_cli","single",{"executes_code":28,"modifies_global_config":28,"requires_secrets":37,"uses_absolute_paths":28,"network_access":28},[],{"npm":39,"pip":40,"brew":41,"system":42},[],[],[],[],{"commands":44,"expected_files":45},[],[19],{"asset_kind":30,"target_tools":47,"install_mode":35,"entrypoint":19,"risk_profile":48,"dependencies":50,"content_hash":29,"verification":55,"inferred":58},[32,33,34],{"executes_code":28,"modifies_global_config":28,"requires_secrets":49,"uses_absolute_paths":28,"network_access":28},[],{"npm":51,"pip":52,"brew":53,"system":54},[],[],[],[],{"commands":56,"expected_files":57},[],[19],true,{"target":33,"score":60,"status":61,"policy":62,"why":63,"asset_kind":30,"install_mode":35},98,"native","allow",[64,65,66,67,68,69,70],"target_tools includes codex","asset_kind skill","install_mode single","markdown-only","policy allow","safe markdown-only Codex install","trust established",{"author_trust_level":72,"verified_publisher":28,"asset_signed_hash":29,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":74,"review_status":75,"signals":76},"established","hash_only",[],"unreviewed",[77,78,79],"author has published assets","content hash available","no dangerous capability badges",{"owner_uuid":9,"owner_name":10,"source_url":81,"content_hash":29,"visibility":18,"created_at":82,"updated_at":82},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fasset-30d07efe","2026-05-13 20:56:42",null,[85,138,184,239],{"id":86,"uuid":87,"slug":88,"title":89,"description":90,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":91,"parent_id":12,"parent_uuid":13,"lang_type":14,"steps":92,"tags":93,"has_voted":28,"visibility":18,"share_token":13,"is_featured":12,"content_hash":95,"asset_kind":30,"target_tools":96,"install_mode":35,"entrypoint":97,"risk_profile":98,"dependencies":100,"verification":105,"agent_metadata":108,"agent_fit":120,"trust":122,"provenance":126,"created_at":128,"updated_at":129,"__relatedScore":130,"__relatedReasons":131,"__sharedTags":136},1294,"0982a4ff-37d2-11f1-9bc6-00163e2b0d79","starrocks-high-performance-analytical-database-mysql-0982a4ff","StarRocks — High-Performance Analytical Database with MySQL Protocol","StarRocks is a next-generation MPP database that delivers extreme analytical query performance on large datasets. Benchmarks frequently show it as the fastest open-source OLAP engine — with full MySQL compatibility and support for data lake queries.",101,[],[94],{"id":24,"name":25,"slug":26,"icon":27},"a95c0dfc15a1332fc9ff0df3cc492cd9bfebb95041f15fa4000c100afdc5e488",[32,33,34],"SKILL.md",{"executes_code":28,"modifies_global_config":28,"requires_secrets":99,"uses_absolute_paths":28,"network_access":28},[],{"npm":101,"pip":102,"brew":103,"system":104},[],[],[],[],{"commands":106,"expected_files":107},[],[13],{"asset_kind":30,"target_tools":109,"install_mode":35,"entrypoint":97,"risk_profile":110,"dependencies":112,"content_hash":95,"verification":117},[32,33,34],{"executes_code":28,"modifies_global_config":28,"requires_secrets":111,"uses_absolute_paths":28,"network_access":28},[],{"npm":113,"pip":114,"brew":115,"system":116},[],[],[],[],{"commands":118,"expected_files":119},[],[13],{"target":33,"score":60,"status":61,"policy":62,"why":121,"asset_kind":30,"install_mode":35},[64,65,66,67,68,69,70],{"author_trust_level":72,"verified_publisher":28,"asset_signed_hash":95,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":123,"review_status":75,"signals":124},[],[125,77,78,79],"asset has usage views",{"owner_uuid":9,"owner_name":10,"source_url":127,"content_hash":95,"visibility":18,"created_at":128,"updated_at":129},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fstarrocks-high-performance-analytical-database-mysql-0982a4ff","2026-04-14 15:17:46","2026-05-13 23:26:22",126.01290025764288,[132,133,134,135],"topic-match","same-kind","same-target","same-author",[26,137],"configs",{"id":139,"uuid":140,"slug":141,"title":142,"description":143,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":144,"parent_id":12,"parent_uuid":13,"lang_type":14,"steps":145,"tags":146,"has_voted":28,"visibility":18,"share_token":13,"is_featured":12,"content_hash":148,"asset_kind":30,"target_tools":149,"install_mode":35,"entrypoint":97,"risk_profile":150,"dependencies":152,"verification":157,"agent_metadata":160,"agent_fit":172,"trust":174,"provenance":177,"created_at":179,"updated_at":180,"__relatedScore":181,"__relatedReasons":182,"__sharedTags":183},1099,"c457cbe3-3638-11f1-9bc6-00163e2b0d79","envoy-proxy-cloud-native-high-performance-service-proxy-c457cbe3","Envoy Proxy — Cloud-Native High-Performance Service Proxy","Envoy is a cloud-native high-performance edge, middle, and service proxy. Originally built at Lyft, now a CNCF graduated project. The data plane behind Istio, AWS App Mesh, and many service mesh implementations. Written in C++ for maximum performance.",95,[],[147],{"id":24,"name":25,"slug":26,"icon":27},"62ab45fbe8afddd660f4ab964071bb025a6018b6fbf17f54b35906d4c4a7aabe",[32,33,34],{"executes_code":28,"modifies_global_config":28,"requires_secrets":151,"uses_absolute_paths":28,"network_access":28},[],{"npm":153,"pip":154,"brew":155,"system":156},[],[],[],[],{"commands":158,"expected_files":159},[],[13],{"asset_kind":30,"target_tools":161,"install_mode":35,"entrypoint":97,"risk_profile":162,"dependencies":164,"content_hash":148,"verification":169},[32,33,34],{"executes_code":28,"modifies_global_config":28,"requires_secrets":163,"uses_absolute_paths":28,"network_access":28},[],{"npm":165,"pip":166,"brew":167,"system":168},[],[],[],[],{"commands":170,"expected_files":171},[],[13],{"target":33,"score":60,"status":61,"policy":62,"why":173,"asset_kind":30,"install_mode":35},[64,65,66,67,68,69,70],{"author_trust_level":72,"verified_publisher":28,"asset_signed_hash":148,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":175,"review_status":75,"signals":176},[],[77,78,79],{"owner_uuid":9,"owner_name":10,"source_url":178,"content_hash":148,"visibility":18,"created_at":179,"updated_at":180},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fenvoy-proxy-cloud-native-high-performance-service-proxy-c457cbe3","2026-04-12 14:28:06","2026-05-13 16:05:14",122.97340684955935,[132,133,134,135],[26,137],{"id":185,"uuid":186,"slug":187,"title":188,"description":189,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":190,"parent_id":12,"parent_uuid":13,"lang_type":14,"steps":191,"tags":192,"has_voted":28,"visibility":18,"share_token":13,"is_featured":12,"content_hash":194,"asset_kind":30,"target_tools":195,"install_mode":35,"entrypoint":196,"risk_profile":197,"dependencies":199,"verification":204,"agent_metadata":207,"agent_fit":219,"trust":227,"provenance":232,"created_at":234,"updated_at":235,"__relatedScore":236,"__relatedReasons":237,"__sharedTags":238},2373,"f604bf68-43e8-11f1-9bc6-00163e2b0d79","varnish-cache-high-performance-http-reverse-proxy-f604bf68","Varnish Cache — High-Performance HTTP Reverse Proxy and Accelerator","An open-source HTTP reverse proxy and caching engine designed to accelerate web applications by serving content from memory at high throughput.",115,[],[193],{"id":24,"name":25,"slug":26,"icon":27},"0006f369545b2c50fda581bfc4874ca96b42cdc7b1d8bd2a0e583f31bebd7049",[32,33,34],"Varnish Cache",{"executes_code":28,"modifies_global_config":28,"requires_secrets":198,"uses_absolute_paths":58,"network_access":58},[],{"npm":200,"pip":201,"brew":202,"system":203},[],[],[],[],{"commands":205,"expected_files":206},[],[196],{"asset_kind":30,"target_tools":208,"install_mode":35,"entrypoint":196,"risk_profile":209,"dependencies":211,"content_hash":194,"verification":216},[32,33,34],{"executes_code":28,"modifies_global_config":28,"requires_secrets":210,"uses_absolute_paths":58,"network_access":58},[],{"npm":212,"pip":213,"brew":214,"system":215},[],[],[],[],{"commands":217,"expected_files":218},[],[196],{"target":33,"score":220,"status":221,"policy":222,"why":223,"asset_kind":30,"install_mode":35},64,"needs_confirmation","confirm",[64,65,66,224,225,226,70],"policy confirm","risk_profile.uses_absolute_paths is true","risk_profile.network_access is true",{"author_trust_level":72,"verified_publisher":28,"asset_signed_hash":194,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":228,"review_status":75,"signals":231},[229,230],"network_access","uses_absolute_paths",[125,77,78],{"owner_uuid":9,"owner_name":10,"source_url":233,"content_hash":194,"visibility":18,"created_at":234,"updated_at":235},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fvarnish-cache-high-performance-http-reverse-proxy-f604bf68","2026-04-30 00:32:06","2026-05-14 01:09:09",120.09668698384039,[132,133,134,135],[26,137],{"id":240,"uuid":241,"slug":242,"title":243,"description":244,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":245,"parent_id":12,"parent_uuid":13,"lang_type":14,"steps":246,"tags":247,"has_voted":28,"visibility":18,"share_token":13,"is_featured":12,"content_hash":249,"asset_kind":30,"target_tools":250,"install_mode":35,"entrypoint":97,"risk_profile":251,"dependencies":253,"verification":258,"agent_metadata":261,"agent_fit":273,"trust":275,"provenance":278,"created_at":280,"updated_at":281,"__relatedScore":282,"__relatedReasons":283,"__sharedTags":284},1085,"412fe31a-3634-11f1-9bc6-00163e2b0d79","echo-high-performance-minimalist-go-web-framework-412fe31a","Echo — High Performance Minimalist Go Web Framework","Echo is a high performance, minimalist Go web framework. Clean API, automatic TLS, HTTP\u002F2, data binding, middleware, and group routing. A strong alternative to Gin with excellent documentation and built-in features.",125,[],[248],{"id":24,"name":25,"slug":26,"icon":27},"4429811a2bce65a5aa0b2bb0e3b94241c47b26d681c48e57eeaf3f196e56a6e1",[32,33,34],{"executes_code":28,"modifies_global_config":28,"requires_secrets":252,"uses_absolute_paths":28,"network_access":28},[],{"npm":254,"pip":255,"brew":256,"system":257},[],[],[],[],{"commands":259,"expected_files":260},[],[13],{"asset_kind":30,"target_tools":262,"install_mode":35,"entrypoint":97,"risk_profile":263,"dependencies":265,"content_hash":249,"verification":270},[32,33,34],{"executes_code":28,"modifies_global_config":28,"requires_secrets":264,"uses_absolute_paths":28,"network_access":28},[],{"npm":266,"pip":267,"brew":268,"system":269},[],[],[],[],{"commands":271,"expected_files":272},[],[13],{"target":33,"score":60,"status":61,"policy":62,"why":274,"asset_kind":30,"install_mode":35},[64,65,66,67,68,69,70],{"author_trust_level":72,"verified_publisher":28,"asset_signed_hash":249,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":276,"review_status":75,"signals":277},[],[125,77,78,79],{"owner_uuid":9,"owner_name":10,"source_url":279,"content_hash":249,"visibility":18,"created_at":280,"updated_at":281},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fecho-high-performance-minimalist-go-web-framework-412fe31a","2026-04-12 13:55:48","2026-05-13 23:20:54",112.15055581767635,[132,133,134,135],[26,137]]