博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
dotCloud say PostgreSQL does not scale for High Availability on the dotCloud Platform
阅读量:6212 次
发布时间:2019-06-21

本文共 3340 字,大约阅读时间需要 11 分钟。

dotCloud是cloudControl提供的一个商业PaaS产品. 

About the dotCloud Platform

The dotCloud Platform is a service provided by cloudControl, Inc. The Platform launched in 2011 as the industry’s first multi-language Platform as a Service. The Platform simplifies application development by allowing programmers to focus just on the code for their service while the Platform handles code building, scaling, deployment and load-balancing.

In 2013, recognizing the need for flexible, PaaS-like environments inside enterprises and across clouds,  released much of its PaaS container technology as the . Docker is an open source engine for deploying any application as a lightweight, portable, self-sufficient container that will run virtually anywhere. By delivering on the promise “Build Once…Run Anywhere,” Docker has seen explosive growth, and its impact is being seen across devops, PaaS, and hybrid cloud environments.

The success of the Docker project led the company to change its name from "dotCloud, Inc." to "Docker, Inc." in October 2013 in order to reflect its focus on the new product. Docker, Inc. continues to run the dotCloud Platform, supporting thousands of containers running applications for a wide variety of businesses.

dotCloud (now Docker, Inc.) was founded by Solomon Hykes and Sebastien Pahl, and is venture backed by Benchmark (Peter Fenton), Trinity Ventures (Dan Scholnick), Yahoo! Founder Jerry Yang, Y Combinator, and Ron Conway. For more information, please see 

On August 1, 2014 cloudControl, Inc. acquired the dotCloud PaaS business from Docker, Inc.


他们的核心竞争力如其CEO所述 : 
Our core competency is and will continue to be the operation and support of large-scale cloud services, for tens of millions of visitors, 24 hours a day, every day. We intend to continue expanding that business, and we believe the best way to do that is by embracing open-source.

dotCloud的开源项 : 

So far dotCloud’s open-source toolbox includes:

  • , a communication layer for distributed services;
  • , a routing layer for HTTP and Websockets traffic;
  • , a communication framework for real-time web applications
  • , a runtime for linux containers.
  • Recipes for automatically deploying , ,  and dozens of other software components as cloud services.

All these components are already available, and the open-source community is using them to build alternative implementations of dotCloud’s development sandbox. We want to make that even easier by open-sourcing the remaining proprietary components – including our uploader, build system, database components, application server configuration, and more.

To learn more about future open-source announcements, follow the  and join the .

另外, 目前docCloud平台对PG数据库还没有实施HA, 如果你在使用dotCloud的产品的话, 并且需要依赖数据库的HA, 那么现在最好使用mysql+mongodb来代替pg+postgis.

PostgreSQL and PostGIS

Warning

This service does not scale for High Availability on the dotCloud Platform. Please do not use this service if your application requires High Availability.

Can your application continue to run without this service? If not, then you should choose an alternative, or spend more time planning how your application will handle outages in this service during machine reboots or other interruptions to this service.

Suggested alternatives for High Availability

Use This Instead of This
MySQL or MongoDB PostgreSQL, PostGIS
Elastic Search (custom) Solr

[参考]
1. 
2. 
3. 

转载地址:http://mvcja.baihongyu.com/

你可能感兴趣的文章
VS.NET IDE <Table>使用小技巧
查看>>
电赛菜鸟营培训(四)——STM32F103CB之ADC转换
查看>>
Win8 Metro中文件读写删除与复制操作
查看>>
ZOJ 2320 Cracking' RSA
查看>>
由浅入深探究mysql索引结构原理、性能分析与优化
查看>>
fmplan主页功能设计第一阶段成果
查看>>
Nodejs初阶之express
查看>>
开发版本控制git
查看>>
项目管理学习笔记之五.沟通协调能力I
查看>>
jQuery AutoComplete在AJAX UpdatePanel环境中PostBack之后无法工作
查看>>
Redis学习-Set
查看>>
MySql取得日期(前一天、某一天)
查看>>
WPF 控件库——轮播控件
查看>>
任正非的艰难时刻的启示
查看>>
Jdbc Url 设置allowMultiQueries为true和false时底层处理机制研究
查看>>
浅析新闻推荐及个性化推荐的领域相关性
查看>>
[原]C断言/静态断言
查看>>
Myeclipes快捷键
查看>>
使用 windows media player
查看>>
php数据库操作框架php-activeRecord
查看>>