Continuous Community Learning
Problem Statement and Scope
Novelty of Idea
Relevance and Applications
2) Solution
Technology Layer/Solution
Proof of Concept
3) R&D
R&D Elements in the solution
Meenal,Remya ,Smruti,Neeraj,Bhushan(FC folks)
Comment
Comment by Smruti Pramod Palve on April 6, 2011 at 6:46am Little off-track from the technical discussion going on here but an interesting read. On the lines of what you guys are doing :
http://www.eweek.com/c/a/Data-Storage/Cloud-Storage-Standard-Moving...
Regards,
Shyamal
Comment by Anoop Kunchukuttan on March 28, 2011 at 8:00pm Too many things you seem to be doing, I am getting confused :)
As we talked, here are the 3 tasks you should focus on:
- Be able to connect to Amazon S3 using jets3t API
- Make sure your local cloud installation is working fine
- Download the Eucalyptus source code, and read the paper related to Eucalyptus architecture. For starters, identify the part of the source code related to Walrus.
Comment by Kaushik on March 28, 2011 at 11:07am
Comment by Smruti Pramod Palve on March 28, 2011 at 9:17am i tried s3cmd --configure it has been done.but when i tried to get list of all bucket by it gave error abt config i.e s3cfg.walrus(config file for walrus)
Comment by Smruti Pramod Palve on March 28, 2011 at 8:45am To run an image in the cloud, you must produce a bundled image and upload it in the cloud. Walrus acts as a storage manager: It receives the image from you and stores it as buckets and objects. When you want to access the image from the cloud, Walrus is entrusted with the task of verifying and decrypting images that have been uploaded by users.
When you want to store an image, a separate bucket is created for each user with a unique bucket name. Using S3cmd, create a bucket and bucket name:
$ s3cmd mb s3://my-new-bucket-name
Comment by Smruti Pramod Palve on March 28, 2011 at 8:41am
Comment by Smruti Pramod Palve on March 28, 2011 at 8:39am yes kaushik sir i have seen it.
that code which we were having package problem was the same just it was collection of all code in one program.on coming saturday i will just show it to anoop sir get approval to use it to interact directly with amazon
Comment by Smruti Pramod Palve on March 28, 2011 at 8:31am Pre-requisites: python and python-openssl.
is this a point we are not getting bucket part from s3cmd commands
Comment by Kaushik on March 28, 2011 at 8:30am BTW did you manage to get the jets3t to work ? The code samples at the url below seem to be very easy and i would think they should work. All you need to implement from the sample is connecting to S3 and upload data objects.
http://jets3t.s3.amazonaws.com/toolkit/code-samples.html#connecting
© 2012 Created by Kaushik.
You need to be a member of Peepaal to add comments!
Join Peepaal