Collaboration: At the Extremities of Extreme
Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.
The content has been bookmarked!
There was an error bookmarking this content! Please retry.
Posted by Abel Avram on Jun 01, 2010
Google Storage for Developers (GSD) is a new RESTful service providing data storage which is replicated across several data centers located in US. GSD is called “for Developers” because data is transferred and accessed though an API based on regular HTTP commands like GET, POST, PUT, HEAD, and DELETE.
The service is currently in preview phase being offered to a limited number of current Google service developers (sign-up link), each account receiving 100GB of storage and 300GB of bandwidth. Data is stored as objects organized in a flat hierarchy inside buckets. Buckets are also organized in a flat hierarchy inside an account, all buckets sharing one common namespace across GSD. Each account is allowed to create up to 1,000 buckets, and each object can be as large as 100GB, but those numbers are supposed to increase when the preview phase is over.
GSD provides read-after-write consistency which basically means that an object can be accessed - listed, downloaded, or deleted – right after uploading. Also, a deleted object is no longer accessible right after the erasing command. Also, listing commands are eventually consistent from everywhere on the Internet.
GSD supports access control lists (ACL) based sharing. There are various permissions – read, write, full control - assigned to users, and access granularity established at bucket or object level.
Storage management can be performed through the GS Manager, a browser based application offering support for the most actions: creating/deleting buckets, uploading/downloading/deleting objects, managing ACL lists. The application requests one of the following browser versions to run: Google Chrome 5.0, FireFox 3.6, Safari 4.0 or higher. Another tool is GSUtil, an open source command line tool used to perform the same tasks as GS Manager.
GSD is currently not integrated with Google Docs and Google Apps accounts do not work, only regular Google accounts, but that is going to change in the future.
Pricing is set at $0.17/GB/month, higher than that of the similar Amazon S3 pricing which is set at $0.15/GB/month for 11 nines durability and $0.1/GB/month with 99.99 durability. Uploading and accessing are the same at $0.1/GB and $0.01/1000 HTTP requests. Amazon has progressive discounts for storage in excess of 50 TB, 400TB, 500TB and so on. There is no SLA for GDS yet, but Google promises to provide one when the service will be open to all those interested.
Why NoSQL? A primer on Managing the Transition from RDBMS to NoSQL
Complimentary Gartner (Hype Cycle for Cloud Security) Report
Agile Practices to Improve Project Management Organization (PMO) Effectiveness
Fair Trade Software Licensing - A Guide to Neo4j Licensing Options
Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.
Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).
Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.
Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.
One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.
InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.
Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.
John Davies examines Visa’s architecture and shows how enterprises have architected complex integrations incorporating Hadoop, memcached, Ruby on Rails, and others to deliver innovative solutions.
No comments
Watch Thread Reply