Relative Content

Tag Archive for cloud

Network computation

I’m pretty sure that someone has already thought about it and researched it extensively, but I’m having trouble finding any materials or even keywords to look for, for the idea that I was thinking about recently.

Open Source Cloud Computing

Recently I realized that the most popular social platforms on the net are in the hand of just a few companies, Google, Twitter, Facebook, to name just a few. Taking into account the world changing power of these frameworks I am looking for a non-profit, democratic alternatives to these sites. (Mozilla is a non-profit project, however it could not thrive without the backing of Google.)

A multi tenant data architecture

We are at a planning & redesign stage of our loyalty card application. As it is understood it will be a multi-tenant application. And I need to take your thoughts. Here are the some key points we should take in to account to redesign logical and physical data structure:

How to be robust against webservice downtime caused by third parties

I’m using iPage as my cloud based server provider. I haven’t had any problems with them yet. They hold the scripts for my RESTful services for the mobile app I’m developing. My problem however is that tonight the service went down. I got a “This is a 500” error.

How to deploy long lived services?

I come from the serverless space where the assumption is that the service will be spun up “on demand”. Or the data pipeline space were work is scheduled.