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 broken InfluxDB support #9

Merged
merged 1 commit into from
Feb 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove broken InfluxDB support
oherrala committed Feb 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 8f61b6d1662618825ab237d761c412447b25e537
227 changes: 0 additions & 227 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@ members = [
"energiatili-config",
"energiatili-import",
"energiatili-model",
"influxdb-export",
]

[profile.release]
9 changes: 0 additions & 9 deletions energiatili-config/src/lib.rs
Original file line number Diff line number Diff line change
@@ -6,7 +6,6 @@ use serde::{Deserialize, Serialize};
#[derive(Default, Serialize, Deserialize)]
pub struct Config {
pub energiatili: Energiatili,
pub influxdb: InfluxDB,
}

#[derive(Default, Serialize, Deserialize)]
@@ -15,14 +14,6 @@ pub struct Energiatili {
pub password: String,
}

#[derive(Default, Serialize, Deserialize)]
pub struct InfluxDB {
pub url: String,
pub token: String,
pub org: String,
pub bucket: String,
}

impl Config {
pub fn read() -> io::Result<Config> {
let mut config_dir = dirs::config_dir().ok_or_else(|| {
14 changes: 0 additions & 14 deletions influxdb-export/Cargo.toml

This file was deleted.

2 changes: 0 additions & 2 deletions influxdb-export/README.md

This file was deleted.

108 changes: 0 additions & 108 deletions influxdb-export/src/main.rs

This file was deleted.