开发者

How to retrieve information in a asynchronous manner for push based notifications in MongoDB

We are building a service that finds locations of interest (e.g. cafe's, restaurants, hospitals) within a certain radius of a mobile user. Location specific information is stored in MongoDB, so it would be possible for us to fetch all desired locations within a certain radius.

Assuming our application con开发者_如何学JAVAstantly knows about the user location, is there a mechanism to push appropriate locations of interest to the target mobile device?

  1. Does MongoDB provide any support to perform async operations on a continuous basis or should this be application specific which actually retrieves relevant information from MongoDB and pushes this information to the mobile device.

  2. What kind of push mechanism capabilities are currently available, which can push data in a asynchronous fashion to the mobile device based on his location


I didn't found such thing in MongoDB but you can do using BlazeDS or ActiveMQ connectors.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