Google Cloud Firestore input plugin for Embulk.
Google Cloud Firestore input plugin for Embulk.
You can use filter plugins such as embulk-filter-expand_json or embulk-filter-add_time to convert the json column to typed columns. Rename filter is also useful to rename the typed columns.
in:
type: firestore
project_id: "your-project-id"
json_keyfile: path/to/credential.json
sql: "SELECT id, name, created_at FROM users"
out:
type: stdout
shell script
$ ./gradlew gem