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;








0















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..










share|improve this question






















  • 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

















0















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..










share|improve this question






















  • 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













0












0








0








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..










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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

















  • 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












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
);



);













draft saved

draft discarded


















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















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript