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
- Qwen2.5-Coder-32B is an LLM that can code well that runs on my Mac - 12th November 2024
- Visualizing local election results with Datasette, Observable and MapLibre GL - 9th November 2024
- Project: VERDAD - tracking misinformation in radio broadcasts using Gemini 1.5 - 7th November 2024