NoSQL: On a shared server, what are the alternatives to using SQL?
4th February 2012
My answer to NoSQL: On a shared server, what are the alternatives to using SQL? on Quora
You could probably run Redis on a shared server—it doesn’t need to be installed as root, but it does require a process to run all the time which shared hosts may not allow.
There are a bunch of companies out there that offer hosted NoSQL as a service—https://mongohq.com/ for example. You could talk to those from shared hosting.
Your best bet though would be to upgrade from shared hosting to something more flexible. The bar for building an interesting web app has gone up, and you can get a basic VPS for $10/month—or use a platform like Heroku, ep.io or dotCloud if you don’t want to have to manage your own server.
More recent articles
- Teresa T is name of the whale in Pillar Point Harbor near Half Moon Bay - 8th September 2024
- Calling LLMs from client-side JavaScript, converting PDFs to HTML + weeknotes - 6th September 2024
- Building a tool showing how Gemini Pro can return bounding boxes for objects in images - 26th August 2024