high_scalability high_scalability-2011 high_scalability-2011-1144 knowledge-graph by maker-knowledge-mining

1144 high scalability-2011-11-17-Five Misconceptions on Cloud Portability


meta infos for this blog

Source: html

Introduction: The term "cloud portability" is often considered a synonym for "Cloud API portability," which implies a series of misconceptions. If we break away from dogma, we can find that what we really looking for in cloud portability is Application portability between clouds which can be a vastly simpler requirement, as we can achieve application portability without settling on a common Cloud API. In this post i'll be covering five common misconceptions people have WRT to cloud portability. Cloud portability = Cloud API portability . API portability is easy; cloud API portability is not. The main incentive for Cloud Portability is - Avoiding Vendor lock-in .Cloud portability is more about business agility than it is about vendor lock-in. Cloud portability isn’t for startups . Every startup that is expecting rapid growth should re-examine their deployments and plan for cloud portability rather than wait to be forced to make the switch when you are least prepared to do so.


Summary: the most important sentenses genereted by tfidf model

sentIndex sentText sentNum sentScore

1 The term "cloud portability" is often considered a synonym for "Cloud API portability," which implies a series of misconceptions. [sent-1, score-0.117]

2 If we break away from dogma, we can find that what we really looking for in cloud portability is Application portability between clouds which can be a vastly simpler requirement, as we can achieve application portability without settling on a common Cloud API. [sent-2, score-3.317]

3 In this post i'll be covering five common misconceptions people have WRT to cloud portability. [sent-3, score-0.375]

4 API portability is easy; cloud API portability is not. [sent-5, score-1.963]

5 The main incentive for Cloud Portability is - Avoiding Vendor lock-in . [sent-6, score-0.063]

6 Cloud portability is more about business agility than it is about vendor lock-in. [sent-7, score-1.052]

7 Cloud portability isn’t for startups . [sent-8, score-0.915]

8 Every startup that is expecting rapid growth should re-examine their deployments and plan for cloud portability rather than wait to be forced to make the switch when you are least prepared to do so. [sent-9, score-1.483]

9 Cloud portability = Compromising on the least common denominator . [sent-10, score-1.16]

10 Application portability doesn't require compromise on the least common denominator as most of the interaction with the cloud API happens outside of our application code anyway, to handle things like provisioning, setup, installation, scaling, monitoring, etc. [sent-11, score-1.456]

11 The effort for achieving cloud portability far exceed the value . [sent-12, score-1.273]

12 The effort to achieve cloud portability is far less than it used to be, in most cases, making it a greater and more valuable priority (with less investment) than it used to be. [sent-13, score-1.421]


similar blogs computed by tfidf model

tfidf for this blog:

wordName wordTfidf (topN-words)

[('portability', 0.915), ('cloud', 0.133), ('api', 0.091), ('vendor', 0.085), ('common', 0.084), ('denominator', 0.082), ('settling', 0.082), ('least', 0.079), ('misconceptions', 0.077), ('compromising', 0.067), ('effort', 0.066), ('incentive', 0.063), ('achieve', 0.063), ('vastly', 0.061), ('exceed', 0.059), ('expecting', 0.058), ('far', 0.053), ('compromise', 0.053), ('agility', 0.052), ('anyway', 0.048), ('forced', 0.048), ('implies', 0.047), ('achieving', 0.047), ('prepared', 0.046), ('interaction', 0.045), ('provisioning', 0.045), ('investment', 0.044), ('installation', 0.044), ('requirement', 0.044), ('deployments', 0.044), ('covering', 0.044), ('avoiding', 0.042), ('simpler', 0.041), ('less', 0.04), ('priority', 0.04), ('clouds', 0.037), ('five', 0.037), ('break', 0.037), ('valuable', 0.036), ('term', 0.036), ('greater', 0.035), ('considered', 0.034), ('rapid', 0.034), ('application', 0.034), ('switch', 0.033), ('wait', 0.032), ('setup', 0.031), ('outside', 0.031), ('startup', 0.031), ('plan', 0.03)]

similar blogs list:

simIndex simValue blogId blogTitle

same-blog 1 1.0000001 1144 high scalability-2011-11-17-Five Misconceptions on Cloud Portability

