Name | tap-checkly JSON |
Version |
0.4.1
JSON |
| download |
home_page | None |
Summary | Singer tap for Checkly, built with the Meltano SDK for Singer Taps. |
upload_time | 2024-12-16 21:10:16 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | None |
keywords |
checkly
elt
singer.io
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<div align="center">
# tap-checkly
<div>
<a href="https://results.pre-commit.ci/latest/github/edgarrmondragon/tap-checkly/main">
<img alt="pre-commit.ci status" src="https://results.pre-commit.ci/badge/github/edgarrmondragon/tap-checkly/main.svg"/>
</a>
<a href="https://github.com/edgarrmondragon/tap-checkly/blob/main/LICENSE">
<img alt="License" src="https://img.shields.io/github/license/edgarrmondragon/tap-checkly"/>
</a>
<a href="https://github.com/edgarrmondragon/tap-checkly/">
<img alt="License" src="https://img.shields.io/pypi/pyversions/tap-checkly"/>
</a>
</div>
Singer Tap for [Checkly](https://www.checklyhq.com/). Built with the [Meltano Singer SDK](https://sdk.meltano.com).
</div>
## Capabilities
* `catalog`
* `state`
* `discover`
* `about`
* `stream-maps`
* `schema-flattening`
## Settings
| Setting | Required | Default | Description |
|:--------------------|:--------:|:-------:|:------------|
| account_id | True | None | Checkly Account ID |
| token | True | None | API Token for Checkly |
| start_date | False | None | Earliest datetime to get data from |
| include_paid_streams| False | 0 | Include streams that require a paid Checkly plan |
| stream_maps | False | None | Config object for stream maps capability. For more information check out [Stream Maps](https://sdk.meltano.com/en/latest/stream_maps.html). |
| stream_map_config | False | None | User-defined config values to be used within map expressions. |
| flattening_enabled | False | None | 'True' to enable schema flattening and automatically expand nested properties. |
| flattening_max_depth| False | None | The max depth to flatten schemas. |
A full list of supported settings and capabilities is available by running: `tap-checkly --about`
## API Coverage
| API Endpoint | Supported | Notes |
| :---------------------------- | :-------: | :------------------------ |
| `/v1/alert-channels` | ✅ | |
| `/v1/alert-notifications` | ✅ | Payment required |
| `/v1/checks` | ✅ | |
| `/v1/check-alerts` | ✅ | |
| `/v1/check-groups` | ✅ | |
| `/v1/check-results/{checkId}` | N/A | [Heavily rate-limited][1] |
| `/v1/dashboards` | ✅ | |
| `/v1/locations` | ✅ | |
| `/v1/maintenance-windows` | ✅ | |
| `/v1/private-locations` | ✅ | |
| `/v1/runtimes` | ✅ | |
| `/v1/snippets` | ✅ | |
| `/v1/variables` | ✅ | |
A full list of supported settings and capabilities is available by running: `tap-checkly --about`
### Source Authentication and Authorization
## Usage
You can easily run `tap-checkly` by itself or in a pipeline using [Meltano](https://meltano.com/).
### Executing the Tap Directly
```bash
tap-checkly --version
tap-checkly --help
tap-checkly --config CONFIG --discover > ./catalog.json
```
## Developer Resources
### Initialize your Development Environment
```bash
pipx install hatch
```
### Create and Run Tests
Run integration tests:
```bash
hatch run test:integration
```
You can also test the `tap-checkly` CLI interface directly:
```bash
hatch run sync:console -- --about --format=json
```
### 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._
Your project comes with a custom `meltano.yml` project file already created. Go ahead and [install Meltano](https://docs.meltano.com/getting-started/installation/) if you haven't already.
1. Install all plugins
```bash
meltano install
```
1. Check that the extractor is working properly
```bash
meltano invoke tap-checkly --version
```
1. Execute an ELT pipeline
```bash
meltano run tap-checkly 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.
[1]: https://developers.checklyhq.com/reference/getv1checkresultscheckid
Raw data
{
"_id": null,
"home_page": null,
"name": "tap-checkly",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "Edgar Ram\u00edrez-Mondrag\u00f3n <edgarrm358@gmail.com>",
"keywords": "Checkly, ELT, singer.io",
"author": null,
"author_email": "Edgar Ram\u00edrez-Mondrag\u00f3n <edgarrm358@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/0e/e0/9257e6527f98d7cc5cce0a0bf9bf1f96190af13cf6f1ef531efc6f8ef11c/tap_checkly-0.4.1.tar.gz",
"platform": null,
"description": "<div align=\"center\">\n\n# tap-checkly\n\n<div>\n <a href=\"https://results.pre-commit.ci/latest/github/edgarrmondragon/tap-checkly/main\">\n <img alt=\"pre-commit.ci status\" src=\"https://results.pre-commit.ci/badge/github/edgarrmondragon/tap-checkly/main.svg\"/>\n </a>\n <a href=\"https://github.com/edgarrmondragon/tap-checkly/blob/main/LICENSE\">\n <img alt=\"License\" src=\"https://img.shields.io/github/license/edgarrmondragon/tap-checkly\"/>\n </a>\n <a href=\"https://github.com/edgarrmondragon/tap-checkly/\">\n <img alt=\"License\" src=\"https://img.shields.io/pypi/pyversions/tap-checkly\"/>\n </a>\n</div>\n\nSinger Tap for [Checkly](https://www.checklyhq.com/). Built with the [Meltano Singer SDK](https://sdk.meltano.com).\n\n</div>\n\n## Capabilities\n\n* `catalog`\n* `state`\n* `discover`\n* `about`\n* `stream-maps`\n* `schema-flattening`\n\n## Settings\n\n| Setting | Required | Default | Description |\n|:--------------------|:--------:|:-------:|:------------|\n| account_id | True | None | Checkly Account ID |\n| token | True | None | API Token for Checkly |\n| start_date | False | None | Earliest datetime to get data from |\n| include_paid_streams| False | 0 | Include streams that require a paid Checkly plan |\n| stream_maps | False | None | Config object for stream maps capability. For more information check out [Stream Maps](https://sdk.meltano.com/en/latest/stream_maps.html). |\n| stream_map_config | False | None | User-defined config values to be used within map expressions. |\n| flattening_enabled | False | None | 'True' to enable schema flattening and automatically expand nested properties. |\n| flattening_max_depth| False | None | The max depth to flatten schemas. |\n\nA full list of supported settings and capabilities is available by running: `tap-checkly --about`\n\n## API Coverage\n\n| API Endpoint | Supported | Notes |\n| :---------------------------- | :-------: | :------------------------ |\n| `/v1/alert-channels` | \u2705 | |\n| `/v1/alert-notifications` | \u2705 | Payment required |\n| `/v1/checks` | \u2705 | |\n| `/v1/check-alerts` | \u2705 | |\n| `/v1/check-groups` | \u2705 | |\n| `/v1/check-results/{checkId}` | N/A | [Heavily rate-limited][1] |\n| `/v1/dashboards` | \u2705 | |\n| `/v1/locations` | \u2705 | |\n| `/v1/maintenance-windows` | \u2705 | |\n| `/v1/private-locations` | \u2705 | |\n| `/v1/runtimes` | \u2705 | |\n| `/v1/snippets` | \u2705 | |\n| `/v1/variables` | \u2705 | |\n\nA full list of supported settings and capabilities is available by running: `tap-checkly --about`\n\n### Source Authentication and Authorization\n\n## Usage\n\nYou can easily run `tap-checkly` by itself or in a pipeline using [Meltano](https://meltano.com/).\n\n### Executing the Tap Directly\n\n```bash\ntap-checkly --version\ntap-checkly --help\ntap-checkly --config CONFIG --discover > ./catalog.json\n```\n\n## Developer Resources\n\n### Initialize your Development Environment\n\n```bash\npipx install hatch\n```\n\n### Create and Run Tests\n\nRun integration tests:\n\n```bash\nhatch run test:integration\n```\n\nYou can also test the `tap-checkly` CLI interface directly:\n\n```bash\nhatch run sync:console -- --about --format=json\n```\n\n### Testing with [Meltano](https://www.meltano.com)\n\n_**Note:** This tap will work in any Singer environment and does not require Meltano.\nExamples here are for convenience and to streamline end-to-end orchestration scenarios._\n\nYour project comes with a custom `meltano.yml` project file already created. Go ahead and [install Meltano](https://docs.meltano.com/getting-started/installation/) if you haven't already.\n\n1. Install all plugins\n\n ```bash\n meltano install\n ```\n\n1. Check that the extractor is working properly\n\n ```bash\n meltano invoke tap-checkly --version\n ```\n\n1. Execute an ELT pipeline\n\n ```bash\n meltano run tap-checkly target-jsonl\n ```\n\n### SDK Dev Guide\n\nSee 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.\n\n[1]: https://developers.checklyhq.com/reference/getv1checkresultscheckid\n",
"bugtrack_url": null,
"license": null,
"summary": "Singer tap for Checkly, built with the Meltano SDK for Singer Taps.",
"version": "0.4.1",
"project_urls": {
"Documentation": "https://github.com/edgarrmondragon/tap-checkly/#readme",
"Homepage": "https://github.com/edgarrmondragon/tap-checkly",
"Repository": "https://github.com/edgarrmondragon/tap-checkly"
},
"split_keywords": [
"checkly",
" elt",
" singer.io"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d37387f83f012f431d0901f10b7388c1276481114098723095fec84e439a66c9",
"md5": "91bbd09486fda0e6f45842a24efe3e29",
"sha256": "bc0dc611f3f313154496abac206c3ba1bc5cd75db753fc4a497d1ae6fed043af"
},
"downloads": -1,
"filename": "tap_checkly-0.4.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "91bbd09486fda0e6f45842a24efe3e29",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 32495,
"upload_time": "2024-12-16T21:10:15",
"upload_time_iso_8601": "2024-12-16T21:10:15.284710Z",
"url": "https://files.pythonhosted.org/packages/d3/73/87f83f012f431d0901f10b7388c1276481114098723095fec84e439a66c9/tap_checkly-0.4.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0ee09257e6527f98d7cc5cce0a0bf9bf1f96190af13cf6f1ef531efc6f8ef11c",
"md5": "967792f591de07d7c40a98c7cbbcd785",
"sha256": "335383542259873b5b6d83fab1f4088e81c5aad772104c1c77bfb7ce7619260f"
},
"downloads": -1,
"filename": "tap_checkly-0.4.1.tar.gz",
"has_sig": false,
"md5_digest": "967792f591de07d7c40a98c7cbbcd785",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 36299,
"upload_time": "2024-12-16T21:10:16",
"upload_time_iso_8601": "2024-12-16T21:10:16.470688Z",
"url": "https://files.pythonhosted.org/packages/0e/e0/9257e6527f98d7cc5cce0a0bf9bf1f96190af13cf6f1ef531efc6f8ef11c/tap_checkly-0.4.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-16 21:10:16",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "edgarrmondragon",
"github_project": "tap-checkly",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "tap-checkly"
}