Databases - charleshross/soarin GitHub Wiki
There may come a time when you may need to persistently store data for your websites (accounts/passwords etc.). We recommend MySQL as the database and Redis as a key => value store for better session handling and fast read/write needs. MongoDB is another popular database using the NoSQL style.
Databases are optional but we highly recommend you implement at least MySQL and Redis.