Introduction: The term "cloud portability" is often considered a synonym for "Cloud API portability," which implies a series of misconceptions. If we break away from dogma, we can find that what we really looking for in cloud portability is Application portability between clouds which can be a vastly simpler requirement, as we can achieve application portability without settling on a common Cloud API. In this post i'll be covering five common misconceptions people have WRT to cloud portability. Cloud portability = Cloud API portability . API portability is easy; cloud API portability is not. The main incentive for Cloud Portability is - Avoiding Vendor lock-in .Cloud portability is more about business agility than it is about vendor lock-in. Cloud portability isn’t for startups . Every startup that is expecting rapid growth should re-examine their deployments and plan for cloud portability rather than wait to be forced to make the switch when you are least prepared to do so.

2 0.31649879 490 high scalability-2009-01-12-Getting ready for the cloud

Introduction: This presentation illustrates how one can scale EXISTING JEE application and deploy it on Amazon cloud using GigaSpaces as the scale-out application server while: * Not having to re-write your application * Preventing lock-in to specific cloud provider * Enabling seamless portability between your local environment to cloud environment o No code or configuration change is required between the two environments o Develop local - test on the cloud o Built for iterative development

3 0.22341383 355 high scalability-2008-07-21-Eucalyptus - Build Your Own Private EC2 Cloud

Introduction: Update: InfoQ links to a few excellent Eucalyptus updates: Velocity Conference Video by Rich Wolski and a Visualization.com interview Rich Wolski on Eucalyptus: Open Source Cloud Computing . Eucalyptus is generating some excitement on the Cloud Computing group as a potential vendor neutral EC2 compatible cloud platform. Two reasons why Eucalyptus is potentially important: private clouds and cloud portability: Private clouds . Let's say you want a cloud like infrastructure for architectural purposes but you want it to run on your own hardware in your own secure environment. How would you do this today? Hm.... Cloud portability . With the number of cloud offerings increasing how can you maintain some level of vendor neutrality among this "swarm" of different options? Portability is a key capability for cloud customers as the only real power customers have is in where they take their business and the only way you can change suppliers is if there's a ready market of fun

4 0.13973355 927 high scalability-2010-10-26-Marrying memcached and NoSQL

Introduction: Memcached  is one of the most common In-Memory cache implementation.  It was originally developed by  Danga Interactive  for  LiveJournal , but is now used by many other sites as a  side cache  to speed up read mostly operations. It gained popularity in the non-Java world, too, especially since it’s a language-neutral side cache for which few alternatives existed.   As a side-cache, Memcache clients relies on the database as the system of record, The database is still used for write,update and complex query operations.  Since the  memcached specification includes no query operations, memcached is not a database alternative, unlike most of the NoSQL offerings. It also exclude memcache from being a real solution for write scalability. As a result of that many of the heavy sites started to move away from Memcache and replace it with other NoSQL alternatives as noted in a recent highscalability post  MySQL And Memcached: End Of An Era? The transition away from memcached to NoSQL

5 0.10487588 102 high scalability-2007-09-27-Product: Sequoia Database Clustering Technology

Introduction: Sequoia is a transparent middleware solution offering clustering, load balancing and failover services for any database. Sequoia is the continuation of the C-JDBC project. The database is distributed and replicated among several nodes and Sequoia balances the queries among these nodes. Sequoia handles node and network failures with transparent failover. It also provides support for hot recovery, online maintenance operations and online upgrades. Features in a nutshell No modification of existing applications or databases. Operational with any database providing a JDBC driver. High availability provided by advanced RAIDb technology. Transparent failover and recovery capabilities. Performance scalability with unique load balancing and query result caching features. Integrated JMX-based administration and monitoring. 100% Java implementation allowing portability across platforms with a JRE 1.4 or greater. Open source licensed under Apache v2 license. Professi

6 0.1025447 26 high scalability-2007-07-25-Paper: Lightweight Web servers

7 0.087772556 851 high scalability-2010-07-02-Hot Scalability Links for July 2, 2010

8 0.063567072 445 high scalability-2008-11-14-Useful Cloud Computing Blogs

9 0.061055478 918 high scalability-2010-10-12-The CIO’s Problem: Cloud “Mess” or Cloud “Mash”

10 0.054437939 1564 high scalability-2013-12-13-Stuff The Internet Says On Scalability For December 13th, 2013

11 0.05388502 305 high scalability-2008-04-21-Google App Engine - what about existing applications?

12 0.051270612 750 high scalability-2009-12-16-Building Super Scalable Systems: Blade Runner Meets Autonomic Computing in the Ambient Cloud

13 0.051230572 1355 high scalability-2012-11-05-Gone Fishin': Building Super Scalable Systems: Blade Runner Meets Autonomic Computing In The Ambient Cloud

