Database in the cloud? [closed] - database

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Some of my recent clients are asking for remote connections to the office server, for standalone work, etc, in winForm applications.
Since the concept of the web is remote connection to a server both of data and resources, it should be possible to place both of this in cloud and have the winForm apps connect to it as if web Apps.
As any one tested this, is working like this?
Is it fast enough?
Is it secure?
What is the best cloud host for this type of work ?
Also what DB engines support this ?

Some of my friends have used MongoHQ with greate success.

Also Xeround is a cloud-hosted database. It is compatible with MySQL. I have used it before, but never for a winForm application.

Related

Can I store my database online and access it through php for free? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I have a website designed in my laptop, php and javascript have been used. Installed Xampp and database is built in mysql it is accessed through php in my website. So, inorder to access this website I have to switch on my laptop. Can I take this entire system online. If yes, are there any free online hosting of database. Database only consists of text, No media.
Thank you,
sailesh
Amazon web services offer 12 months of free tire. Give it a try.

Any self-hosted Firebase alternatives? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I just recently discovered Firebase, and watched a video of how Firebase can complement AngularJS application. I was super excited, right until I realized, that Firebase only available as a hosted service, and as such, is not an option for my employer.
I'd like to ask if anyone is aware of a framework or a library, offering a comparable feature set (i.e. auto-binded madel back-end persistence combined with a real-time push)
Any information would be great.
Found my answer - meteor.js. Has a host of amazing features including realtime data
I recently discovered Deployd. For most use cases, this should work nicely.
Most of my backend-less learning comes from NoBackend
There is also socketcluster: http://socketcluster.io/
It's not a framework - More like a realtime environment. You can run various Node.js frameworks like express on top of it.

What database viewer to use for CouchDB? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I'm pretty new to CouchDB. I have googled without finding a database viewer for CouchDB.
How do you view a CouchDB database without manipulating the raw HTTP messages ?
Ideally, the tool would meet the following requirements :
Cross-platform (Windows or Linux mainly)
Desktop application or Web application
Allow editing of documents, databases etc
There is built-in web application that allows you to manage CouchDB instance -- http://guide.couchdb.org/draft/tour.html#welcome
And your question is very ambiguous. You ask for the web application as option but without "a classic browser" you cannot use it.
In case you don't find Futon very intuitive, please checkout CouchDB Query Explorer. The tool is aimed at providing an intuitive approach to configure & use. Define your own fields & filters. Querying is as simple as selecting one or more filters. For more information please visit here
couchdb

compiler on gae

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 18 hours ago.
Improve this question
I am writing a coding website. I want to provide an option to the
users to compile their c,c++ or java code. Basically I want to host a
compiler in my app. Some google links said that it is not possible to
host an external program on gae. Is there any alternative? Like
connecting to a Linode or linking to amazon ec2 ?? Any pointers would
be great.
Thanks and Regards,
Mahendra Naik
Yes, you cannot run external programs on GAE. I'm not sure what you mean with linking to other providers. You can obviously move the whole site to Amazon or any other IaaS provider, where you don't have any restrictions of use, as with normal computer. I think it would be the easiest.
If you really want to stick with GAE you could obviously host compiler somewhere else and connect there from your GAE application. Probably the simplest would be exposing a simple web service for that. I'm not sure if it would be possible to connect with SSH (with some Java SSH library), because as far as I remember you cannot connect to sockets, just HTTP requests.

The best host server for running a C program? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I have developed automatic speech recognition software with C, and would like to develop a web application using that.
But I have no idea where should be the best host server that I can run it.
I really want to run it on Google App Engine, but as far as I know it allows only Java and Python.
So I would be appreciate if you could recommend decent or popular host servers for this purpose.
Amazon's AWS lets you deploy operating systems of your choice, where you can run programs in programming languages of your choice. Smaller competitors are Google's GCE and Microsoft's Azure.
Maybe you can look at Amazon Web Services:
http://aws.amazon.com/

Resources