How To Configure PostgreSQL On Mac

Our featured tutorial for today comes from Ruby on Rails developer Gavin Morgan via Natasha Murashev’s blog “Natasha the Robot.” In this tutorial, you’ll learn how to download and configure PostgreSQL with your Rails application on a Mac platform. Simply follow the instructions below: Visit postgresapp.com & download the app. Install & run the app. [...]

Continue Reading →

Opensource Map-based CouchDB Chat For Your Site

MapChat is an opens ource Map-based CouchDB Chat that allow us to chat with friends and discuss events on a map. There’re two choices for installation: Incoming search terms for the article: webmail couchdb chat git couchdb chat mpa chat comment friend node js mapchat mapchat node js mapchat node mapchat me/ clone mapchat me [...]

Continue Reading →

Redis - Open Source Advanced key-value Store (NoSQL)

Redis is an open source, advanced key-value store. This is often referred to as server data structure because the key can contain strings, hashes, lists, sets and set sorted. You can perform atomic operations on this type, such as adding to a string, incrementing the value in the hash; encouraged to list; computing set intersection, [...]

Continue Reading →

mongoDB - Scalable Document Oriented Database

MongoDB (from “humongous”) is a scalable, high-performance, open source, document-oriented database written in C++. MongoDB bridges the gap between key-value stores (which are fast and highly scalable) and traditional RDBMS systems (which provide rich queries and deep functionality). Incoming search terms for the article: mongodb scalable document oriented database mongo ide ide for mongodb mongodb [...]

Continue Reading →