14 0.047241595 1291 high scalability-2012-07-25-Vertical Scaling Ascendant - How are SSDs Changing Architectures?

15 0.046346787 1240 high scalability-2012-05-07-Startups are Creating a New System of the World for IT

16 0.045851033 538 high scalability-2009-03-16-Are Cloud Based Memory Architectures the Next Big Thing?

17 0.045725625 803 high scalability-2010-04-05-Intercloud: How Will We Scale Across Multiple Clouds?

18 0.045116529 767 high scalability-2010-01-27-Hot Scalability Links for January 28 2010

19 0.044662148 1654 high scalability-2014-06-05-Cloud Architecture Revolution

20 0.044470187 1354 high scalability-2012-11-05-Are we seeing the renaissance of enterprises in the cloud?


similar blogs computed by lsi model

lsi for this blog:

topicId topicWeight

[(0, 0.063), (1, 0.001), (2, 0.033), (3, 0.038), (4, -0.037), (5, -0.032), (6, 0.004), (7, -0.054), (8, 0.012), (9, -0.01), (10, -0.006), (11, 0.03), (12, -0.014), (13, 0.02), (14, -0.031), (15, -0.035), (16, 0.003), (17, -0.022), (18, 0.003), (19, -0.027), (20, -0.034), (21, 0.006), (22, 0.003), (23, 0.033), (24, 0.031), (25, 0.024), (26, 0.01), (27, 0.006), (28, 0.003), (29, 0.015), (30, 0.014), (31, -0.021), (32, -0.03), (33, -0.023), (34, 0.014), (35, 0.047), (36, -0.057), (37, -0.038), (38, 0.02), (39, -0.01), (40, -0.027), (41, 0.029), (42, -0.011), (43, 0.024), (44, -0.012), (45, -0.042), (46, -0.001), (47, 0.002), (48, 0.003), (49, -0.006)]

similar blogs list:

simIndex simValue blogId blogTitle

same-blog 1 0.95387989 1144 high scalability-2011-11-17-Five Misconceptions on Cloud Portability

Introduction: The term "cloud portability" is often considered a synonym for "Cloud API portability," which implies a series of misconceptions. If we break away from dogma, we can find that what we really looking for in cloud portability is Application portability between clouds which can be a vastly simpler requirement, as we can achieve application portability without settling on a common Cloud API. In this post i'll be covering five common misconceptions people have WRT to cloud portability. Cloud portability = Cloud API portability . API portability is easy; cloud API portability is not. The main incentive for Cloud Portability is - Avoiding Vendor lock-in .Cloud portability is more about business agility than it is about vendor lock-in. Cloud portability isn’t for startups . Every startup that is expecting rapid growth should re-examine their deployments and plan for cloud portability rather than wait to be forced to make the switch when you are least prepared to do so.

2 0.84273708 490 high scalability-2009-01-12-Getting ready for the cloud

Introduction: This presentation illustrates how one can scale EXISTING JEE application and deploy it on Amazon cloud using GigaSpaces as the scale-out application server while: * Not having to re-write your application * Preventing lock-in to specific cloud provider * Enabling seamless portability between your local environment to cloud environment o No code or configuration change is required between the two environments o Develop local - test on the cloud o Built for iterative development

3 0.80107611 918 high scalability-2010-10-12-The CIO’s Problem: Cloud “Mess” or Cloud “Mash”

Introduction: Loved those mainframe days – you only needed one, but then came along the AS400’s and soon you had ten – but wait, you needed client server and SOA, oh sh%# – now I have ten thousand servers and I need to consolidate server and datacenter operations! Is Cloud Computing going to follow the same path? As a technology strategist I have the benefit of frequently speaking with other CIO’s on the topic of Cloud Computing. Often those discussions are in context to how they can leverage SpringCM’ s easy, fast and affordable cloud Enterprise Content Management (ECM) services. But those conversations are done in context to the overall strategy and reality that the modern CIO will use a combination of cloud offerings to solve business problems today. Some of those services will be internally provided (Private Cloud), and many more will be outside the traditional corporate domain, also known as Public Cloud services. What options do I have? In a recent conversation with a CIO represen

4 0.7749303 355 high scalability-2008-07-21-Eucalyptus - Build Your Own Private EC2 Cloud

