L
L
likejavascript2014-01-21 09:26:04
MongoDB
likejavascript, 2014-01-21 09:26:04

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

2 answer(s)
D
Damir Makhmutov, 2014-01-21
@doodoo

One Two Three

A
Arkady Butermanov, 2014-01-21
@Arkadey

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 question

Ask a Question

731 491 924 answers to any question