| Projects on Google Code | Results 1 - 10 of 52 |
== In a nutshell ==
This is a project that lets you get your hands dirty with the schema-less, tuple-space storage system provided by [http://aws.amazon.com/simpledb Amazon SimpleDB]. It is written in PHP, and uses XML for storing the data in SimpleDB's hierarchy. The storage can be accessed by usi...
Implements a parallelized version of the Amazon SimpleDB client. This client utilizes cURL and the curl_multi library to send the requests.
This class requires changes to the original Amazon_SimpleDB_Client class. All of the private classes will need to be made protected. This is so that the Fast...
This action script library supports all of the major simpleDB features such as:
signature version 2 authentication
SQL-like queries
http or https connections
requires the as3crypto lib. found here: http://code.google.com/p/as3crypto/
a brief tutorial illustrating the library's usage can be...
Amazon's PHP code for accessing SimpleDB made my head hurt, and didn't actually seem to simplify the process at all.
So, I've created a simple wrapper class.
-ejh237
just an addition to SimpleDB
SimpleDB/dev provides a local [http://www.amazon.com/b?ie=UTF8&node=342335011 SimpleDB] server, so you can develop offline, *without even currently having a SimpleDB account*.
*Now supports Linux, OS X and Windows >=XP.*
Currently implemented:
* The current [http://docs.amazonwebservices....
* NOTE: This project has moved to github along with the documentation: http://github.com/appoxy/simple_record *
An ActiveRecord interface for SimpleDB that takes care of offsets and padding, etc. Can be used as a drop in replacement for ActiveRecord in rails.
==Getting Started==
1. Install ...
===Another ORM for SimpleDB?===
This is a simple java-based object-relational mapping (ORM) framework, targeting people who used to develop against Hibernate ORM. Knowledge of Hibernate is not required, but will definitely help.
What is wrong with simplejpa? Nothing wrong, it is a great project...
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.
* allow to use some JPA annotations in your model (@Entity, @Table, @Column)
* provide basic operat...
Simple Customer is a well known open source customer management solution (www.simplecustomer.com) that uses MySQL for data storage.
This project takes Simple Customer and modifies it to use Amazon SimpleDB instead.