tsdb_timon 1.0.2

Efficient local storage and Amazon S3-compatible data synchronization for time-series data, leveraging Parquet for storage and DataFusion for querying, all wrapped in a simple and intuitive API.
Documentation
[dependencies.arrow]
version = "52.0.0"

[dependencies.base64]
version = "0.22.0"

[dependencies.chrono]
version = "0.4.38"

[dependencies.datafusion]
version = "39.0"

[dependencies.jni]
version = "0.21.1"

[dependencies.libc]
version = "0.2.155"

[dependencies.object_store]
features = ["aws"]
optional = true
version = "0.10.2"

[dependencies.parquet]
features = ["arrow"]
version = "52.0.0"

[dependencies.regex]
version = "1.10.6"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1"

[dependencies.url]
optional = true
version = "2.5.2"

[features]
s3_sync = ["object_store", "url"]

[lib]
crate-type = ["staticlib", "cdylib"]
name = "tsdb_timon"

[package]
authors = ["Ahmed Boutaraa <ahmed@mongrov.com>"]
categories = ["embedded", "database", "filesystem", "os::android-apis"]
description = "Efficient local storage and Amazon S3-compatible data synchronization for time-series data, leveraging Parquet for storage and DataFusion for querying, all wrapped in a simple and intuitive API."
edition = "2021"
keywords = ["parquet", "datafusion", "apache-arrow", "tsdb", "S3-storage-sync"]
license = "Apache-2.0"
name = "tsdb_timon"
readme = "README.md"
repository = "https://github.com/mongrov/timon"
version = "1.0.2"

[profile.release]
codegen-units = 1
debug = 0
lto = "fat"
opt-level = "z"
panic = "abort"
split-debuginfo = "off"
strip = "symbols"