evolving the architecture of guardian co uk
play

Evolving the architecture of guardian.co.uk Mat Wall Lead - PowerPoint PPT Presentation

Evolving the architecture of guardian.co.uk Mat Wall Lead software architect History 1821 - Manchester Guardian released 1936 - Scott Trust formed: No proprietor Unique in British newspapers to this day 1959 - The Guardian goes national


  1. Evolving the architecture of guardian.co.uk Mat Wall Lead software architect

  2. History

  3. 1821 - Manchester Guardian released

  4. 1936 - Scott Trust formed: No proprietor Unique in British newspapers to this day

  5. 1959 - The Guardian goes national

  6. 1959 - The Guardian goes national 2004 - “Berliner” redesign

  7. Digital History

  8. 1995 - web site launch Simple portal Experimental project

  9. 2006 - Europe’s largest online newspaper site. Reach of web far greater than national paper. 18M unique users, many international

  10. “The international audience for guardian.co.uk has brought a new goal within reach: for The Guardian to become the world’s leading liberal voice” GMG Scott Trust website

  11. “ The Guardian to become the world’s leading liberal voice” Outgrown our web platform New platform required

  12. 18 month build time 30M unique users 250M page impressions per month

  13. Beginning the R2 project What are we getting into? Intense 18 month agile build 4 development teams to manage >2M pages to migrate Lots of new functionality to develop

  14. R2 project approach Develop new system in parallel Zero downtime Migrate section by section to new system Architect system as we go along

  15. R1 Apache layer user requests community Custom apache module allows per-URL backend selection news Provides manageable migration R1 R2 ? business money sport migration environment science technology etc travel

  16. R1 Apache layer user requests community news R1 R2 ? business money sport migration environment science technology etc travel

  17. R1 Apache layer user requests community news R1 R2 business money migration sport environment science technology etc travel

  18. R1 Apache layer user requests community R1 R2 news migration business environment science money technology etc sport travel

  19. R1 Apache layer user requests R1 R2 business money sport community migration environment science news technology etc travel

  20. R1 Apache layer user requests news R1 R2 business money sport migration environment science technology etc community travel

  21. R1 Apache layer user requests community news R1 R2 business money sport environment science technology etc travel

  22. R1 Apache layer user requests community news R1 R2 business money sport environment science technology etc travel

  23. R2 architecture Start simple Impossible to predict final architecture Take an agile “Just in time” approach Learn from each release

  24. Travel site build Apache layer user requests Why Travel? community Only 14K articles to migrate Relatively low traffic news Manageable performance R1 R2 Test our information architecture business money migration sport environment science technology etc travel

  25. Application architecture Caucho resin Java 6 build Spring Controller (Spring MVC) Simple stateless app Velocity 1.5 EHCache Domain model Repositories Only needs to scale EHCache to14K articles Hibernate

  26. System architecture Apache Apache Apache R2 frontend Search R2 feeds Oracle R2 CMS

  27. Co-location Apache Apache Apache Apache R2 frontend R2 frontend R2 frontend R2 frontend standby CMS standby feeds standby Oracle MANCHESTER LONDON

  28. Co-location Apache Apache Apache Apache R2 frontend Search Search R2 frontend R2 frontend Search Search R2 frontend Unreliable database standby But: Only 14K articles. Cache fits in RAM! CMS standby feeds standby Oracle MANCHESTER LONDON

  29. Keyword Article Video Contributor Audio Series Tags Content Gallery Publication Cartoon Tone

  30. “Simple sites” Apache layer user requests What are “simple sites”? Sites with similar functionality to travel site community Content migration: 100K+ articles R1 R2 Front page of site news migration business environment science money technology etc sport travel

  31. “Simple sites” Apache layer user requests Performance tests indicate we should scale out application layer community 2 x app servers R1 R2 news migration business environment science money technology etc sport travel

  32. “Simple sites” Apache layer user requests Cache will longer fit in RAM: Site stability at risk We are in a WAN! ££££ to fix. community Site front page included in this release R1 R2 news I want to sleep at night migration business environment science money technology etc sport travel

  33. Emergency mode Apache Apache Apache Apache NFS Gracefully degrade in the event of an outage R2 frontend Handle clean releases Fall back to flat files for a short time R2 feeds Graceful (and cheap) Oracle R2 CMS

  34. Emergency mode Apache Apache Apache Apache NFS Store on NFS R2 frontend Get HTML Content available on site R2 feeds Oracle Poll queue R2 CMS Publish content

  35. Emergency mode Apache Apache Apache Apache NFS Store HTML on NFS disc Store on NFS R2 frontend Schedule refresh in queue: Get HTML Modified pages pressed in <2 minutes Unedited pages should be no more that 2 weeks old Content available on site R2 feeds When database down serve from NFS Graceful degredation in user experience Oracle Poll queue Fixed issue “Just in time” ie: before seen in production R2 CMS Publish content

  36. “Complex sites” Apache layer user requests What are “Complex Sites”? Sites with third party interactions. Complex feeds. More traffic. R1 R2 business 200K+ articles to migrate. money sport community migration environment science news technology etc travel

  37. “Complex sites” Apache layer user requests 200K + articles Performance tests indicate platform will be able to cope Some Oracle queries need optimising R1 R2 business No scale increase required on app server money sport community migration environment science news technology etc travel

  38. “Complex sites” Apache layer user requests R1 R2 business money sport community migration environment science news technology etc travel

  39. External information

  40. External information Web server Stop using database as integration point Simple change: REST integration with third party server side External Proxy net App server Use proxy server to ensure performance / stability system Third party control caching. Domain model. Used on our Sport site for football / cricket scores. Database

  41. External information Web server External Proxy net App server system Database

  42. R1 Apache layer user requests News site launch news The big one! R1 R2 Will end up with nearly 1M content pages! business money Much traffic sport migration environment science technology etc community travel

  43. R1 Apache layer user requests news R1 R2 business money sport migration environment science technology etc community travel

  44. R1 Scalability predictions Platform team formed. They predict problems with: related content tag pages Both will max out our database How radical will we have to be?

  45. R1 Related content 40% of Oracle load

  46. R1 Related content Difficult to decache

  47. R1 Related content High editorial value component

  48. R1 Related content Get it off the database!!

  49. R1 Solution Use Endeca search engine Index page ID > [tag IDs] Group tag IDs into buckets. Bucket size determined by content volume for tag.

  50. R1 Solution Page B1 B2 B3 B4 B5 B6 B7 B8 ID 123 34,575 632 45 645 124 15 551 389 125 45 4,676 34 Tags with most Tags with least content content

  51. R1 Solution When user requests page: Free text search for tag IDs. Search engine relevance ranks results. Tags with least content get higher relevance. Returns page IDs.

  52. R1 Problem 2: Tag queries

  53. R1 Tag queries Platform team predict problems Queries becoming more expensive as content volume increases. Not scalable.

  54. R1 Tag queries Team have 2 ideas: 1: Cache page fragments on disc. Use Apache SSI. 2: SQL Queries can be sufficiently optimised I am tempted to just pick option 1.

  55. R1 but....

  56. R1 Developers are better than architects

  57. R1 Developers have greater understanding of the real detail of the system innards Don’t dictate to developers Let them innovate Allow them to try both options. (Privately I bet on Option 1, cache page fragments on disc)

  58. R1 Actual solution Independent Oracle consultant (with beard) optimised problem queries in 1 day. Performance tests say we’re good to go for News. Not what I expected!

  59. R1 Beyond News Platform team predicting scalability horizon ahead Caches overflowing Database load increasing Can no longer add app tier servers to scale

  60. R1 Beyond News

  61. R1 Beyond News

  62. R1 Reduce database load by 50% Keep it there

  63. R1 JBOSS cache & memcached 6Gb distributed cache in development now Can scale app tier without killing database Akami reverse proxy to reduce frontend load Required much later than I thought!

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend