-
Notifications
You must be signed in to change notification settings - Fork 955
Description
I propose creating a dedicated GitHub repository—valkey-experiments—to house experimental tools, performance benchmarks, agentic integration demos, and one-off utilities related to the Valkey ecosystem. This separate space will enable contributors to iterate quickly on non-core ideas (e.g. MCP server usage samples, LangChain agents, benchmarks, etc.) without bloating the main Valkey repository. Each contribution would live under a structured top-level folder (e.g. benchmarks/, agents/, scripts/) with its own README, status label (alpha/beta/archived), and CODEOWNERS. All experiments must be clearly scoped and self-contained.
To ensure quality and avoid entropy, the repo will include GitHub Actions workflows for basic build/tests, nightly rot-checks, stale experiment tagging, and dependency audits. We’ll define a lightweight RFC process for accepting new tools and enforce boundaries: no code in valkey-experiments should be required by core at build or runtime. By maintaining a clean separation between production and experimental efforts, we’ll encourage innovation while preserving the integrity of the core Valkey project.