PDBlog

Minimalist PHP and DynamoDB Blogging

PDBlog is a minimalist (currently very minimalist) blogging app built using PHP and DynamoDB.

The only real differentiating feature of PDBlog is that all of the blog data is stored in DynamoDB. Adding/modifying posts does not change any local files at all. You can delete your web server and bring another one up and you'll have not lost one bit of content. Similarly, you could have multiple server instances all pointing at the same DynamoDB table and everything will be perfectly in sync (and perform at scale, because DynamoDB scales very well).

Currently implemented functionality includes:

My near-term plans are to add the following functionality:

Download from GitHub