matplotlib / matplotlib/matplotlib.org
Server naming scheme
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 2
- 派生
- 5
- 平均合并
- 18 小时 41 分钟
- 30 天内合并 PR
- 3
描述
We don't have many servers (nominally 1 if load allows it), but if we need to provision a bigger one, and destroy the old, it'd be good to have a reasonable naming scheme. I've found [this blog post](https://mnx.io/blog/a-proper-server-naming-scheme/) which seems reasonable. It is for a far higher count of servers than we need, so we can skip a few items, but I think something like the following:
* Servers are named `.matplotlib.org` in A records.
* Servers get a functional CNAME alias (e.g., `web01.matplotlib.org`). Since we have few servers, I suggest ignoring the geographical and environmental prefixes given in the post.
* `matplotlib.org` is a CNAME to the functional CNAME of a server.
There are several suggested word pools, but as it's fairly neutral, easy-to-remember, and not-too-difficult-to-spell, I'm going to suggest that we use [Planets in our Solar System](https://namingschemes.com/Solar_System) as ``.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
Issue 中没有确定任何文件、测试或入口点。首先查看链接的命名方案文章和当前的 DNS/服务器配置,然后定义拟议的 A records、功能性 CNAME 以及 matplotlib.org 别名,以明确命名约定和迁移计划。
由索引模型根据 Issue 内容生成。
评估
- 领域
- infrastructure, networking
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 30/100