LogoLogo
Back to Speedb.io⭐ GitHubDiscord
  • 👋About
    • Speedb Use Cases
    • Speedb Communication Channels
    • Release Cadence
    • Releases
    • Roadmap
  • 💻Getting started
    • Speedb Quick Start Example
    • Dependencies
    • How to Compile Speedb
    • Drop-in Replacement
    • Use prebuilt binaries
    • How to contribute
      • Contribute code
      • Feature request process
      • Submit a pull request
      • Add or update documentation
      • Report bugs and other issues
      • Help with new and ongoing feature development
    • Kafka Streams: How to use Speedb instead of RocksDB?
  • ✨Speedb Features
    • Memory Tracking
    • Speedb Tuning Function
    • Table Pinning Policy
    • Snapshot Optimization
    • On Thread Start Callback
    • Write Flow
    • Global Delayed write
    • Live Configuration Changes
    • Report Index Size per Column Family
    • Proactive Flushing
    • Sorted Hash Memtable
    • Paired Bloom Filter
  • ➕Enhancements
    • Range Delete Improvement
    • Dynamic Delayed Writes
    • Reduce switch memtable latency
  • 🛠️Tools
    • Log Parser
    • DB_bench: Groups
    • Beezcli Tool
  • 🔦RocksDB Basics
  • 📈Performance testing
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Getting started

How to contribute

This page includes the ways you can contribute to the Speedb open-source project.

PreviousUse prebuilt binariesNextContribute code

Last updated 2 years ago

Was this helpful?

Thank you for your interest in contributing to Speedb! There are many ways to contribute, and we appreciate them all.

Ways to contribute

There are several ways to contribute to Speedb:

  • Check out a Pull Request

All documents and pull requests must be consistent with the guidelines and follow the Speedb documentation and coding styles.

For both documentation and code:

  • Once the Speedb team accepts new documentation or features, we're responsible for the maintenance of said changes. This means we'll weigh the benefit of each contribution against the cost of maintaining it.

  • The appropriate style must be applied

  • The license must be present in all contributions

  • Code review is used to improve the correctness, clarity, and consistency of all contributions

💻
Contribute code
Feature request process
Submit a Pull Request
Add or update documentation
Report bugs and other issues
Help with new and ongoing feature development