You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The timestamp column is needed incase of partition table. It can be generated at the time of ingestion by setting the config. Please refer to config `SINK_BIGQUERY_ADD_EVENT_TIMESTAMP_ENABLE` in [depot bigquery sink config section](https://github.com/odpf/depot/blob/main/docs/reference/configuration/bigquery-sink.md#sink_bigquery_add_event_timestamp_enable)
137
137
- Google cloud credential with some bigquery permission is required to run this sink.
138
138
139
+
## Create a Bigtable sink
140
+
141
+
- it requires the following environment [variables](https://github.com/odpf/depot/blob/main/docs/reference/configuration/bigtable.md) ,which are required by ODPF Depot library, to be set along with the generic firehose variables.
142
+
139
143
If you'd like to connect to a sink which is not yet supported, you can create a new sink by following the [contribution guidelines](../contribute/contribution.md)
Copy file name to clipboardexpand all lines: docs/docs/introduction.md
+1
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ Following sinks are supported in the Firehose
38
38
-[Prometheus](https://en.wikipedia.org/wiki/Prometheus_%28software) - A time-series database
39
39
-[MongoDB](https://en.wikipedia.org/wiki/MongoDB) - A NoSQL database
40
40
-[Bigquery](https://cloud.google.com/bigquery) - A data warehouse provided by Google Cloud
41
+
-[Bigtable](https://cloud.google.com/bigtable) - A fully managed, scalable NoSQL database service for large analytical and operational workloads.
41
42
-[Blob Storage](https://gocloud.dev/howto/blob/) - A data storage architecture for large stores of unstructured data like google cloud storage, amazon s3, apache hadoop distributed filesystem
Bigtable Sink is implemented in Firehose using the Bigtable sink connector implementation in ODPF Depot. You can check out ODPF Depot Github repository [here](https://github.com/odpf/depot).
4
+
5
+
### Configuration
6
+
7
+
For Bigtable sink in Firehose we need to set first (`SINK_TYPE`=`bigtable`). There are some generic configs which are common across different sink types which need to be set which are mentioned in [generic.md](../advance/generic.md). Bigtable sink specific configs are mentioned in ODPF Depot repository. You can check out the Bigtable Sink configs [here](https://github.com/odpf/depot/blob/main/docs/reference/configuration/bigtable.md)
0 commit comments