Software Development for a Cloud Computing: IaaS, PaaS, SaaS, DaaS, AWS, Azure, Cloud Foundry, Heroku
 
Tag: <span>database</span>

Using Amazon DynamoDB

Amazon presents its DynamoDB as a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. It is designed to address the core problems of database management, performance, scalability, and reliability. Grig Gheorghiu has written two blog posts where he shares his experience starting to use …

JPA Applications in the Cloud Era

Clouds are an interesting deployment platform, but managing state in dynamically scalable environments is not an easy task. There are many different NoSQL solutions with strong differences in performance, capabilities, reliability, isolation and ease of use. This video presents briefly the different NoSQL solutions and shows where Hibernate OGM fits …