Skip to content

horizonzy/bookkeeper

This branch is 43 commits behind apache/bookkeeper:master.

Folders and files

NameName
Last commit message
Last commit date
Jul 29, 2024
Apr 19, 2024
Jun 12, 2024
May 22, 2024
Sep 2, 2024
Jul 15, 2024
Jun 10, 2024
Oct 3, 2024
Aug 18, 2024
Mar 15, 2024
Sep 13, 2024
Sep 2, 2024
Apr 10, 2024
May 29, 2024
Aug 16, 2024
May 6, 2024
Jan 29, 2024
Jun 12, 2024
Jul 3, 2024
Jun 13, 2024
May 29, 2024
May 6, 2024
Sep 2, 2024
Sep 15, 2024
May 27, 2024
Sep 2, 2024
Sep 2, 2024
Sep 2, 2024
Apr 6, 2024
Jul 15, 2024
May 29, 2024
Feb 8, 2024
Apr 19, 2024
May 26, 2024
Oct 17, 2022
May 15, 2012
Jan 2, 2024
Aug 27, 2023
Oct 3, 2024

Repository files navigation

logo

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, Pravega.
  • 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 Installation guide to set up 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.

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 our installation guide to get your local environment setup.

  2. Take a look at our open issues: GitHub Issues.

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

  4. Make your changes according to our contributing guide

Packages

No packages published

Languages

  • Java 96.7%
  • Python 1.3%
  • Shell 1.1%
  • Groovy 0.3%
  • Roff 0.2%
  • Dockerfile 0.1%
  • Other 0.3%