Cargando…

Heroku cloud application development : a comprehensive guide to help you build, deply, and troubleshoot cloud applications seamlessly using Heroku /

An easy-to-follow, hands-on guide that clearly explains the various components of the Heroku platform and provides step-by-step guidance as well as numerous examples on how to build and troubleshoot robust and scalable production-ready web applications on the Heroku platform. This book is intended f...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Hanjura, Anubhav
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2014.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo
Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBOOKCENTRAL_ocn878920342
003 OCoLC
005 20240329122006.0
006 m o d
007 cr cnu---unuuu
008 140502s2014 enk o 001 0 eng d
040 |a IDEBK  |b eng  |e pn  |c IDEBK  |d HEBIS  |d EBLCP  |d N$T  |d MHW  |d E7B  |d UMI  |d DEBBG  |d DEBSZ  |d OCLCQ  |d COO  |d YDXCP  |d OCLCF  |d OCLCQ  |d D6H  |d K6U  |d AGLDB  |d OCLCQ  |d ICA  |d OCLCQ  |d PIFFA  |d FVL  |d ZCU  |d MERUC  |d OCLCQ  |d U3W  |d REB  |d STF  |d OCLCQ  |d VTS  |d CEF  |d ICG  |d NLE  |d INT  |d VT2  |d OCLCQ  |d UKMGB  |d WYU  |d G3B  |d TKN  |d OCLCQ  |d UAB  |d DKC  |d AU@  |d OCLCQ  |d M8D  |d UKAHL  |d HS0  |d OCLCQ  |d OCLCO  |d QGK  |d OCLCQ  |d OCLCO  |d OCLCL 
016 7 |a 018006675  |2 Uk 
019 |a 880640746  |a 961695386  |a 962722150  |a 1026465532  |a 1065917475  |a 1259102812 
020 |a 9781783550982  |q (electronic bk.) 
020 |a 1783550988  |q (electronic bk.) 
020 |a 1306704553  |q (electronic bk.) 
020 |a 9781306704557  |q (electronic bk.) 
020 |a 178355097X 
020 |a 9781783550975 
020 |z 9781783550975 
029 1 |a AU@  |b 000062507557 
029 1 |a AU@  |b 000067113177 
029 1 |a CHNEW  |b 000886663 
029 1 |a CHVBK  |b 374455821 
029 1 |a DEBBG  |b BV042032843 
029 1 |a DEBBG  |b BV043606958 
029 1 |a DEBSZ  |b 414183177 
029 1 |a DEBSZ  |b 484722441 
029 1 |a GBVCP  |b 882840002 
029 1 |a UKMGB  |b 018006675 
035 |a (OCoLC)878920342  |z (OCoLC)880640746  |z (OCoLC)961695386  |z (OCoLC)962722150  |z (OCoLC)1026465532  |z (OCoLC)1065917475  |z (OCoLC)1259102812 
037 |a CL0500000436  |b Safari Books Online 
050 4 |a QA76.625 
072 7 |a COM  |x 060090  |2 bisacsh 
082 0 4 |a 005.46  |2 22 
049 |a UAMI 
100 1 |a Hanjura, Anubhav. 
245 1 0 |a Heroku cloud application development :  |b a comprehensive guide to help you build, deply, and troubleshoot cloud applications seamlessly using Heroku /  |c Anubhav Hanjura. 
260 |a Birmingham :  |b Packt Publishing,  |c 2014. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
490 1 |a Community experience distilled 
500 |a Includes index. 
588 0 |a Print version record. 
520 |a An easy-to-follow, hands-on guide that clearly explains the various components of the Heroku platform and provides step-by-step guidance as well as numerous examples on how to build and troubleshoot robust and scalable production-ready web applications on the Heroku platform. This book is intended for those who want to learn Heroku the right way. Perhaps you are new to Heroku or are someone who has heard about Heroku but have not built anything significant with it. You should have knowledge or familiarity with cloud computing and basic knowledge of database and network deployment. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Hello Heroku; What is cloud computing?; Cloud service models; What is cloud application development?; Key advantages of cloud application development; Introducing Heroku; Walking down the memory lane; An overview of Heroku's architecture; Process management; Logging; HTTP routing; Heroku interfaces; The Heroku feature set; Let's play Heroku; Getting ready for the ride -- the prerequisites; Signing up; Installing the Heroku toolbelt; Logging in and generating a new SSH key 
505 8 |a Test driving HerokuSummary; Chapter 2: Inside Heroku; The Heroku platform stack; The Celadon Cedar stack; Request routing in Heroku; The execution environment -- dynos and the dyno manifold; Heroku's logging infrastructure -- the Logplex system; The Heroku add-on architecture; Programmatically consuming Heroku services; The Heroku Platform API; Security; Schema; Data; Accessing the API; API clients; Calling the API; Response; Limits on API calls; The Heroku process architecture; Procfile; Declaring process types; The Procfile format; A sample Procfile; Adding Procfile to Heroku 
505 8 |a Running applications locallySetting local environment variables; Process formation; Process scaling; Stopping a process type; Checking on your processes; Process logs; Running a one-off process; Running anything; Summary; Chapter 3: Building Heroku Applications; Heroku's guiding influence -- the Twelve-Factor App methodology; A codebase is always versioned and it can have multiple deploys; Declare and isolate dependencies explicitly (always); Configuration should be stored in the environment; Backend services should be treated as attached (loosely-coupled) resources 
505 8 |a Strict separation of the build, release, and run stages of an appAn app in execution is a process or many processes; Services should be exported through port binding; An app should scale out through its process model; Faster startup and graceful shutdown is the way to app agility and scalability; Development and production (and everything in between) should be as similar as possible; The app should just log the event not manage it; App's administrative or management task should be run as a one-off process; Creating a Heroku application; Configuring your Heroku application 
505 8 |a The Heroku application configuration APIExamples of using application configuration; The persistence of configuration variables; Accessing configuration variables at runtime; Limits on configuration data; Using the Heroku config plugin; Introducing buildpacks; Using a custom buildpack; Specifying a custom buildpack at the app creation stage; Third-party buildpacks; The buildpack API; Components of a buildpack API; The bin/detect script; The bin/compile script; The bin/release script; Writing a buildpack; The slug compiler; Optimizing the slug; Size limits; Summary 
546 |a English. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Internet programming. 
650 0 |a Cloud computing. 
650 6 |a Programmation Internet. 
650 6 |a Infonuagique. 
650 7 |a COMPUTERS  |x Internet  |x Application Development.  |2 bisacsh 
650 7 |a Cloud computing  |2 fast 
650 7 |a Internet programming  |2 fast 
758 |i has work:  |a Heroku cloud application development (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCXJ4MfcwbwYmgRhRCrPBWC  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |a Hanjura, Anubhav.  |t Heroku Cloud Application Development.  |d Packt Publishing 2014  |z 1306704553 
830 0 |a Community experience distilled. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781783550975/?ar  |z Texto completo 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=1581057  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26411598 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1581057 
938 |a ebrary  |b EBRY  |n ebr10865431 
938 |a EBSCOhost  |b EBSC  |n 769280 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis28268104 
938 |a YBP Library Services  |b YANK  |n 11804558 
994 |a 92  |b IZTAP