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

SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

은진 송씨 목차 역사 본관 분파 인물 조선 왕실과의 인척 관계 집성촌 항렬자 인구 같이 보기 각주 둘러보기 메뉴은진 송씨세종실록 149권, 지리지 충청도 공주목 은진현