{"id":23579814,"url":"https://github.com/reservoir-data/tap-streakcrm","last_synced_at":"2026-02-25T20:32:32.787Z","repository":{"id":329006796,"uuid":"791645625","full_name":"reservoir-data/tap-streakcrm","owner":"reservoir-data","description":"Singer Tap for streak.com","archived":false,"fork":false,"pushed_at":"2026-02-21T00:30:46.000Z","size":974,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-21T06:30:27.484Z","etag":null,"topics":["crm","elt","gmail","meltano","singer-tap"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reservoir-data.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["edgarrmondragon"],"polar":"reservoir-data","thanks_dev":"u/gh/edgarrmondragon"}},"created_at":"2024-04-25T05:17:42.000Z","updated_at":"2026-02-21T00:30:48.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/reservoir-data/tap-streakcrm","commit_stats":null,"previous_names":["reservoir-data/tap-streakcrm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reservoir-data/tap-streakcrm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reservoir-data%2Ftap-streakcrm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reservoir-data%2Ftap-streakcrm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reservoir-data%2Ftap-streakcrm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reservoir-data%2Ftap-streakcrm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reservoir-data","download_url":"https://codeload.github.com/reservoir-data/tap-streakcrm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reservoir-data%2Ftap-streakcrm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29838087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T19:08:47.527Z","status":"ssl_error","status_checked_at":"2026-02-25T18:59:04.705Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["crm","elt","gmail","meltano","singer-tap"],"created_at":"2024-12-26T23:12:53.529Z","updated_at":"2026-02-25T20:32:32.757Z","avatar_url":"https://github.com/reservoir-data.png","language":"Python","funding_links":["https://github.com/sponsors/edgarrmondragon","https://polar.sh/reservoir-data","https://thanks.dev/u/gh/edgarrmondragon"],"categories":[],"sub_categories":[],"readme":"# `tap-streakcrm`\n\nSinger tap for [Streak CRM](https://www.streak.com).\n\nBuilt with the [Meltano Tap SDK](https://sdk.meltano.com) for Singer Taps.\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| api_key                           | True     | None    | API key in Streak                                                                                                                                                                                                                                        |\n| start_date                        | False    | None    | Earliest datetime to get data from                                                                                                                                                                                                                       |\n\n\u003cdetails\u003e\n\u003csummary\u003eBuilt-in Singer SDK Settings\u003c/summary\u003e\n\n| Setting                           | Required | Default | Description                                                                                                                                                                                                                                              |\n| :-------------------------------- | :------- | :------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\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| faker_config                      | False    | None    | Config for the [`Faker`](https://faker.readthedocs.io/en/master/) instance variable `fake` used within map expressions. Only applicable if the plugin specifies `faker` as an addtional dependency (through the `singer-sdk` `faker` extra or directly). |\n| faker_config.seed                 | False    | None    | Value to seed the Faker generator for deterministic output: https://faker.readthedocs.io/en/master/#seeding-the-generator                                                                                                                                |\n| faker_config.locale               | False    | None    | One or more LCID locale strings to produce localized output for: https://faker.readthedocs.io/en/master/#localization                                                                                                                                    |\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| batch_config.encoding             | False    | None    | Specifies the format and compression of the batch files.                                                                                                                                                                                                 |\n| batch_config.encoding.format      | False    | None    | Format to use for batch files.                                                                                                                                                                                                                           |\n| batch_config.encoding.compression | False    | None    | Compression format to use for batch files.                                                                                                                                                                                                               |\n| batch_config.storage              | False    | None    | Defines the storage layer to use when writing batch files                                                                                                                                                                                                |\n| batch_config.storage.root         | False    | None    | Root path to use when writing batch files.                                                                                                                                                                                                               |\n| batch_config.storage.prefix       | False    | None    | Prefix to use when writing batch files.                                                                                                                                                                                                                  |\n\n\u003c/details\u003e\n\nA full list of supported settings and capabilities is available by running: `tap-streakcrm --about`\n\n## Supported Python Versions\n\n* 3.9\n* 3.10\n* 3.11\n* 3.12\n* 3.13\n\n### Source Authentication and Authorization\n\nSee the [documentation](https://streak.readme.io/docs/authentication).\n\n## Usage\n\nYou can easily run `tap-streakcrm` by itself or in a pipeline using [Meltano](https://meltano.com/).\n\n## Installation\n\n### In a Meltano project\n\n#### Using a direct reference\n\n```bash\nmeltano add extractor tap-streakcrm --from-ref=https://raw.githubusercontent.com/reservoir-data/tap-streakcrm/main/plugin.yaml\n```\n\nRequires Meltano v3.1.0+.\n\n#### From MeltanoHub\n\nNot yet available.\n\n### From PyPI\n\nNot yet available.\n\n### With [uv]\n\n```bash\nuv tool install git+https://github.com/reservoir-data/tap-streakcrm.git@main\n```\n\n[uv]: https://docs.astral.sh/uv/\n\n### Executing the Tap Directly\n\n```bash\ntap-streakcrm --version\ntap-streakcrm --help\ntap-streakcrm --config CONFIG --discover \u003e ./catalog.json\n```\n\n## Developer Resources\n\n### Initialize your Development Environment\n\n```bash\nuv tool install --with tox-uv tox\n```\n\n### Create and Run Tests\n\nRun all tests:\n\n```bash\ntox run-parallel\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-streakcrm --version\n   ```\n\n1. Execute an ELT pipeline\n\n   ```bash\n   meltano run tap-streakcrm 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freservoir-data%2Ftap-streakcrm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freservoir-data%2Ftap-streakcrm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freservoir-data%2Ftap-streakcrm/lists"}