Skip to content

syucream/embulk-input-datastore

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

Datastore input plugin for Embulk

Gem Version

A embulk input plugin fetches Cloud Datastore entities.

Overview

  • Plugin type: input
  • Resume supported: no
  • Cleanup supported: no
  • Guess supported: no

Configuration

  • project_id: your GCP project_id. (string, required)
  • json_keyfile: A path to JSON keyfile. (string, required)
  • gql: A GQL fetches to Cloud Datastore (string, required)
  • json_column_name: description (string, default: "record")

Example

in:
  type: datastore
  project_id: "your-gcppj-123"
  json_keyfile: credential.json
  gql: "SELECT * FROM myKind"

Build

$ ./gradlew gem  # -t to watch change of files and rebuild continuously

NOTE

  • Currently this plugin has below limitations:
    • Aggregate fetched properties to 1 'json' type column.

About

Cloud Datastore input plugin for Embulk loads records from Google Cloud Datastore.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published