POST ARCHIVE FACTION_hunting

POST ARCHIVE FACTION_huntingToday,theCloudNativeComputingFoundation(CNCF)acceptedTiKV,anopensourcedistributedtransactionalkey-valuedatabase,intotheCNCFSandboxforearlystageandevolvingcloudnativeprojects…

大家好,又见面了,我是你们的朋友全栈君。如果您正在找激活码,请点击查看最新教程,关注关注公众号 “全栈程序员社区” 获取激活教程,可能之前旧版本教程已经失效.最新Idea2022.1教程亲测有效,一键激活。

Jetbrains全系列IDE使用 1年只要46元 售后保障 童叟无欺

Today, the Cloud Native Computing Foundation (CNCF) accepted TiKV, an open source distributed transactional key-value database, into the CNCF Sandbox for early stage and evolving cloud native projects.

Built in Rust, powered by Raft (via etcd) and inspired by the design of Google Spanner, TiKV offers simplified scheduling and auto-balancing without dependency on any distributed file system. The project serves as an open source, unifying distributed storage layer that supports strong data consistency, distributed transactions, horizontal scalability, and cloud native architecture.

POST ARCHIVE FACTION_hunting

“As the amount of data we are producing and collecting continues to grow at an astounding pace, organizations need a way to ensure horizontal scalability and high availability for cloud native applications,” said Siddon Tang, Chief Engineer at PingCAP and TiKV project lead. “By joining CNCF, we look forward to establishing project governance and growing a broader contributor base in this vendor neutral home – allowing us to build additional components like support for more languages and new useful features.”

TiKV was originally developed at PingCAP in 2016, and today includes contributions from Samsung, Mobike, Toutiao.com, Ele.me, Tencent Cloud and UCloud. Users include Bank of Beijing, Ele.me, Hulu, Lenovo, Mobike and many others.

The TOC sponsors of the project are Bryan Cantrill and Ben Hindman.

The CNCF Sandbox is a home for early stage projects, for further clarification around project maturity levels in CNCF, please visit our outlined Graduation Criteria.

——————————————————————————————————————————————

TiKV 加入 CNCF 沙箱托管项目

云原生计算基金会 (CNCF)今天宣布接纳TiKV开源分布式事务键值数据库作为 CNCF 沙箱的早期发展云原生项目。

TiKV 采用 Rust构建,由Raft(通过 etcd)驱动,并受到 Google Spanner 设计的激励,提供简化的调度和自动平衡,而不依赖于任何分布式文件系统。该项目是一个开源、统一分布式存储层,支持功能强大的数据一致性、分布式事务、水平可扩展性和云原生架构。

POST ARCHIVE FACTION_hunting

PingCAP的首席工程师 和 TiKV 项目负责人 Siddon Tang 表示:“随着我们产生和收集的数据量继续以惊人的速度增长,各组织需要一种方法确保云原生环境的水平可扩展性和高度可用性。”“通过加入 CNCF,我们期待着建立项目治理,并在这一开发商中立之家培育愈发壮大的贡献者基地,让我们能够构建更多组件,例如,支持更多语言和新的有用功能。”

TiKV 最初于 2016 年在 PingCAP 开发,现在得到三星、摩拜单车、今日头条、饿了么、腾讯云和 UCloud 的支持。用户包括北京银行、饿了么、Hulu、联想、摩拜单车和诸多其他企业

该项目的 TOC 赞助商是 Bryan Cantrill 和 Ben Hindman。

CNCF 沙箱是早期阶段项目的孵化器,如需进一步了解 CNCF 项目成熟度,请访问毕业标准纲要。

原文链接:CNCF to Host TiKV in the Sandbox – Cloud Native Computing Foundation

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/193676.html原文链接:https://javaforall.net

(0)
上一篇 2025年11月20日 下午8:22
下一篇 2025年11月20日 下午9:01


相关推荐

  • 微服务架构-实现技术之具体实现工具与框架4:Spring Cloud Eureka原理与注意事项

    微服务架构-实现技术之具体实现工具与框架4:Spring Cloud Eureka原理与注意事项目录一 服务发现与注册的由来 1 单体架构时代 2 SOA 时代方式一方式二 3 微服务时代方案一方案二二 服务发现与注册的技术选型与 Eureka 简介 1 服务发现与注册的技术选型 2 Eureka 简介 3 新的替换方案 Nacos 三 Eureka 设计理念 1 主要解决的三大问题服务实例如何注册到服务中心服务实例如何从服务中心剔除服务

    2026年3月26日
    2
  • 小记录

    小记录

    2022年4月3日
    40
  • linux下luajit安装

    linux下luajit安装#cd /usr/local/#wget http://luajit.org/download/LuaJIT-2.0.4.tar.gz#tar zxvf LuaJIT-2.0.4.tar.gz编辑src/Makefile,注释DLUAJIT_ENABLE_LUA52COMPAT所在的行#make & make install

    2022年10月7日
    6
  • 狂神说SpringMVC05:整合SSM框架

    狂神说SpringMVC05:整合SSM框架狂神说SpringMVC系列连载课程,通俗易懂,基于Spring5版本(视频同步),欢迎各位狂粉转发关注学习。未经作者授权,禁止转载整合SSM框架在上一节中,我们了解了SpringMVC…

    2022年6月10日
    32
  • mysql数据库连接配置文件(db.properties)

    mysql数据库连接配置文件(db.properties)db.driver=com.mysql.jdbc.Driverdb.url=jdbc:mysql://localhost:3306/learn-test?useUnicode=true&characterEncoding=utf8db.username=rootdb.password=123456说明:如url使用的是本地数据库且端口是3306,可以省略lo…

    2022年6月2日
    42
  • C#中IntPtr类型

    1.C#中的IntPtr类型被称之为“平台特定的整数类型”,用于本机资源,例如窗口句柄。2.资源的大小取决于使用的硬件和操作系统,即此类型的实例在32位硬件和操作系统中将是32位,在64位硬件和操作系统中将是64位;但其大小总是足以包含系统的指针(因此也可以包含资源的名称)。3.在调用API函数时,类似含有窗口句柄参数(HANDLE)的原型函数,应显示地声明为IntPtr类型。4.In…

    2022年4月4日
    197

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号