Hey Amit, MEAN (MongoDB <https://en.wikipedia.org/wiki/MongoDB>,Express.js <https://en.wikipedia.org/wiki/Express.js>, Angular.js <https://en.wikipedia.org/wiki/Angular.js>, and Node.js <https://en.wikipedia.org/wiki/Node.js>) is a full-stack web-development paradigm ("software bundle") which is popular right now. You can read more about it by googling. The technologies used are quite interesting and modern. The pricing is described on the page you linked, and yes, initially, the database and webserver are on the same machine. Feel free to explore the docs further to find all kinds of getting started guides. There are a ton of options of how to deploy, and what to deploy, on the Cloud Platform.
I hope this answer was helpful to you. Sincerely, Nick On Wednesday, February 24, 2016 at 3:48:09 PM UTC-5, Amit Chavan wrote: > > Thanks. Do you suggest any blog or books to familiarize with GCP. > Can you explain this environment -- > https://cloud.google.com/launcher/solution/bitnami-launchpad/meanstack > > How is the pricing determined. Does MongoDB and node is on same > environment ? > > For the GCE - Do you have a good example on the cloud platform reference > guide that I can use to get started. I am looking at the launcher document > https://cloud.google.com/launcher/ > > > > On Tuesday, 23 February 2016 16:15:19 UTC-5, Nick wrote: >> >> You have 4 options right now on GCP: >> GCE - runs VMs same as ec2 >> GKE - runs docker containers instead of full VMs >> Managed VMs - these are appengine apps running in a less sandboxes >> environment, basically containers with access to managed services using >> 'native' APIs (as opposed to service calls) >> GAE - appengine, a PaaS in a fully managed environment, you deploy code >> and they run on their own, accessing services as native APIs >> >> You can run a servlet 3.x app in the first three, with different levels >> of operational effort. >> >> Right now, GAE is servlet 2.5 (Java 7). Don't hold your breath for this >> to change, it's been on the roadmap for years (although we're all very >> hopefully) >> >> Managed VMs are not GA yet either, which may affect your choice. >> >> Regarding play, I can't help there. >> >> -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/81aa3d59-63d4-4b1c-8439-2a8125ccb856%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
