Answer the question
In order to leave comments, you need to log in
Is there a cloud hosting for storing JSON data and querying them in MongoDB style?
The service uses MongoDB to store data. There is a need to create a demo version of the product with test data. You want to store the test data yourself somewhere on a third-party service (preferably free) and request it with regular GET requests. If I understand correctly, Yahoo offers a similar YQL service , but I don’t want to remake all queries to the monge in SQL.
MongoDB hostings like MongoHQ do not want to use, because they have a very slow query execution speed in free use.
In general, if there is a hosting that allows you to store documents in JSON format, perform simple fetch operations with a "normal" speed of query execution, then please share the link.
Answer the question
In order to leave comments, you need to log in
If you don't want Mongohq, install VDS and run Mongo on it yourself. Well, or put a monga on Amazon EC2. In general, if queries are running slowly, maybe they are not optimized?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question