bookkeeper:可扩展、容错且低延迟的存储服务,专为追加型工作负载优化

Apache BookKeeper - a scalable, fault tolerant and low latency storage service optimized for append-only workloads

分支1Tags0
文件最后提交记录最后更新时间
[Build] Run PR builds for merge commit (#2690)5 年前
Issue 2399 Move CI builds to ci-hadoop.apache.org5 年前
Fix a typo in bookkeeper script5 年前
Refactor book keeper cluster test case4 年前
[maven-release-plugin] prepare for next development iteration5 年前
[maven-release-plugin] prepare for next development iteration5 年前
Include gradle files into the source artifact for releases, exclude site2/**5 年前
[maven-release-plugin] prepare for next development iteration5 年前
[maven-release-plugin] prepare for next development iteration5 年前
Refactor book keeper cluster test case4 年前
fix prometheus metric provider bug and add test to cover label scope …4 年前
[maven-release-plugin] prepare for next development iteration5 年前
[maven-release-plugin] prepare for next development iteration5 年前
[maven-release-plugin] prepare for next development iteration5 年前
ISSUE2620: RocksDB log path configurable5 年前
[maven-release-plugin] prepare for next development iteration5 年前
Add a deployment method using docker-compose7 年前
staging and setting up vote for release candidates (#2681)5 年前
Fixed get-pip URL in Dockerfile (#2651)5 年前
staging and setting up vote for release candidates (#2681)5 年前
[maven-release-plugin] prepare for next development iteration5 年前
[maven-release-plugin] prepare for next development iteration5 年前
[maven-release-plugin] prepare for next development iteration5 年前
Site updates and release notes for 4.14.1 (#2724)4 年前
ISSUE #2451: Add sidebar to the documentation page5 年前
[maven-release-plugin] prepare for next development iteration5 年前
Turn Bookie into an interface4 年前
Update bc tests to include versions up to 4.14.04 年前
Turn Bookie into an interface4 年前
BP-43 CI/CD migration to gradle (#2636)5 年前
Create a Jenkinsfile to configure new ASF CI env5 年前
BOOKKEEPER-145: Put notice and license file for distributed binaries in SVN (ivank)13 年前
Update the NOTICE file to 2021 for copyright.5 年前
Fix the broken links and links to archive pages. (#2548)5 年前
ISSUE #2640: BP-43 Some clean up and making sure that all bookkeepr-se…5 年前
[SECURITY] Upgrade Netty to 4.1.63.Final5 年前
ISSUE #2640: BP-43 Integrate spotbugs plugin with gradle5 年前
BP-43 CI/CD migration to gradle (#2636)5 年前
BP-43 CI/CD migration to gradle (#2636)5 年前
[maven-release-plugin] prepare for next development iteration5 年前
ISSUE #2640: BP-43 Integrate spotbugs plugin with gradle5 年前
Build distributions with gradle (#2666)5 年前

logo

Build Status Build Status Coverage Status Maven Central

Apache BookKeeper

Apache BookKeeper is a scalable, fault tolerant and low latency storage service optimized for append-only workloads.

It is suitable for being used in following scenarios:

  • WAL (Write-Ahead-Logging), e.g. HDFS NameNode.
  • Message Store, e.g. Apache Pulsar.
  • Offset/Cursor Store, e.g. Apache Pulsar.
  • Object/Blob Store, e.g. storing state machine snapshots.

Get Started

  • Checkout the project website.
  • Concepts: Start with the basic concepts of Apache BookKeeper. This will help you to fully understand the other parts of the documentation.
  • Follow the Install guide to setup BookKeeper.

Documentation

Please visit the Documentation from the project website for more information.

Get In Touch

Report a Bug

For filing bugs, suggesting improvements, or requesting new features, help us out by opening a Github issue or opening an Apache jira.

Need Help?

Subscribe or mail the user@bookkeeper.apache.org list - Ask questions, find answers, and also help other users.

Subscribe or mail the dev@bookkeeper.apache.org list - Join development discussions, propose new ideas and connect with contributors.

Join us on Slack - This is the most immediate way to connect with Apache BookKeeper committers and contributors.

Contributing

We feel that a welcoming open community is important and welcome contributions.

Contributing Code

  1. See Developer Setup to get your local environment setup.

  2. Take a look at our open issues: JIRA Issues Github Issues.

  3. Review our coding style and follow our pull requests to learn about our conventions.

  4. Make your changes according to our contribution guide.

Improving Website and Documentation

  1. See Building the website and documentation on how to build the website and documentation.

项目介绍

Apache BookKeeper - a scalable, fault tolerant and low latency storage service optimized for append-only workloads

定制我的领域