Mobile app version of vmapp.org
Login or Join
Megan663

: Cost of Web Server that hosted and delivered text only We are developing an application that needs a web server to interact with the two (or more) entities involved. They will not ever see

@Megan663

Posted in: #Database

We are developing an application that needs a web server to interact with the two (or more) entities involved. They will not ever see anything on the web, but the server is required for the transfer of data between them. It's sort of a holding point. Now, the only thing the server is going to be holding is textual data. The two entities are going to be doing the work with the data.

I was wondering what the cost of this type of server would be. Since it would be JUST a database with no front end, would it make sense to employ a service through Amazon or Google that just holds data for me to access instead of buying a server and making my own database?

The amount of data can grow very large however it's only text, and all data over a day old will be deleted for the most part every day.

Thanks!

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Megan663

1 Comments

Sorted by latest first Latest Oldest Best

 

@Correia994

Firstly, you need to decide what platform you're going to be running. Microsoft-based platforms will cost more than open source ones.

Amazon/RackspaceCloud would be the best route to go down.

I run a single rackspace cloud server with Apache and MySQL which costs me about a month.

One thing it's worth noting is that if the server isn't going to be interacting with the outside world, just your servers, it's definitely worthwhile using AWS or Rackspace as then you can use their internal network which is (usually) free.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme