zl程序教程

您现在的位置是:首页 >  数据库

当前栏目

在OpenShift云服务上架构MongoDB应用

2023-03-31 11:06:25 时间

OpenShift 是 RedHat 公司推出的一个Paas服务平台,本文作者是10gen的工程师Nosh Petigara ,他为我们讲述了如何在OpenShift平台上搭建 MongoDB 应用。

主要有如下步骤:

  • Set up your cloud and cluster – 在OpenShift上进行云存储和机器集群的配置
  • Define your application and choose MongoDB as an optional service – 配置你的应用程序并用在存储服务上选择MongoDB
  • Build your application – 完成应用程序的搭建
  • Deploy your application – 完成应用程序的部署

【编辑推荐】

  1. NoSQL数据库对比:MongoDB vs.Cassandra
  2. MongoDB AutoSharding+Replication sets稳定性测试
  3. MongoDB分布式自动分片(Auto-sharding)研究
  4. MongoDB 1000W级数据Insert和Query性能测试
  5. MongoDB基于Java、PHP的一般操作和用户安全设置