{"id":37211142,"url":"https://github.com/benpope/redpanda","last_synced_at":"2026-01-15T00:02:50.638Z","repository":{"id":40383945,"uuid":"312629659","full_name":"BenPope/redpanda","owner":"BenPope","description":"Redpanda is the real-time engine for modern apps.  ","archived":false,"fork":true,"pushed_at":"2026-01-12T21:58:59.000Z","size":142337,"stargazers_count":0,"open_issues_count":35,"forks_count":0,"subscribers_count":0,"default_branch":"dev","last_synced_at":"2026-01-13T01:57:53.157Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"redpanda-data/redpanda","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BenPope.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"licenses/README.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null}},"created_at":"2020-11-13T16:36:46.000Z","updated_at":"2025-09-30T11:58:56.000Z","dependencies_parsed_at":"2023-09-28T23:39:12.229Z","dependency_job_id":"8d5d6634-58bd-44eb-86c3-2e3dc5d07c24","html_url":"https://github.com/BenPope/redpanda","commit_stats":null,"previous_names":[],"tags_count":105,"template":false,"template_full_name":null,"purl":"pkg:github/BenPope/redpanda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenPope%2Fredpanda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenPope%2Fredpanda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenPope%2Fredpanda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenPope%2Fredpanda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BenPope","download_url":"https://codeload.github.com/BenPope/redpanda/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenPope%2Fredpanda/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28439606,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T22:37:52.437Z","status":"ssl_error","status_checked_at":"2026-01-14T22:37:31.496Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-15T00:02:50.106Z","updated_at":"2026-01-15T00:02:50.631Z","avatar_url":"https://github.com/BenPope.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redpanda\n\n[![Documentation](https://img.shields.io/badge/documentation-black)](https://redpanda.com/documentation)\n[![Slack](https://img.shields.io/badge/slack-purple)](https://redpanda.com/slack)\n[![Twitter](https://img.shields.io/twitter/follow/redpandadata.svg?style=social\u0026label=Follow)](https://twitter.com/intent/follow?screen_name=redpandadata)\n[![Redpanda University](https://img.shields.io/badge/Redpanda%20University-black)](https://university.redpanda.com/)\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://redpanda.com/redpanda\"\u003e\u003cimg src=\"docs/PANDA_sitting.png\" alt=\"redpanda sitting\" width=\"400\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nRedpanda is the most complete, Apache Kafka®-compatible streaming data platform, designed from the ground up to be lighter, faster, and simpler to operate. Free from ZooKeeper™ and JVMs, it prioritizes an end-to-end developer experience with a huge ecosystem of connectors, configurable tiered storage, and more.\n\n# Table of Contents\n- [Get started](#get-started)\n  - [Prebuilt packages](#prebuilt-packages)\n    - [Debian/Ubuntu](#debianubuntu)\n    - [Fedora/RedHat/Amazon Linux](#fedoraredhatamazon-linux)\n    - [macOS](#macos)\n    - [Other Linux environments](#other-linux-environments)\n  - [Build manually](#build-manually)\n  - [Release candidate builds](#release-candidate-builds)\n    - [RC releases on Debian/Ubuntu](#rc-releases-on-debianubuntu)\n    - [RC releases on Fedora/RedHat/Amazon Linux](#rc-releases-on-fedoraredhatamazon-linux)\n    - [RC releases on Docker](#rc-releases-on-docker)\n- [Community](#community)\n- [Resources](#resources)\n\n# Get started\n\n## Prebuilt packages\n\nRedpanda Data recommends using the following free, prebuilt stable releases.\n\n### Debian/Ubuntu\n\n```\ncurl -1sLf \\\n  'https://dl.redpanda.com/nzc4ZYQK3WRGd9sy/redpanda/cfg/setup/bash.deb.sh' \\\n  | sudo -E bash\n\nsudo apt-get install redpanda\n```\n\n### Fedora/RedHat/Amazon Linux\n\n```\ncurl -1sLf \\\n  'https://dl.redpanda.com/nzc4ZYQK3WRGd9sy/redpanda/cfg/setup/bash.rpm.sh' \\\n  | sudo -E bash\n\nsudo yum install redpanda\n```\n\n### macOS\n\nDownload the `rpk` [binary here](https://github.com/redpanda-data/redpanda/releases). Docker is required on MacOS.\n\n```\nbrew install redpanda-data/tap/redpanda \u0026\u0026 rpk container start\n```\n\n### Other Linux environments\n\nTo install from a `.tar.gz` archive, download the file and extract it into `/opt/redpanda`.\n\nFor amd64:\n\n```\ncurl -LO \\\n  https://dl.redpanda.com/nzc4ZYQK3WRGd9sy/redpanda/raw/names/redpanda-amd64/versions/25.1.1/redpanda-25.1.1-amd64.tar.gz\n```\n\nFor arm64:\n\n```\ncurl -LO \\\n  https://dl.redpanda.com/nzc4ZYQK3WRGd9sy/redpanda/raw/names/redpanda-arm64/versions/25.1.1/redpanda-25.1.1-arm64.tar.gz\n```\n\nReplace `25.1.1` with the version you want to download. See [Release Notes](https://github.com/redpanda-data/redpanda/releases).\n\n## Build Manually\n\nRedpanda Data uses [Bazel](https://bazel.build/) as the build system. Bazel automatically manages most of the toolchains and third-party dependencies.\n\nWe rely on [bazelisk](https://github.com/bazelbuild/bazelisk) to get the right\nversion of bazel needed for the build. You can for example install it as follows\nand add it to your $PATH (or use one of the other suggested ways from their\nrepo).\n\n```\nwget -O ~/bin/bazel https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-amd64 \u0026\u0026 chmod +x ~/bin/bazel\n```\n\nThere are a few system libraries and preinstalled tools our build assumes are\navailable locally. To bootstrap and build redpanda along with all its tests.\n\n```bash\nsudo ./bazel/install-deps.sh\nbazel build --config=release //...\n```\n\nFor more build configurations, see `.bazelrc`.\n\n## Release candidate builds\n\nRedpanda Data creates a release candidate (RC) build when we get close to a new release, and we publish it to make new features available for testing.\nRC builds are not recommended for production use.\n\n### RC releases on Debian/Ubuntu\n\n```bash\ncurl -1sLf \\\n  'https://dl.redpanda.com/E4xN1tVe3Xy60GTx/redpanda-unstable/setup.deb.sh' \\\n  | sudo -E bash\n\nsudo apt-get install redpanda\n```\n\n### RC releases on Fedora/RedHat/Amazon Linux\n\n```bash\ncurl -1sLf \\\n  'https://dl.redpanda.com/E4xN1tVe3Xy60GTx/redpanda-unstable/setup.rpm.sh' \\\n  | sudo -E bash\n\nsudo yum install redpanda\n```\n\n### RC releases on Docker\n\nExample with `v25.1.1-rc1`:\n\n```bash\ndocker pull docker.redpanda.com/redpandadata/redpanda-unstable:v25.1.1-rc1\n```\n\n# Community\n\n- [Slack](https://redpanda.com/slack): This is the primary way the community interacts in real time. :)\n- [Github Discussions](https://github.com/redpanda-data/redpanda/discussions): This is for longer, async, thoughtful discussions.\n- [GitHub Issues](https://github.com/redpanda-data/redpanda/issues): This is reserved only for actual issues. Please use the mailing list for discussions.\n- [Code of Conduct](./CODE_OF_CONDUCT.md)\n- [Contribute to the Code](./CONTRIBUTING.md)\n\n# Resources\n\n- [Redpanda Documentation](https://docs.redpanda.com/home/)\n- [Redpanda Blog](https://www.redpanda.com/blog)\n- [Upcoming Redpanda Events](https://www.redpanda.com/events)\n- [Redpanda Support](https://support.redpanda.com/)\n- [Redpanda University](https://university.redpanda.com/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenpope%2Fredpanda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenpope%2Fredpanda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenpope%2Fredpanda/lists"}