Alerting is an important part in monitoring system. The well-known open-source monitoring systems like ganglia, nagios, zabbix cannot fit the requirements of flexibility I want to have on alerting module.
Continue reading
NoSQL Document DB like MongoDB provides flexibility without built in schema, which means you can add any field, array, hash into a JSON document without changing DB schema. Can we get the same flexibility in RDBMS like MySQL Database?
Continue reading