Database Software Development Videos and Tutorials - MySQL, Oracle, SQL Server, NoSQL, MongoDB, PostgreSQL
 
The Simplest Database Possible that Actually Works

The Simplest Database Possible that Actually Works

Contrary to the latest trends, I don’t think there’s anything wrong with SQL or RDMS – they are stable, proven and easy to use. However, they can be expensive or just an overkill for your application. This video demonstrates how surprisingly simple your database backend can really be, without compromising features or performance.

As the term of polyglot programming has been introduced, it makes sense to choose the best and simplest tool for the job. Meet node.js and dirtydb! Dirty is tiny and fast key value store with append-only disk log. This in-process key-value stores for node.js is the ideal data store for applications with less than 1 million records.

Video Producer: TopConf