Posts tagged as PostgreSQL
In the first part of the blog post series about “How to build a PostgreSQL Cloud Foundry service” we talked about the design goals and the design decision that had to be made. Now we are going to have a look on the automation technology (BOSH) we have chosen and the requirements which led to… Read more »
In this first part of a blog posts series I want to guide you through the journey of building a production grade PostgreSQL Cloud Foundry service. The goal of the blog post is to share experience collected in the anynines team from years of building production grade backing services. PostgreSQL in particular is a good… Read more »
When talking about databases, most people think of relational databases in a form of tables. There are some popular relational databases like MySQL, SQLite and PostgreSQL. The last one is an open-source Relational Database Management System, which has more than 15 years of development and one of the most advanced RDBMS. Its SQL implementation strongly… Read more »