File tree Expand file tree Collapse file tree 3 files changed +5
-62
lines changed Expand file tree Collapse file tree 3 files changed +5
-62
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2018 Ryo Okubo
3
+ Copyright (c) 2019 Ryo Okubo
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments