-
Notifications
You must be signed in to change notification settings - Fork 0
Rebrand README for ProxySQL LLC maintainership #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,19 +1,14 @@ | ||||||||||||||
|  | ||||||||||||||
|  | ||||||||||||||
|  | ||||||||||||||
| [](https://github.com/openark/orchestrator/releases) [](https://github.com/openark/orchestrator/releases) | ||||||||||||||
|  | ||||||||||||||
|  | ||||||||||||||
|  | ||||||||||||||
| [](https://github.com/proxysql/orchestrator/releases) [](https://github.com/proxysql/orchestrator/releases) | ||||||||||||||
|
|
||||||||||||||
| > **NOTE:** This is a fork of the abandoned [Orchestrator](https://github.com/openark/orchestrator) project. Percona is not the public maintainer of the Orchestrator project. We modify this fork almost exclusively for use in our Kubernetes Operators, but we make our changes available to the open-source community if they suit your needs. | ||||||||||||||
| > **Maintained by [ProxySQL LLC](https://proxysql.com).** We are committed to keeping orchestrator alive and moving forward. Contributions from the community are welcome — see [CONTRIBUTING.md](CONTRIBUTING.md) to get started. | ||||||||||||||
|
|
||||||||||||||
| >We are not currently entertaining external enhancements or feature requests. We do, however, believe Orchestrator has potential and are open to exploring its future as a community-driven project. We welcome collaboration with interested organizations. Our priority is determining whether sufficient resources (time and funding) can be secured to ensure Orchestrator's continued maintenance and development. We're open to discussing potential partnerships with organizations who might be interested in supporting this effort. | ||||||||||||||
| # orchestrator [[Documentation]](https://github.com/proxysql/orchestrator/tree/master/docs) | ||||||||||||||
|
|
||||||||||||||
| >If you or your organization are willing to contribute resources or funding, please reach out to orchestrator@percona.com. | ||||||||||||||
|
|
||||||||||||||
|
|
||||||||||||||
| # orchestrator [[Documentation]](https://github.com/percona/orchestrator/tree/master/docs) | ||||||||||||||
|
|
||||||||||||||
|
|
||||||||||||||
|  | ||||||||||||||
|  | ||||||||||||||
|
|
||||||||||||||
| `orchestrator` is a MySQL high availability and replication management tool, runs as a service and provides command line access, HTTP API and Web interface. `orchestrator` supports: | ||||||||||||||
|
|
||||||||||||||
|
|
@@ -64,14 +59,32 @@ recovery itself. | |||||||||||||
| - There is also an [orchestrator-mysql](https://groups.google.com/forum/#!forum/orchestrator-mysql) Google groups forum to discuss topics related to orchestrator | ||||||||||||||
| - More... | ||||||||||||||
|
|
||||||||||||||
| Read the [Orchestrator documentation](https://github.com/openark/orchestrator/tree/master/docs) | ||||||||||||||
| Read the [Orchestrator documentation](https://github.com/proxysql/orchestrator/tree/master/docs) | ||||||||||||||
|
||||||||||||||
|
|
||||||||||||||
| #### Future Vision | ||||||||||||||
|
|
||||||||||||||
| ProxySQL LLC is investing in orchestrator's long-term future: | ||||||||||||||
|
|
||||||||||||||
| - **ProxySQL-native integration** — tighter coupling between orchestrator's topology awareness and ProxySQL's query routing for seamless failover. | ||||||||||||||
| - **PostgreSQL exploration** — investigating replication management capabilities beyond MySQL. | ||||||||||||||
| - **Modernization** — updated dependencies, improved CI/CD, and a path toward a cleaner Go module structure. | ||||||||||||||
|
|
||||||||||||||
| #### History | ||||||||||||||
|
|
||||||||||||||
| Authored by [Shlomi Noach](https://github.com/shlomi-noach): | ||||||||||||||
|
|
||||||||||||||
| - 2020- as https://github.com/openark/orchestrator | ||||||||||||||
| - 2016-2020 at [GitHub](http://github.com) as https://github.com/github/orchestrator | ||||||||||||||
| - 2015 at [Booking.com](http://booking.com) as https://github.com/outbrain/orchestrator | ||||||||||||||
| - 2014 at [Outbrain](http://outbrain.com) as https://github.com/outbrain/orchestrator | ||||||||||||||
| - 2015 at [Booking.com](http://booking.com) as https://github.com/outbrain/orchestrator | ||||||||||||||
| - 2016-2020 at [GitHub](http://github.com) as https://github.com/github/orchestrator | ||||||||||||||
|
Comment on lines
76
to
+78
|
||||||||||||||
| - 2014 at [Outbrain](http://outbrain.com) as https://github.com/outbrain/orchestrator | |
| - 2015 at [Booking.com](http://booking.com) as https://github.com/outbrain/orchestrator | |
| - 2016-2020 at [GitHub](http://github.com) as https://github.com/github/orchestrator | |
| - 2014 at [Outbrain](https://outbrain.com) as https://github.com/outbrain/orchestrator | |
| - 2015 at [Booking.com](https://booking.com) as https://github.com/outbrain/orchestrator | |
| - 2016-2020 at [GitHub](https://github.com) as https://github.com/github/orchestrator |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The years listed for Percona (2024-2025) and ProxySQL LLC (2026-present) in the history section appear to be set in the future. This conflicts with the new banner at the top of the file stating that the project is currently 'Maintained by ProxySQL LLC'. This discrepancy could be confusing for users. Please align the dates in the history section with the current maintainership status.
| - 2024-2025 maintained by [Percona](https://percona.com) as https://github.com/percona/orchestrator | |
| - 2026-present maintained by [ProxySQL LLC](https://proxysql.com) as https://github.com/proxysql/orchestrator | |
| - 2024 maintained by [Percona](https://percona.com) as https://github.com/percona/orchestrator | |
| - 2024-present maintained by [ProxySQL LLC](https://proxysql.com) as https://github.com/proxysql/orchestrator |
Copilot
AI
Mar 23, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Community section links to CONTRIBUTING.md, CODE_OF_CONDUCT.md, and SECURITY.md at the repo root, but those files do not exist in this repository (only docs/contributions.md and docs/security.md are present). Please either add the referenced governance files in this PR, or update these links to point at the existing documents so the README doesn’t introduce broken links.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The documentation link is hard-coded to https://github.com/proxysql/orchestrator/tree/master/docs. Consider switching this to a relative link (e.g., docs/ or /docs) so it keeps working on forks and doesn’t depend on the default branch name.