1 个仓库
Updating local development databases using sanitized data dumps to ensure consistent testing environments.
Distinct from Data Refreshers: Focuses on resetting local dev state for testing rather than general backend data pipeline refreshes.
Explore 1 awesome GitHub repository matching devops & infrastructure · Development Data Refreshes. Refine with filters or upvote what's useful.
Warehouse 是一个 Python Package Index 实现和分布式包注册表。它作为一个中央仓库和 Web 应用,用于通过标准化 API 托管、发现和分发版本化的 Python 软件包。 该系统作为一个多租户包管理器,其服务器实现与 Python Package Index 标准兼容。它为软件包托管提供了专门的基础设施,并为客户端发现和下载特定库版本提供了索引。 该项目结合了全面的安全和访问控制,包括多因素身份验证、用于包证明的数字签名验证,以及针对项目所有者和维护者的基于角色的权限。它还具有用于后台作业和电子邮件分发的异步任务处理系统,以及用于多语言界面支持的本地化工具。 数据库结构通过版本化模式迁移进行管理。
Updates the local development database by importing a sanitized data dump to ensure a consistent testing dataset.