Introduction: Update: InfoQ links to a few excellent Eucalyptus updates: Velocity Conference Video by Rich Wolski and a Visualization.com interview Rich Wolski on Eucalyptus: Open Source Cloud Computing . Eucalyptus is generating some excitement on the Cloud Computing group as a potential vendor neutral EC2 compatible cloud platform. Two reasons why Eucalyptus is potentially important: private clouds and cloud portability: Private clouds . Let's say you want a cloud like infrastructure for architectural purposes but you want it to run on your own hardware in your own secure environment. How would you do this today? Hm.... Cloud portability . With the number of cloud offerings increasing how can you maintain some level of vendor neutrality among this "swarm" of different options? Portability is a key capability for cloud customers as the only real power customers have is in where they take their business and the only way you can change suppliers is if there's a ready market of fun

5 0.75984073 305 high scalability-2008-04-21-Google App Engine - what about existing applications?

Introduction: Recently, Google announced Google App Engine, another announcement in the rapidly growing world of cloud computing. This brings up some very serious questions: 1. If we want to take advantage of one of the clouds, are we doomed to be locked-in for life? 2. Must we re-write our existing applications to use the cloud? 3. Do we need to learn a brand new technology or language for the cloud? This post presents a pattern that will enable us to abstract our application code from the underlying cloud provider infrastructure. This will enable us to easily migrate our EXISTING applications to cloud based environment thus avoiding the need for a complete re-write.

6 0.75608963 1354 high scalability-2012-11-05-Are we seeing the renaissance of enterprises in the cloud?

7 0.75247216 1264 high scalability-2012-06-15-Cloud Bursting between AWS and Rackspace

8 0.74012536 713 high scalability-2009-10-01-Private Data Cloud: 'Do It Yourself' with Eucalyptus

9 0.72852278 536 high scalability-2009-03-12-Product: Building Next-generation Collaborative cloud-ready applications with Optimus Cloud™

10 0.71628076 567 high scalability-2009-04-14-Challanges for Developing Enterprise Application on the Cloud

11 0.70210105 531 high scalability-2009-03-11-Classifying XTP systems and how cloud changes which type startups will use

12 0.69952768 1002 high scalability-2011-03-09-Productivity vs. Control tradeoffs in PaaS

13 0.6951074 1575 high scalability-2014-01-08-Under Snowden's Light Software Architecture Choices Become Murky

14 0.69345331 1212 high scalability-2012-03-21-The Conspecific Hybrid Cloud

15 0.69281131 524 high scalability-2009-03-04-Its time for auto scaling – avoid peak load provisioning for web applications

16 0.68276554 444 high scalability-2008-11-14-Private-Public Cloud

17 0.67582703 888 high scalability-2010-08-27-OpenStack - The Answer to: How do We Compete with Amazon?

18 0.67259544 1309 high scalability-2012-08-22-Cloud Deployment: It’s All About Cloud Automation

19 0.66830325 803 high scalability-2010-04-05-Intercloud: How Will We Scale Across Multiple Clouds?

20 0.66292846 388 high scalability-2008-09-23-Event: CloudCamp Silicon Valley Unconference on 30th September


similar blogs computed by lda model

lda for this blog:

topicId topicWeight

[(1, 0.095), (2, 0.181), (10, 0.108), (57, 0.288), (61, 0.05), (79, 0.044), (94, 0.048)]

similar blogs list:

simIndex simValue blogId blogTitle

1 0.89099765 159 high scalability-2007-11-18-Reverse Proxy

Introduction: Hi, I saw an year ago that Netapp sold netcache to blu-coat, my site is a heavy NetCache user and we cached 83% of our site. We tested with Blue-coat and F5 WA and we are not getting same performce as NetCache. Any of you guys have the same issue? or somebody knows another product can handle much traffic? Thanks Rodrigo

same-blog 2 0.8545804 1144 high scalability-2011-11-17-Five Misconceptions on Cloud Portability

Introduction: The term "cloud portability" is often considered a synonym for "Cloud API portability," which implies a series of misconceptions. If we break away from dogma, we can find that what we really looking for in cloud portability is Application portability between clouds which can be a vastly simpler requirement, as we can achieve application portability without settling on a common Cloud API. In this post i'll be covering five common misconceptions people have WRT to cloud portability. Cloud portability = Cloud API portability . API portability is easy; cloud API portability is not. The main incentive for Cloud Portability is - Avoiding Vendor lock-in .Cloud portability is more about business agility than it is about vendor lock-in. Cloud portability isn’t for startups . Every startup that is expecting rapid growth should re-examine their deployments and plan for cloud portability rather than wait to be forced to make the switch when you are least prepared to do so.

3 0.83331847 968 high scalability-2011-01-04-Map-Reduce With Ruby Using Hadoop

