agoragames / kairos

Python module for time series data in Redis and Mongo
BSD 3-Clause "New" or "Revised" License
207 stars 38 forks source link

Where is the collection that stores the mongodb data? #37

Closed cosmoharrigan closed 10 years ago

cosmoharrigan commented 10 years ago

I am using this example: https://pypi.python.org/pypi/kairos#mongo with a mongo client that is accessing mongodb on a remote server.

But I don't understand where the data is being persisted. I don't see a new collection being created in mongodb on the remote server. Where is the collection, or how would I cause it to create one?

cosmoharrigan commented 10 years ago

Ok, I got it working. I can see the collection in the kairos database if I pass a client to Timeseries, and I can also pass a custom database to Timeseries. Sorry for the confusion and thanks for providing this module.

awestendorf commented 10 years ago

No problem, thanks for the input.