Thursday, December 16, 2010

Project Log / 2010.12.15


REQUIREMENT:

Scenario : Queriable map of theworld’s mountain peaks

  • By continent, country, state, elevation, etc.


TOOLING:

  • Persistence (RavenDB, CouchDB, SQL Server, Azure)
  • Google maps API / jquery plugins
  • jquery UI
  • knockout.js (MVVM)
  • node.js???
    • ASP.NET MVC3
    • Python?


    STARTUP TASK:

    • cc.net setup
    • RavenDB setup
    • AgileZen
    • Use Cases / Backlog

    SETUP RAVENDB / 01:20 
    • Pretty straightforward install choices of cmd line or asp.net service. The latter requires creating a new site and setting the app pool for it to ‘Net 4.0’ and ‘Integrated’. It also needs and ‘AlwaysRunning’ attribute in
    • (C:\Windows\System3\inetsrv\config\applicationHost.config) 


      <add name="RavenApplicationPool" managedRuntimeVersion="v4.0" startMode="AlwaysRunning" />





    PEAK DATA MINING









    PEAK DATA LOADING




    • Download and setup curl in c:\curl for cmdline use / debugging



     




       






    Wednesday, December 15, 2010

    Project Start / 2010.12.15

    Well, here we go on RescueTribe – first iteration’s deliverable will be a database and an MVC3 query page with a pushmarked google map of all the worlds mountain peaks.