Does this exists as a cloud service?
Database
- Redis
- Casandr开发者_开发知识库a
- MySQL (RDS, while nice, isn't quite agile enough) (other besides RDS)
- PostgreSQL
Queueing
- RabbitMQ
- Beanstalkd
- Gearman
Full text search
- Thinking Sphinx
The categories of products you are asking about are available in the cloud (DBMS,NOSQL, Queuing). Perhaps not the same implementation though.
Microsoft and Amazon both have queuing and noSQL database solutions in the cloud.
Microsoft has SQL Azure as well, which is a cloud version of SQL Server. This is equivalent to MySql/PostgreSQL in your list.
精彩评论