|
Ruby Library for Amazon SimpleDB
Ruby Library for Amazon SimpleDB
Last Modified:
Jan 4, 2010 11:49 AM
|
|
|
Migrating from MySQL to Amazon SimpleDB
Amazon SimpleDB is a web service that provides core database functions like fast, realtime
lookup and querying of structured data. Amazon SimpleDB leverages Amazon’s
cloud infrastructure to offer developers a highly available, scalable, fault-tolerant data
store.
Many developers find Amazon SimpleDB to be a highly effective data storage solution
for building new web applications, since it automatically takes care of the many chores
associated with managing and scaling a database. Developers are not forced to worry
about data modeling (Amazon SimpleDB schemas are flexible), index maintenance and
performance tuning (both are done automatically), or data replication (also done
automatically).
Amazon SimpleDB can be an ideal solution for existing applications as well. Using an
implicitly scalable data storage solution like Amazon SimpleDB can often give new life
to existing applications. By using a cloud-based data storage solution, even monolithic
applications can be refactored–often greatly increasing their scalability, lowering
operating costs and significantly reducing time spent on database administration.
Last Modified:
Nov 4, 2009 9:51 PM
|
|
|
CloudFusion
CloudFusion is a fast, powerful PHP toolkit for building web applications with Amazon Services. The software is very well documented and is under ongoing development.
Last Modified:
Jan 26, 2010 9:16 PM
|
|
|
Cloudfork - library for AWS using Smalltalk
Cloudfork is an open source Smalltalk project that adds support for Cloud Computing technologies to Smalltalk.
Last Modified:
Apr 24, 2009 9:17 AM
|
|
|
SimpleDB Access From Microsoft Visual Studio 2008
This sample (with associated video) shows how to access Amazon SimpleDB via a proxy class from a Microsoft Visual Studio 2008 ASP.NET application. This sample allows you to use the design-time features such as the DataGrid, while simultaneously demonstrating how to incorporate a paging strategy that navigates both directions thru a SimpleDB result set.
Last Modified:
Apr 27, 2009 8:42 AM
|
|
|
AWS Groovy Library by Groovy Clouds
An open source library (AWSDrivers) for AWS written in Groovy. Java and Groovy projects can get started using S3, SQS, and SDB with a simple interface to AWS.
Last Modified:
Apr 14, 2009 9:53 AM
|
|
|
Javascript Scratchpad for Amazon SimpleDB
A simple HTML and Javascript application that allows you to explore the Amazon SimpleDB API without writing any code.
Last Modified:
May 20, 2009 12:39 PM
|
|
|
Super Simple SimpleDB Example using Java and Typica
These examples illustrate using SimpleDB in a step-by-step approach. They should serve as a quick start introduction and tutorial. The goal is for each program to be small and east to understand. Includes a JSP and HTML page to put sample data into YUI Data Table
Last Modified:
Mar 18, 2009 8:52 AM
|
|
|
libsdb: C API Library for Amazon SimpleDB
A library for accessing Amazon SimpleDB from C/C++ programs.
Last Modified:
Mar 18, 2009 8:41 AM
|
|
|
Simple Savant
Simple Savant is an object-persistence framework designed explicitly for Amazon SimpleDB and written in C#. It supports .NET-style parameterized selects; asynchronous operations; lexicographical date and number formats; integrated caching; automatic domain creation and more.
Last Modified:
Jan 28, 2010 9:19 AM
|
|
|
php-sdb
php-sdb is a PHP class providing a simple interface to Amazon SimpleDB.
Last Modified:
Mar 12, 2009 1:49 PM
|
|
|
Portable Bookmarks C# Windows Application using Amazon SimpleDB
A Windows Desktop C# sample application demonstrating the ability to implement portable bookmarks using Amazon SimpleDB.
Last Modified:
Mar 12, 2009 10:56 AM
|
|
|
SimpleDB DAO
This is a DAO support library which provide basic operations for items stored in Simple DB. It used typica project for Simple DB API calls. It allows you to work with SimpleDB in JPA style.
Last Modified:
Mar 16, 2009 3:34 AM
|
|
|
Sample Code for "Building a Product Catalog with Amazon SimpleDB"
A sample Ruby on Rails application that demonstrates how to use Amazon SimpleDB for a product catalog.
Last Modified:
Jan 19, 2009 10:58 AM
|
|
|
SimpleDB Wrapper for iPhone
This sample is a partial wrapper for the SimpleDb API for the iPhone.
Last Modified:
Jan 12, 2009 3:56 PM
|
|