login
Forgot?
Login with Facebook

Don't have an account? Register one now!

Make website use CDN

Bids 
2
Avg Bid
$95 USD
CLOSED
  • Project ID:

    605484
  • Project Type:

    Fixed
  • Budget:

    $30-$250 USD

Project Description:

Hi,
The project is very simple :
Making our website use the App Engine by Google (appengine.google.com)as a Content Delivery Network.
We just don't know how to use python to upload the static files.
If someone can make it for us ?
website: buzzmoica.fr

Thanks

Skills required:

Google App Engine, JavaFX, Python

Project posted by:

buzzmoica France
(9 Reviews)

Last seen:

Public Clarification Board

3 messages

  • clustermaster

    You can either program to upload your files to BigTable, Datastore of GAE (as Blobs, max size = 50mb), or you can make uploading them to your Google Documents Store (max size 100mb). 1st case can have slow performance.
    If you want to store really LARGE files, you can check http://aws.amazon.com/s3/ - Amazon S3 service, and then sync it with your GAE app somewhat.

    over 2 years ago

  • buzzmoica

    Hi Glyph,

    This is for the first option, with python and google connection. The idea is to deliver all the static content hosted on our server, excluding the videos, to large as you know.
    All right?

    over 2 years ago

  • glyph

    Hello buzzmoica,

    how do you plan to use the CDN? I'm thinking of two options here:

    1. You put the file to Appengine and use it almost forever (or update it seldom). This scenario will require a Python on a client computer and the login and the password for the application. If this the case then I'll lower the bid and a timeframe.

    2. You _upload_ a file using a form on a webpage, then serve it. This is will require some coding, but needs no Python and no developer's credentials.

    Did I get it right?

    over 2 years ago


If you are the project creator or one of the bidders, please Log In for more options.


Awarded Bids

glyph Ukraine
glyph
Ukraine From Ukraine     Offline
  General Freelancer Orientation (75%, 81st percentile)
  Foundation EUFreelance.com Member
 Accepted
$40 in 1 day 
0
over 2 years ago
5.0

2.8

5 Reviews
90% Completion Rate
Hello, I'm familiar with Appengine. In order to help you best I need some more information. Please, read pmb.

All Bids ()

clustermaster Russian Federation
clustermaster
Russian Federation From Russian Federation     Offline
  Foundation EUFreelance.com Member
$150 in 3 days 
0
over 2 years ago
0.0

4.0

0 Reviews
100% Completion Rate
Hello! It's not possible to upload static file on gae application after it has been deployed. But there are other possibilities, check PMB ;)