Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mongo integration #9

Open
avibryant opened this issue Apr 11, 2013 · 0 comments
Open

Mongo integration #9

avibryant opened this issue Apr 11, 2013 · 0 comments

Comments

@avibryant
Copy link
Owner

Should be able to flush to mongo. For this, might want to be able to parse the monolithic simmer key into multiple fields on the mongo document, and similarly might want to store several aggregations in the same document. So, eg,

sum:country=US|age=30   2
min:country=US|age=30 1

might end up combining with:

{country: "US", age: 30, _sum: 20, _min: 1}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant