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

Implement basic InfluxDB client #16

Closed
wants to merge 2 commits into from

Conversation

wcoenraads
Copy link
Contributor

Closes #6. Implements a very simple InfluxDB client using their REST API. It can connect to the database, retrieve a specified timeseries, and return it as a dataframe with two columns (time and value). This client does not (yet) escape any parameters it gets, so it should not be used with untrusted input.

@wcoenraads wcoenraads requested a review from suvayu March 4, 2024 13:36
Copy link

codecov bot commented Mar 4, 2024

Codecov Report

Attention: Patch coverage is 0% with 12 lines in your changes are missing coverage. Please review.

Project coverage is 56.57%. Comparing base (2e1f48e) to head (52fdd32).
Report is 1 commits behind head on main.

Files Patch % Lines
src/influx.jl 0.00% 12 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #16      +/-   ##
==========================================
- Coverage   61.42%   56.57%   -4.85%     
==========================================
  Files           3        4       +1     
  Lines         140      152      +12     
==========================================
  Hits           86       86              
- Misses         54       66      +12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wcoenraads wcoenraads closed this Mar 6, 2024
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.

Minimal read-only InfluxDB client using the REST API in Julia
1 participant