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

Add option to submit to Postgres #1

Open
breadlysm opened this issue May 26, 2020 · 0 comments
Open

Add option to submit to Postgres #1

breadlysm opened this issue May 26, 2020 · 0 comments
Labels
enhancement New feature or request postgres

Comments

@breadlysm
Copy link
Owner

Is your feature request related to a problem? Please describe.
Limitation of Influx

Describe the solution you'd like
Within the varken.ini, the option should be available to use postgres or Influx. The option to use both should be considered a possibility.

Additional context
What I really want is the ability to splice the data into hourly buckets. What I want is 30 days of data that does not care about the data and aggregates only into quarter-hours. A true avg of when the server is used most. With Influxdb, detaching the date or rewriting the date doesn't appear possible. In postgres, I can take the times of the last 30 days and attach them to a now()::date to form a timestamp that is shows all 30 days of data and 'tricks' the time series into thinking it's today.

@breadlysm breadlysm added enhancement New feature or request postgres labels May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request postgres
Projects
None yet
Development

No branches or pull requests

1 participant