-
I am trying to evaluate Angular for a meteor app so I can use native Ionic for mobile. The problem is that the mobile app is supposed to connect to an existing Meteor application using DDP.connect.
G…
-
How can i make the transporter to run as a background/daemon mode? right now after run the transporter command, it was quite after that. Here is the logs :
thanhtruong$ ./transporter run --config ./…
-
Hi!
I'm trying to use this library to sync mongodb with elasticsearch but I have a malformed mongo namespace
This is my config.yaml:
``` yaml
nodes:
mongodb:
type: mongo
uri: http://mongodb…
-
Need to add documentation for oplog tailing feature.
-
It would be really cool if we had a few clients available that tailed various DBs' logs and wrote any writes/inserts to a PipelineDB stream for consumption by continuous views. This would make it very…
-
It would be great to add support for [tailing the oplog](http://docs.mongodb.org/manual/tutorial/create-tailable-cursor/) as an alternative to using system profile data.
For a deployment with the opl…
-
This issue is a good place to track concerns found with the `PLUGINS-PREVIEW@1` release.
We've been working hard over the past few months on a number of features for Meteor 1.2. @Slava and I have b…
-
Fringe scenario I've run into. I'm experimenting with mongo's `db.dropDatabase` inside a Meteor package. I would expect the app deal with this operation; the data is gone, and I assume poll-and-diff w…
-
Originally discussed [here](https://groups.google.com/forum/#!topic/meteor-talk/Y547Hh2z39Y).
As our application data and usage has begun to scale we've run into an issue where a large number of Mong…
-
Does this package use Mongo's Bulk.insert()
http://docs.mongodb.org/manual/reference/method/Bulk.insert/#Bulk.insert
or does it loop through and make separate inserts for each doc?
I see CPU hangs wh…