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

Remove influx #25

Merged
merged 24 commits into from Jan 28, 2017
Merged

Remove influx #25

merged 24 commits into from Jan 28, 2017

Conversation

nicksoto
Copy link
Collaborator

WIP - Remove Influxdb as a dependency

Use Postgresql partitioned tables in lieu of InfluxDb as the metrics data points collector. Influxdb was used originally to solve a problem that is unrealistic here - to handle extremely high volume writes to a logged postgresql table. also, testing influxdb continuous queries proved difficult.
with some adjustments, postgresql is "good enough". fanout is handled by partitioned pg tables with check constraints.

@nicksoto nicksoto merged commit 5e74ce3 into develop Jan 28, 2017
@nicksoto nicksoto deleted the remove-influx branch January 28, 2017 23:18
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

Successfully merging this pull request may close these issues.

None yet

1 participant