Cloud Data Center: Analisando a demanda de utilização

The Worldwide Cloud Computing Market

The worldwide cloud computing market grew 28% to $110 billion in revenues in 2015. Synergy Research Group found that public Infrastructure as a Service(IaaS) and Platform as a Service (PaaS) services attained the highest growth rate of 51%, followed by private & hybrid cloud infrastructure services at 45%. The following graphic, figure 1, compares cloud growth by segment and market leaders


In [ ]:
%matplotlib inline
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
plt.style.use('ggplot')

In [ ]:
graph_cloud = pd.read_csv('data/isoc_cicce_use.csv')
graph_cloud.head(10)

In [ ]:


In [ ]: