Skip to content

Commit e897629

Browse files
committed
Merge branch 'master' of github.com:syucream/embulk-input-firestore
Conflicts: .gitignore LICENSE README.md
2 parents 48b356d + 5a42170 commit e897629

File tree

3 files changed

+5
-62
lines changed

3 files changed

+5
-62
lines changed

.gitignore

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,2 @@
1-
*~
2-
/pkg/
3-
/tmp/
4-
.gradle/
5-
/classpath/
6-
build/
7-
.idea
8-
/.settings/
9-
/.metadata/
10-
.classpath
11-
.project
12-
out
13-
14-
# RubyGems
15-
*.gem
16-
*.gemspec
17-
*.iml
18-
19-
# development, debug
20-
*.json
1+
*.class
2+
*.log

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Ryo Okubo
3+
Copyright (c) 2019 Ryo Okubo
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,2 @@
1-
# Datastore input plugin for Embulk
2-
3-
[![Gem Version](https://badge.fury.io/rb/embulk-input-datastore.svg)](https://badge.fury.io/rb/embulk-input-datastore)
4-
5-
A embulk input plugin fetches Cloud Datastore entities.
6-
7-
## Overview
8-
9-
* **Plugin type**: input
10-
* **Resume supported**: no
11-
* **Cleanup supported**: no
12-
* **Guess supported**: no
13-
14-
## Configuration
15-
16-
- **project_id**: your GCP project_id. (string, required)
17-
- **json_keyfile**: A path to JSON keyfile. (string, required)
18-
- **json_column_name**: description (string, default: `"record"`)
19-
20-
## Example
21-
22-
```yaml
23-
in:
24-
type: datastore
25-
project_id: "your-gcppj-123"
26-
json_keyfile: credential.json
27-
gql: "SELECT * FROM myKind"
28-
```
29-
30-
31-
## Build
32-
33-
```
34-
$ ./gradlew gem # -t to watch change of files and rebuild continuously
35-
```
36-
37-
## NOTE
38-
39-
- Currently this plugin has below limitations:
40-
- Aggregate fetched properties to 1 'json' type column.
41-
1+
# embulk-input-firestore
2+
[WIP] Cloud Firestore input plugin for Embulk loads records from Google Cloud Firestore.

0 commit comments

Comments
 (0)