I think other solutions are better but you can do pub/sub style systems with MongoDB:
http://blog.mongodb.org/post/29495793738/pub-sub-with-mongodb -- Daniel R. <[email protected]> [http://danielr.neophi.com/] On Tue, Oct 9, 2012 at 9:17 PM, Alexey Petrushin <[email protected]> wrote: >> Redis is fine too, and MongoDB is fine. > How to use MongoDB, seems there's no way to take an instant (sort of > instant) feed of events? > > > On Wednesday, October 10, 2012 3:45:33 AM UTC+4, Stewart McKinney wrote: >> >> CouchDB is fine, if you don't like its performance, use CouchBase. >> >> Redis is fine too, and MongoDB is fine. IMHO Couch is easiest, and its not >> hard to migrate from Couch to Mongo/Redis if you are still prototyping and >> prepping for scale. >> >> Just don't use SQL to store a chat log. >> >> Content = noSQL >> Numbers = SQL >> >> .02 >> >> On Tue, Oct 9, 2012 at 5:00 PM, John Fowler <[email protected]> wrote: >>> >>> In case it matters, if you're looking for a client-side relational >>> database engine, SequelSphere may be something to look at. It is an >>> HTML5/JavaScript relational database that has full support of SQL and >>> provides the ability to store data in localStorage or other manners. >>> >>> Hope this helps, >>> >>> john... >>> >>> >>> -- >>> Job Board: http://jobs.nodejs.org/ >>> Posting guidelines: >>> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines >>> You received this message because you are subscribed to the Google >>> Groups "nodejs" group. >>> To post to this group, send email to [email protected] >>> >>> To unsubscribe from this group, send email to >>> [email protected] >>> >>> For more options, visit this group at >>> http://groups.google.com/group/nodejs?hl=en?hl=en >> >> > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
