java - What is involved for storing data in cloud? -


i'm not sure ask please suggest if should move stackexchange site

what technologie(s) sites such www.jsfiddle.net using in order store data in cloud ? ability store code snippet , retrieve later via url. there public generic api available functionality ?

i've researched cloud offerings such https://developers.google.com/appengine/docs/java/googlestorage/ since jsfiddle free doubt using such service ?

via jsfiddle page:

jsfiddle’s hosting kindly provided digitalocean.

there no such thing free lunch: has pay storage. in case, it's paid third party, not jsfiddle developers.

as using store data, it's unclear (though can ask developers: names , websites listed on page), choice 1 of following:

  • run distributed file system on vms rented cloud provider, or
  • use managed solution, such google cloud storage pointed to, api

either way, incur costs.


Comments

Popular posts from this blog

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -