RESTful DB

Developed a REST API driven microservice around PostgreSQL database. This helped in rapid iterations of schema changes. Even though there were multiple microservices using the database, only this microservice had to be touched in case of schema change. Was able to derive more insights about slow queries and traffic patterns that affects the DataBase in API layer itself. API versioning helped in canary deployment for new schema roll outs.