@Renzo, what do you mean, when you said take a look at www.appscale.com

I know AppScale I even was able to run in in a single virtual machine on my
laptop :-)

Can you elaborate your post if there's something you want me to understand?


On Thu, May 16, 2013 at 5:33 AM, Renzo Nuccitelli <[email protected]> wrote:

>  Take a look at www.*appscale*.com.
>
>
> On Tuesday, May 14, 2013 5:51:52 AM UTC-3, xybrek wrote:
>>
>> Hello, I am currently working on a project that aims to provide
>> S3-compatible object storage API on top of th Google App Engine Platform.
>> The project is a fork of littles3 <https://code.google.com/p/littles3/> from
>> Jesse Peterson; which is the most complete open source S3 server I found
>> for Java.
>>
>> Also, the aim of the project is to provide a Java open implementation of
>> S3
>> (at least most of it, and at least to a usable state) to be able to host
>> your own S3 in GAE cloud, JBoss CapeDwarf or with AppScale.
>>
>> And instead of starting from scratch I started with littles3 which works
>> fine already with Tomcat.
>> However, it does use a File API and other libraries that are not
>> available in the GAE platorm.
>>
>> I named the project 'basket' and is hosted in Gitub: http://bit.ly/YSE3oY
>>
>> *Basket *has 3 modules:
>>
>> *api*
>>
>> Contains the models and the DAO interface
>>
>> *filesystem*
>>
>> Provides concrete implementation of DAO, in the case of littleS3 it was a
>> File based DAO, in case of Basket, I chose to use
>> Mungo <http://bit.ly/13eSDpr> a JSON document datastore api; since it's
>> not possible to save Files with GAE, and GAE Vfs projects seems not active
>> anymore.
>>
>> *web*
>>
>> Is the module that binds it all. It is the actual GAE app which will
>> provide the Restful api to S3 clients.
>>
>> So, if anyone is interested in joining let me know :-)
>>
>>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-appengine/ZqIpVHuYk6g/unsubscribe?hl=en
> .
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to