Introduction: A demonstration, with repeatable steps, of how to quickly fire-up a Hadoop cluster on Amazon EC2, load data onto the HDFS (Hadoop Distributed File-System), write map-reduce scripts in Ruby and use them to run a map-reduce job on your Hadoop cluster. You will not need to ssh into the cluster, as all tasks are run from your local machine. Below I am using my MacBook Pro as my local machine, but the steps I have provided should be reproducible on other platforms running bash and Java. Fire-Up Your Hadoop Cluster I choose the Cloudera distribution of Hadoop which is still 100% Apache licensed, but has some additional benefits. One of these benefits is that it is released by Doug Cutting , who started Hadoop and drove it’s development at Yahoo! He also started Lucene , which is another of my favourite Apache Projects, so I have good faith that he knows what he is doing. Another benefit, as you will see, is that it is simple to fire-up a Hadoop cluster. I am going to use C

4 0.79056871 433 high scalability-2008-10-29-CTL - Distributed Control Dispatching Framework

Introduction: CTL is a flexible distributed control dispatching framework that enables you to break management processes into reusable control modules and execute them in distributed fashion over the network . From their website: CTL is a flexible distributed control dispatching framework that enables you to break management processes into reusable control modules and execute them in distributed fashion over the network. What does CTL do? CTL helps you leverage your current scripts and tools to easily automate any kind of distributed systems management or application provisioning task. Its good for simplifiying large-scale scripting efforts or as another tool in your toolbox that helps you speed through your daily mix of ad-hoc administration tasks. What are CTL's features? CTL has many features, but the general highlights are: * Execute sophisticated procedures in distributed environments - Aren't you tired of writing and then endlessly modifying scripts that loop over nodes and invoke remot

5 0.76611143 1138 high scalability-2011-11-07-10 Core Architecture Pattern Variations for Achieving Scalability

Introduction: Srinath Perera has put together a strong list of architecture patterns based on three meta patterns:  distribution, caching, and asynchronous processing. He contends these three are the primal patterns and the following patterns are but different combinations: LB (Load Balancers) + Shared nothing Units . Units that do not share anything with each other fronted with a load balancer that routes incoming messages to a unit based on some criteria. LB + Stateless Nodes + Scalable Storage . Several stateless nodes talking to a scalable storage, and a load balancer distributes load among the nodes. Peer to Peer Architectures (Distributed Hash Table (DHT) and Content Addressable Networks (CAN)) . Algorithm for scaling up logarithmically. Distributed Queues . Queue implementation (FIFO delivery) implemented as a network service. Publish/Subscribe Paradigm . Network publish subscribe brokers that route messages to each other. Gossip and Nature-inspired Architectures . Each

6 0.76424253 731 high scalability-2009-10-28-Need for change in your IT infrastructure

7 0.76411349 1211 high scalability-2012-03-19-LinkedIn: Creating a Low Latency Change Data Capture System with Databus

8 0.74578542 807 high scalability-2010-04-09-Vagrant - Build and Deploy Virtualized Development Environments Using Ruby

9 0.72540712 553 high scalability-2009-04-03-Collectl interface to Ganglia - any interest?

10 0.71354967 6 high scalability-2007-07-11-Friendster Architecture

11 0.6999163 218 high scalability-2008-01-17-Moving old to new. Do not be afraid of the re-write -- but take some help

12 0.69358492 855 high scalability-2010-07-11-So, Why is Twitter Really Not Using Cassandra to Store Tweets?

13 0.6692434 232 high scalability-2008-01-29-When things aren't scalable

14 0.66697508 1003 high scalability-2011-03-14-6 Lessons from Dropbox - One Million Files Saved Every 15 minutes

15 0.66644669 351 high scalability-2008-07-16-The Mother of All Database Normalization Debates on Coding Horror

16 0.63933069 1331 high scalability-2012-10-02-An Epic TripAdvisor Update: Why Not Run on the Cloud? The Grand Experiment.

17 0.63916039 1507 high scalability-2013-08-26-Reddit: Lessons Learned from Mistakes Made Scaling to 1 Billion Pageviews a Month

18 0.63812953 1385 high scalability-2013-01-11-Stuff The Internet Says On Scalability For January 11, 2013

19 0.6374023 1488 high scalability-2013-07-08-The Architecture Twitter Uses to Deal with 150M Active Users, 300K QPS, a 22 MB-S Firehose, and Send Tweets in Under 5 Seconds

20 0.63345176 1585 high scalability-2014-01-24-Stuff The Internet Says On Scalability For January 24th, 2014