Skip to main content

Synching the 2.0 web

Advocates of web 2.0 suggest that we can access nearly all of the services we need from web suppliers. We can edit our documents, store our photos or company data, and run our applications. It sounds great - but what happens when the web is unavailable? Over the last few years I have travelled quite a bit and I've often found myself in places with no wifi connectivity - or at least none at a price I'm willing to pay. So I value having a copy of my data on my laptop, so that I can carry on working.

I've put forward this argument at a couple of events recently. At an excellent session on Web 2.0 and science at the UK e-Science All Hands Meeting, the response was that 3G coverage will soon be sufficient to give us access almost everywhere. The next generation will take it for granted, the way they take GSM talk coverage for granted already. I have to admit that this scenario seems quite likely, although of course there are still places that don't even have talk coverage.

Nevertheless, there are still problems. Cloud services are far from 100% reliable, at least as yet. The word from companies using cloud computing for their business is that we should expect failure and deploy applications on multiple providers. I believe we should do the same with our data. In addition to guarding against technical failures, it would protect us from vendors who go out of business or close down a service. It would would also prevent vendors from taking advantage of "lock-in" to increase their prices.

So, we need systems that can replicate data from one data store to another. Fortunately, we know how to do this, whether via Grid or via P2P technologies. Unfortunately, we seem no nearer achieving standards for interoperability, so we will need to build systems that interface to the variety of proprietary systems out there.

Ideally, the data should be self-describing, so that two copies can be synchronised by a different application from the one that actually created the copies. I'm put in mind of the apparently simple problem of syncing my calendar between my PDA and my PC. When I migrated my PC calendar to a new application, the next synchronisation created two copies of each event. You'd have thought that the iCalendar format would tag each event with a UUID so that multiple copies could be easily reconciled, but it seems that this doesn't happen. Let's make this a ground rule for storing data in the cloud.

I'll leave the last word to a panellist at the Cloud Computing event in Newcastle. When I explained that I wanted my data on my laptop so that I could work on the plane, he suggested that perhaps I'd be better using the time to read a good book.

Comments

Popular posts from this blog

Project Leadership

When I look back over recent projects that I've been involved in, it seems that one key to making a project successful is having someone on the team who really drives it forward: someone who is invested in the project as a whole and not just their own part in it. We (by which I mean the University's Applications division) have a well-defined project process, with defined roles, required milestones, deployment standards, and so forth.    All these are useful, but if the team doesn't have a leader, it seems a project can lose its way, perhaps not responding to changing circumstances, getting stuck on a technical problem, or not securing a needed resource in time to meet some external constraint. The leader can be any member of the team - it could be a developer, a project manager, or the sponsor, or someone in another role.  A team can include several people who are this committed to the project; it doesn't have to be a single person.   As an example, one of...

Business Model Canvas

A Business Model Canvas is a tool for mapping the core functions and capabilities of an organisation.  Compared to the Core Diagrams that I described in an earlier post , the business model canvas attempts to present more aspects of the business, starting with the value proposition – a statement of what the organisation offers to its users (in the business world, to its customers).  It shows the activities and resources, as Core Diagrams do, but also shows user relationships & channels, and also benefits and costs.  I’m not aware of any universities that have used this tool but you can find examples from elsewhere on the web. We are considering business model canvases as a tool for mapping the strategic capabilities of units at the University of Edinburgh.  Phil Taylor, our EA contractor, sketched an outline of what a business model canvas might begin to look like for HR: This is only intended to be suggestive: the real canvas would need to result from in-de...

"That's not Grid!" - A cautionary tale

I don't usually attempt humour here, but see if you like this... Once upon a time, in the far-off world of Computerland, a great guru arose and declared a vision. "I see a future when all computers will be linked together and people will run their programs without knowing which computers are running them. People do not need to know where their jobs run; they just need the results. I call this Grid Computing!" The people of Computerland were excited by the guru's vision. They went away and worked to make it happen. When they were ready, they returned to the guru and said: "Oh great guru! We have implemented your vision. We can run our programs on whichever processor is free at the time, making sure that all programs can run and making best use of all our processors. No longer does one computer sit idle while another one is overloaded. Your vision is a great success!" "No, no, no!", said the guru, "That's not Grid!" The guru exp...