Showing posts with label nosql databases. Show all posts
Showing posts with label nosql databases. Show all posts

Monday, November 15, 2010

Comparing and Synchronizing of MySQL Databases from Master to Slave in a Replicated Environment Simplified

Introduction

Legacy systems that were built in a standalone infrastructure mostly suffer architecture design loose-ends in foreseeing effects on a distributed and replicated environment regardless of what technology is used. Systems using the community edition of MySQL as database are good examples of having to encounter mind-boggling challenges in moving to distributed.
In this particular topic, I will be discussing MySQL replication challenges and efficient ways in making sure that a Master (Publisher) is always synchronized with its Slaves (Subscribers) satisfying most of the following,

Wednesday, July 7, 2010

Zend Framework, and Mongo DB - Seamless Integration

I decided to create a Zend Framework compatible PHP class library that can do the following:

1. Easily integrate the PHP drivers to Zend Framework

Thursday, May 20, 2010

Yum Install MongoDb (RPM package) on CentOS/RHEL and Fedora

To all users of MongoDb out there, you're life has been made easier. Mongodb is now distributed as a RPM package and it comes together with a yum repo. Cool huh?

Okay, so before we discuss how it's done, let's add the details to your yum configuration first. If you're using RHEL / CentOS, the repo configurations are usually located at /etc/yum.repos.d.