1 / 4

Cloud Computing Clase 9 – Tooling

Cloud Computing Clase 9 – Tooling. Miguel Saez @ masaez. Johnny Halife @ johnnyhalife. Matias Woloski @ woloski. AppHarbor. PaaS - ASP.NET + ecosistema , similar a Heroku Integracion con Git (push == deploy) No worker roles No VM, shared Free accounts m yapp.apphb.com.

jaxon
Download Presentation

Cloud Computing Clase 9 – Tooling

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Cloud ComputingClase 9 – Tooling Miguel Saez @masaez Johnny Halife @johnnyhalife Matias Woloski@woloski

  2. AppHarbor • PaaS - ASP.NET + ecosistema, similar a Heroku • Integracion con Git (push == deploy) • No worker roles • No VM, shared • Free accounts • myapp.apphb.com

  3. NuGet Packages • <package id="EFCodeFirst.CreateTablesOnly" version="1.0.2" /> • Si usamos SQL Server con Entity Framework Code First en AppHarborestepaqueteevitaraque se trate de crear la base de datos de cero y en lugar de eso, se crean solo lastablas • <package id="WindowsAzure.ELMAH.Tables" version="1.0.0.0" /> • Depende de: <package id="elmah" version="1.2.0.1" /> • Depende de: <package id="elmah.corelibrary" version="1.2" /> • Este NuGetva a logearcualquier error en Azure Tables y podemosver los erroresbrowseando /elmah.axd • <package id="mongocsharpdriver" version="1.3" /> • Para usar mongo • <package id="WebBackgrounder" version="0.0.1.5" /> • Para “simular” workers

  4. Demo • File -> New MVC3 project • Deploy • Agregar Mongo, cronometrartiempo insert y fetch • Agregar SQL Server, cronometrartiempo insert y fetch • Agregar Azure Blob y Table Storage, cronometrartiempo insert y fetch

More Related