Send data from Firebase to GKE and return result back to Firebase The 2019 Stack Overflow Developer Survey Results Are In Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara The Ask Question Wizard is Live! Data science time! April 2019 and salary with experienceFirebase authentication from Google Cloud EndpointWhy does data stored in firebase grow so much?Google App Engine Data store vs. Firebase DatabaseImport large data (json) into Firebase periodicallyMicrosoft Sql Server Database data to google firebasecan i store files in my functions folder dynamically in nodejs when hosting from firebaseRead Firebase Storage CSV with Google Data StudioHow to run the .py file of google compute engineNeed python files stored in Google Database to compile in Google Cloud Engine and return data to an IOS AppHow to fetch components from firebase database child?
Is it ethical to upload a automatically generated paper to a non peer-reviewed site as part of a larger research?
Is there a writing software that you can sort scenes like slides in PowerPoint?
Deal with toxic manager when you can't quit
How do you keep chess fun when your opponent constantly beats you?
The following signatures were invalid: EXPKEYSIG 1397BC53640DB551
Why can I use a list index as an indexing variable in a for loop?
Variable with quotation marks "$()"
What can I do to 'burn' a journal?
how can a perfect fourth interval be considered either consonant or dissonant?
Keeping a retro style to sci-fi spaceships?
Fixing different display colors within string
Am I ethically obligated to go into work on an off day if the reason is sudden?
Can withdrawing asylum be illegal?
How to make Illustrator type tool selection automatically adapt with text length
How did passengers keep warm on sail ships?
What other Star Trek series did the main TNG cast show up in?
What to do when moving next to a bird sanctuary with a loosely-domesticated cat?
Why are PDP-7-style microprogrammed instructions out of vogue?
Is 'stolen' appropriate word?
What happens to a Warlock's expended Spell Slots when they gain a Level?
Solving overdetermined system by QR decomposition
Why not take a picture of a closer black hole?
Mortgage adviser recommends a longer term than necessary combined with overpayments
Single author papers against my advisor's will?
Send data from Firebase to GKE and return result back to Firebase
The 2019 Stack Overflow Developer Survey Results Are In
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar Manara
The Ask Question Wizard is Live!
Data science time! April 2019 and salary with experienceFirebase authentication from Google Cloud EndpointWhy does data stored in firebase grow so much?Google App Engine Data store vs. Firebase DatabaseImport large data (json) into Firebase periodicallyMicrosoft Sql Server Database data to google firebasecan i store files in my functions folder dynamically in nodejs when hosting from firebaseRead Firebase Storage CSV with Google Data StudioHow to run the .py file of google compute engineNeed python files stored in Google Database to compile in Google Cloud Engine and return data to an IOS AppHow to fetch components from firebase database child?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
First, external raw data is stored inside the Firebase Storage. I wish to have automatically send the data to Google Kubernetes Engine once the data is stored in Firebase to analyze and process the data. After processing the data and obtaining the result, it will return automatically back to Firebase.
May I know is it possible to be done? If yes, please give me some clue on it..
firebase gcloud google-container-engine
add a comment |
First, external raw data is stored inside the Firebase Storage. I wish to have automatically send the data to Google Kubernetes Engine once the data is stored in Firebase to analyze and process the data. After processing the data and obtaining the result, it will return automatically back to Firebase.
May I know is it possible to be done? If yes, please give me some clue on it..
firebase gcloud google-container-engine
I had built and push the image into GKE container. The application is for analyze and classify the external data.
– kxng3
Mar 22 at 5:50
add a comment |
First, external raw data is stored inside the Firebase Storage. I wish to have automatically send the data to Google Kubernetes Engine once the data is stored in Firebase to analyze and process the data. After processing the data and obtaining the result, it will return automatically back to Firebase.
May I know is it possible to be done? If yes, please give me some clue on it..
firebase gcloud google-container-engine
First, external raw data is stored inside the Firebase Storage. I wish to have automatically send the data to Google Kubernetes Engine once the data is stored in Firebase to analyze and process the data. After processing the data and obtaining the result, it will return automatically back to Firebase.
May I know is it possible to be done? If yes, please give me some clue on it..
firebase gcloud google-container-engine
firebase gcloud google-container-engine
asked Mar 22 at 5:38
kxng3kxng3
1
1
I had built and push the image into GKE container. The application is for analyze and classify the external data.
– kxng3
Mar 22 at 5:50
add a comment |
I had built and push the image into GKE container. The application is for analyze and classify the external data.
– kxng3
Mar 22 at 5:50
I had built and push the image into GKE container. The application is for analyze and classify the external data.
– kxng3
Mar 22 at 5:50
I had built and push the image into GKE container. The application is for analyze and classify the external data.
– kxng3
Mar 22 at 5:50
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55293492%2fsend-data-from-firebase-to-gke-and-return-result-back-to-firebase%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55293492%2fsend-data-from-firebase-to-gke-and-return-result-back-to-firebase%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I had built and push the image into GKE container. The application is for analyze and classify the external data.
– kxng3
Mar 22 at 5:50