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

OrionMongoSink #363

Closed
frbattid opened this issue Apr 16, 2015 · 1 comment
Closed

OrionMongoSink #363

frbattid opened this issue Apr 16, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@frbattid
Copy link
Member

OrionMongoSink will be in charge of persisting Orion context data in a historic fashion within a MongoDB deployment.

The way this sink will build the historics will be very similar to the already existent OrionHDFSSink, OrionMySQLSink and OrionCKANSink, i.e. by appending ("to append" has several means, deppending on the final backend) new raw data to the already existent one.

Because raw data is stored, this sinks differentiates from OrionSTHSink (issue #19), which is in charge of updating already exitent data with new notified data since the goal is to offer aggregated measures to the end user. Nevertheless, in the future most probably the usage of the Mongo Aggregation Framework will allow us to generate such aggregated measures based on the stored raw data; in that case the usage of OrionSTHSink becomes deprecated (? --> @gtorodelvalle).

@frbattid frbattid self-assigned this Apr 16, 2015
@frbattid frbattid added this to the release/0.8.0 milestone Apr 16, 2015
@frbattid
Copy link
Member Author

Implemented in PR #366

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant