This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update/overhaul of these 2 examples, including switching to use GKE (#21
) * use GKE (rather than kubernetes) * big readme updates for both examples * update gcr image versions * change redis-master to be a deployment, api updates * updated top-level readme
- Loading branch information
Showing
10 changed files
with
720 additions
and
262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
|
||
Copyright (C) 2014 Google Inc. | ||
|
||
# Example apps: Real-time data analysis using Kubernetes, Redis or PubSub, and BigQuery | ||
# Example apps: Real-time data analysis using Google Kubernetes Engine, Redis or PubSub, and BigQuery | ||
|
||
This repository contains two related example [Kubernetes](https://github.com/GoogleCloudPlatform/kubernetes) apps that show how to build a 'pipeline' to stream data into BigQuery. | ||
This repository contains two related example [Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine/) | ||
(GKE) apps that show how to build a 'pipeline' to stream data into BigQuery. | ||
|
||
The first app, in the `redis` subdirectory, uses [Redis](http://redis.io/). | ||
Documentation for this example can be found on the Google Cloud Platform site: | ||
https://cloud.google.com/solutions/real-time-analysis/kubernetes-redis-bigquery | ||
|
||
The second app, in the `pubsub` directory, uses [Google Cloud PubSub](https://cloud.google.com/pubsub/docs) instead of Redis. Documentation for this example can be found on the Google Cloud Platform site: | ||
https://cloud.google.com/solutions/real-time/kubernetes-pubsub-bigquery | ||
The app in the `pubsub` directory uses [Google Cloud PubSub](https://cloud.google.com/pubsub/docs). | ||
<!-- Documentation for this example can be found on the Google Cloud Platform site: | ||
https://cloud.google.com/solutions/real-time/kubernetes-pubsub-bigquery --> | ||
|
||
The app in the `redis` subdirectory uses [Redis](http://redis.io/). | ||
<!-- Documentation for this example can be found on the Google Cloud Platform site: | ||
https://cloud.google.com/solutions/real-time-analysis/kubernetes-redis-bigquery --> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters