NoSQL

Scaling Ruby on Rails: Setting Up A Dedicated MySQL Server (part 2) — step-by-step Databases tutorial on Progressive Robot

Scaling Ruby on Rails: Setting Up A Dedicated MySQL Server (part 2)

In this second part of our Scaling-Rails the cloud provider article series, we are going to see how to create a droplet to host the database layer, for application servers to connect-to and work-with. Our aim here is to minimize the chances of letting a Single Point of Failure (SPoF) emerge as a possible culprit of downtime (or loss), by distinctively delegating one single task per server.

Read more
Ubuntu 20.04にMongoDBをインストールする方法 — step-by-step Linux tutorial on Progressive Robot

Ubuntu 20.04にMongoDBをインストールする方法

MongoDBは、最新のWebアプリケーションで一般的に使用されるオープンソースのドキュメントデータベースです。従来のテーブルベースのリレーショナルデータベース構造に依存しないため、NoSQLデータベースとして分類されます。代わりに、動的スキーマを持つJSONのようなドキュメントを使用します。このチュートリアルでは、Ubuntu 20.04サーバーにMongoDBをインストールしてテストし、systemdサービスとして管理する方法を学びます。

Read more
Setting up a Multi-Region Deployment of HarperDB on the cloud provider — step-by-step DevOps tutorial on Progressive Robot

Setting up a Multi-Region Deployment of HarperDB on the cloud provider

URL: https://www.progressiverobot.com/setting-up-a-multi-region-deployment-of-harperdb-on-cloud-provider-6e27b178-a4aa-4986-b475-d7d9423332d5/ HarperDB, a globally distributed data and application platform, is now available on the the cloud provider Marketplace, giving the cloud provider users a fast way to bootstrap HarperDB. HarperDB is unique because it combines a high-performance database, user-built custom applications, and real-time data streaming into a single platform. The technology was built with […]

Read more
CHAT