do you know any service which allows hosting files and uploading and downloading them trough webservices? [closed] - web-services

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I want to create an application that needs to store xml and jpg files. Do you know any service on the internet that allows me to store files(jpg most important) and retrieve the files from the service when I need them?
I'm looking for something like flickr but with the option of manipulating files trough webservices.

You could maybe use Amazon S3: http://aws.amazon.com/s3/
You can use their API to manipulate your files from different environments:
Ruby on rails: http://aws.amazon.com/articles/8621639827664165
.Net http://aws.amazon.com/articles/3051
Etc.

Related

HDFS is for Big Data storage and Azure storage [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
I am using HDFS to store the data files. Want to know is there a way to use Azure storage to be used in the place of HDFS? If so how.
I am using Spark and Python.
Post an answer to end this question. As #Joel Cochran comments, you can use Azure Data Lake Gen2 which is fully HDFS compatible. You can refer to https://learn.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction to start it.

Amazon S3 for images/videos or server [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this question
I notice that a lot of people prefer upload the images and videos in storage services like AWS S3. Those images are such a slider, logo, product's images, random images, etc.
What is the big difference to upload those images in the server or in a services like S3?
Prices? Bandwidth? Access? It is more fast? Scalability?
Thanks
Please read it,
https://www.linkeit.com/blog/what-is-amazon-s3-and-its-benefits
in case if you will use your server for static files you will need maintain
Scalability
Security
Backups ( You need do it reliable and durable )
And many other

List gcp project resource types using api [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
Here I want to retrieve all the resources for a specific project or for the account using an java call (API call) (eg-buckets, storage resources etc)
There is no API call that will give you a list of all resources in a project as the different products use different API endpoints. You can however use the Cloud Asset Inventory to export all asset metadata at a certain point in time into a GCS file.

ADD a existing API without server downtime [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
Can you ADD an existing API without server downtime on wso2 ESB?we want to deploy it onto server without interfering with coming live request?
Yes, it is possible. You can replace the existing API configuration in the deployment folder or the CAPP (If you used capps to deploy the api) and you do not need a server restart to apply changes.

Make my Django app into a rentable service for companies [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I have a webapp running with Django. I would like to make an Enterprise Edition of this website. In exchange for a yearly fee, I would like to allow companies to host the webapp on their own server and benefit from unique features
The problem is that I have no idea how to proceed. How can I execute this, without sending my whole code over to their computer and launching the django app there?
Is there something like generating an .exe that would run the django app without sending my code? How do companies usually proceed to make their tools available on another company's intranet?
well I haven't heard something like that, but what you can do is using a license in your code, there are many types of licenses, from open source to trade secret license, read more about it