Want to add a BYOC tool? Great!
The tool must:
- Support BYOC, self-hosted, or on-premises deployment
- Be actively maintained
- Have working documentation
- Create a new branch before adding your files.
git checkout -b <your initials>/<your company>- Add a file to
tools/{category}/your-tool.mdwith this format:
---
name: Tool Name
description: What it does
homepage: https://example.com/marketingsite
github: https://github.com/org/repo # optional
docs: https://example.com/byoc-docs
category: databases # or streaming, observability, data-integration, dev-platforms
tags:
- relevant-tags
license: open-source # or commercial, hybrid, proprietary
logo: /logos/{filename}
cloudSupport:
- aws
- gcp
- azure
---- Add your logo file to .website/public/logos/
- Push your branch and submit a Pull Request
databases/streaming/observability/data-integration/storage/dev-platforms/byoc-platforms/
cd .website
npm install
npm run devOpen an issue.