Name | tap-google-play JSON |
Version |
0.5.0
JSON |
| download |
home_page | None |
Summary | Singer tap for GooglePlay, built with the Meltano SDK for Singer Taps. |
upload_time | 2024-11-19 18:34:48 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | Apache-2.0 |
keywords |
elt
googleplay
meltano
singer.io
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<div align="center">
# tap-google-play
<div>
<a href="https://pypi.org/p/tap-google-play/">
<img alt="PyPI - Version" src="https://img.shields.io/pypi/v/tap-google-play">
</a>
<a href="https://results.pre-commit.ci/latest/github/edgarrmondragon/tap-google-play/main">
<img alt="pre-commit.ci status" src="https://results.pre-commit.ci/badge/github/edgarrmondragon/tap-google-play/main.svg"/>
</a>
<a href="https://github.com/edgarrmondragon/tap-google-play/blob/main/LICENSE">
<img alt="License" src="https://img.shields.io/github/license/edgarrmondragon/tap-google-play"/>
</a>
<a href="https://github.com/astral-sh/ruff">
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json" alt="Ruff" style="max-width:100%;">
</a>
<a href="https://pypi.org/p/tap-google-play/">
<img alt="Python versions" src="https://img.shields.io/pypi/pyversions/tap-google-play"/>
</a>
</div>
Singer tap for Google Play Reviews. Built with the [Meltano Singer SDK](https://sdk.meltano.com).
Based on [hotglue/tap-google-play](https://gitlab.com/hotglue/tap-google-play).
</div>
## Capabilities
* `catalog`
* `state`
* `discover`
* `about`
* `stream-maps`
* `schema-flattening`
* `batch`
## Settings
| Setting | Required | Default | Description |
|:--------------------|:--------:|:-------:|:------------|
| app_id | False | None | The app ID to extract reviews from. |
| app_id_list | False | None | A list of app IDs to extract reviews from. |
| start_date | False | None | The date to start extracting reviews from |
| 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. |
| batch_config | False | None | |
A full list of supported settings and capabilities is available by running: `tap-google-play --about`
## Usage
You can easily run `tap-google-play` by itself or in a pipeline using [Meltano](https://meltano.com/).
### Executing the Tap Directly
```bash
tap-google-play --version
tap-google-play --help
tap-google-play --config CONFIG --discover > ./catalog.json
```
## Developer Resources
### Initialize your Development Environment
Install [`uv`](https://docs.astral.sh/uv/getting-started/installation/) if you haven't already.
### Create and Run Tests
Create tests within the `tests` subfolder and then run:
```bash
uv run pytest
```
You can also test the `tap-google-play` CLI interface directly using `uv run`:
```bash
uv run tap-google-play --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._
Your project comes with a custom `meltano.yml` project file already created. Open the `meltano.yml` and follow any _"TODO"_ items listed in
the file.
Next, install Meltano (if you haven't already) and any needed plugins:
```bash
# Install meltano
uv tool install meltano
# Install meltano
meltano config meltano set venv.backend uv
# Initialize meltano within this directory
cd tap-google-play
meltano install
```
Now you can test and orchestrate using Meltano:
```bash
# Test invocation:
meltano invoke tap-google-play --version
# OR run a test `elt` pipeline:
meltano run tap-google-play 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.
Raw data
{
"_id": null,
"home_page": null,
"name": "tap-google-play",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "Edgar Ram\u00edrez-Mondrag\u00f3n <edgarrmondragon@hey.com>",
"keywords": "ELT, GooglePlay, Meltano, singer.io",
"author": null,
"author_email": "hotglue <hello@hotglue.xyz>, Edgar Ram\u00edrez-Mondrag\u00f3n <edgarrmondragon@hey.com>",
"download_url": "https://files.pythonhosted.org/packages/c7/3f/9d93ec01292be8d0fdafa0e7623001544cd2c76f010b8ace0c16da7430f8/tap_google_play-0.5.0.tar.gz",
"platform": null,
"description": "<div align=\"center\">\n\n# tap-google-play\n\n<div>\n <a href=\"https://pypi.org/p/tap-google-play/\">\n <img alt=\"PyPI - Version\" src=\"https://img.shields.io/pypi/v/tap-google-play\">\n </a>\n <a href=\"https://results.pre-commit.ci/latest/github/edgarrmondragon/tap-google-play/main\">\n <img alt=\"pre-commit.ci status\" src=\"https://results.pre-commit.ci/badge/github/edgarrmondragon/tap-google-play/main.svg\"/>\n </a>\n <a href=\"https://github.com/edgarrmondragon/tap-google-play/blob/main/LICENSE\">\n <img alt=\"License\" src=\"https://img.shields.io/github/license/edgarrmondragon/tap-google-play\"/>\n </a>\n <a href=\"https://github.com/astral-sh/ruff\">\n <img src=\"https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json\" alt=\"Ruff\" style=\"max-width:100%;\">\n </a>\n <a href=\"https://pypi.org/p/tap-google-play/\">\n <img alt=\"Python versions\" src=\"https://img.shields.io/pypi/pyversions/tap-google-play\"/>\n </a>\n</div>\n\nSinger tap for Google Play Reviews. Built with the [Meltano Singer SDK](https://sdk.meltano.com).\n\nBased on [hotglue/tap-google-play](https://gitlab.com/hotglue/tap-google-play).\n\n</div>\n\n## Capabilities\n\n* `catalog`\n* `state`\n* `discover`\n* `about`\n* `stream-maps`\n* `schema-flattening`\n* `batch`\n\n## Settings\n\n| Setting | Required | Default | Description |\n|:--------------------|:--------:|:-------:|:------------|\n| app_id | False | None | The app ID to extract reviews from. |\n| app_id_list | False | None | A list of app IDs to extract reviews from. |\n| start_date | False | None | The date to start extracting reviews from |\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| batch_config | False | None | |\n\nA full list of supported settings and capabilities is available by running: `tap-google-play --about`\n\n## Usage\n\nYou can easily run `tap-google-play` by itself or in a pipeline using [Meltano](https://meltano.com/).\n\n### Executing the Tap Directly\n\n```bash\ntap-google-play --version\ntap-google-play --help\ntap-google-play --config CONFIG --discover > ./catalog.json\n```\n\n## Developer Resources\n\n### Initialize your Development Environment\n\nInstall [`uv`](https://docs.astral.sh/uv/getting-started/installation/) if you haven't already.\n\n### Create and Run Tests\n\nCreate tests within the `tests` subfolder and then run:\n\n```bash\nuv run pytest\n```\n\nYou can also test the `tap-google-play` CLI interface directly using `uv run`:\n\n```bash\nuv run tap-google-play --help\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. Open the `meltano.yml` and follow any _\"TODO\"_ items listed in\nthe file.\n\nNext, install Meltano (if you haven't already) and any needed plugins:\n\n```bash\n# Install meltano\nuv tool install meltano\n\n# Install meltano\nmeltano config meltano set venv.backend uv\n\n# Initialize meltano within this directory\ncd tap-google-play\nmeltano install\n```\n\nNow you can test and orchestrate using Meltano:\n\n```bash\n# Test invocation:\nmeltano invoke tap-google-play --version\n\n# OR run a test `elt` pipeline:\nmeltano run tap-google-play 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\ndevelop your own taps and targets.\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Singer tap for GooglePlay, built with the Meltano SDK for Singer Taps.",
"version": "0.5.0",
"project_urls": null,
"split_keywords": [
"elt",
" googleplay",
" meltano",
" singer.io"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "44b3fe33d173fbb3126b7d40cb997425c2ff90539e065fa875e8b2977576af7e",
"md5": "52a534c835fa08d652eebb1397859868",
"sha256": "fbde36588e496bf7044737bf350397f439d43aa0f25304ff764d97fb9e7cf378"
},
"downloads": -1,
"filename": "tap_google_play-0.5.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "52a534c835fa08d652eebb1397859868",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 9574,
"upload_time": "2024-11-19T18:34:46",
"upload_time_iso_8601": "2024-11-19T18:34:46.188545Z",
"url": "https://files.pythonhosted.org/packages/44/b3/fe33d173fbb3126b7d40cb997425c2ff90539e065fa875e8b2977576af7e/tap_google_play-0.5.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c73f9d93ec01292be8d0fdafa0e7623001544cd2c76f010b8ace0c16da7430f8",
"md5": "c6573595f6883c909658c672cb0fcc37",
"sha256": "ecc93ae62349dee8ba62a9810fcf5620d1e325a795285936d7101f49437983ff"
},
"downloads": -1,
"filename": "tap_google_play-0.5.0.tar.gz",
"has_sig": false,
"md5_digest": "c6573595f6883c909658c672cb0fcc37",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 65286,
"upload_time": "2024-11-19T18:34:48",
"upload_time_iso_8601": "2024-11-19T18:34:48.201401Z",
"url": "https://files.pythonhosted.org/packages/c7/3f/9d93ec01292be8d0fdafa0e7623001544cd2c76f010b8ace0c16da7430f8/tap_google_play-0.5.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-19 18:34:48",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "tap-google-play"
}