https://github.com/reservoir-data/tap-betterstack
Singer tap for Better Stack. Built with the Meltano Singer SDK.
https://github.com/reservoir-data/tap-betterstack
betterstack betteruptime elt meltano singer-sdk uptime
Last synced: about 2 months ago
JSON representation
Singer tap for Better Stack. Built with the Meltano Singer SDK.
- Host: GitHub
- URL: https://github.com/reservoir-data/tap-betterstack
- Owner: reservoir-data
- License: apache-2.0
- Created: 2023-06-22T23:16:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-04-17T20:53:42.000Z (3 months ago)
- Last Synced: 2026-04-17T22:38:50.042Z (3 months ago)
- Topics: betterstack, betteruptime, elt, meltano, singer-sdk, uptime
- Language: Python
- Homepage: https://pypi.org/p/tap-betterstack
- Size: 1.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# tap-betterstack
Singer tap for [Better Stack](https://betterstack.com). Built with the [Meltano Singer SDK](https://sdk.meltano.com).
./catalog.json
```
## Developer Resources
- [ ] `Developer TODO:` As a first step, scan the entire project for the text "`TODO:`" and complete any recommended steps, deleting the "TODO" references once completed.
### Initialize your Development Environment
```bash
curl -LsSf https://astral.sh/uv/install.sh | sh # or see https://docs.astral.sh/uv/getting-started/installation/
uv sync
```
### Create and Run Tests
Create tests within the `tests` subfolder and then run:
```bash
uv run pytest
```
You can also test the `tap-betterstack` CLI interface directly using the virtual environment:
```bash
uv run tap-betterstack --help
```
### Testing with [Meltano](https://www.meltano.com)
_**Note:** This tap will work in any Singer environment and does not require Meltano.
Examples here are for convenience and to streamline end-to-end orchestration scenarios._
Use Meltano to run an EL pipeline:
```bash
uvx meltano invoke tap-betterstack --version
uvx meltano run tap-betterstack target-jsonl
```
### SDK Dev Guide
See the [dev guide](https://sdk.meltano.com/en/latest/dev_guide.html) for more instructions on how to use the SDK to
develop your own taps and targets.