Neo4j Database – Part 06 – Creating Our Data Model

In the last blog I discussed the various types of data loading options Neo4j offers. In this blog I will take the Northwind database and convert it to a Neo4j graph database model. Contents Converting an RDBMS Model Data Types Converting Tables that do not participate in Joins Converting One to One/One to Many Joins … More Neo4j Database – Part 06 – Creating Our Data Model

Redis Database – Part 08 – Scalability and High Availability

In the previous blog I discussed transactions. In this blog I want to highlight the scalability and high availability features available in Redis. RDBMS’s are designed to run on big boxes. Scaling is done virtually by throwing more hardware at the server. This is in complete contract to NoSQL databases which are designed to be … More Redis Database – Part 08 – Scalability and High Availability