{"id":15936201,"url":"https://github.com/syucream/embulk-input-firestore","last_synced_at":"2025-08-27T17:20:58.206Z","repository":{"id":62557910,"uuid":"231113912","full_name":"syucream/embulk-input-firestore","owner":"syucream","description":"Google Cloud Firestore input plugin for Embulk.","archived":false,"fork":false,"pushed_at":"2020-01-07T16:02:11.000Z","size":65,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-24T22:59:46.347Z","etag":null,"topics":["cloud-firestore","embulk-input-plugin"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/embulk-input-firestore","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/syucream.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":null,"security":null,"support":null}},"created_at":"2019-12-31T15:57:56.000Z","updated_at":"2021-05-25T22:26:21.000Z","dependencies_parsed_at":"2022-11-03T06:45:24.428Z","dependency_job_id":null,"html_url":"https://github.com/syucream/embulk-input-firestore","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/syucream/embulk-input-firestore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syucream%2Fembulk-input-firestore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syucream%2Fembulk-input-firestore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syucream%2Fembulk-input-firestore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syucream%2Fembulk-input-firestore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/syucream","download_url":"https://codeload.github.com/syucream/embulk-input-firestore/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syucream%2Fembulk-input-firestore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272356550,"owners_count":24920336,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-27T02:00:09.397Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cloud-firestore","embulk-input-plugin"],"created_at":"2024-10-07T04:20:30.837Z","updated_at":"2025-08-27T17:20:58.155Z","avatar_url":"https://github.com/syucream.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# embulk-input-firestore\n\n[![Gem Version](https://badge.fury.io/rb/embulk-input-firestore.svg)](https://badge.fury.io/rb/embulk-input-firestore)\n\n[Google Cloud Firestore](https://firebase.google.com/docs/firestore) input plugin for Embulk. \n\nYou can use filter plugins such as [embulk-filter-expand_json](https://github.com/civitaspo/embulk-filter-expand_json) or [embulk-filter-add_time](https://github.com/treasure-data/embulk-filter-add_time) to convert the json column to typed columns. [Rename filter](http://www.embulk.org/docs/built-in.html#rename-filter-plugin) is also useful to rename the typed columns.\n\n## Overview\n\n* **Plugin type**: input\n* **Guess supported**: no\n\n## Configuration\n\n- **project_id**: GCP project_id (string, required)\n- **json_keyfile**: path to GCP credential json file (string, required)\n- **sql**: A query string to fetch documents from Firestore (string, required)\n- **json_column_name**: column name used in outputs (string, optional, default: \"record\")\n\n### NOTE\n\n- **sql** parameter accepts only limited syntax; see also https://github.com/syucream/FireSQL\n\n## Example\n\n```yaml \nin:\n  type: firestore\n  project_id: \"your-project-id\"\n  json_keyfile: path/to/credential.json\n  sql: \"SELECT id, name, created_at FROM users\"\n\nout:\n  type: stdout\n```\n\n## Development\n\n```shell script\n$ ./gradlew gem\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyucream%2Fembulk-input-firestore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyucream%2Fembulk-input-firestore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyucream%2Fembulk-input-firestore/lists"}