ella 0.1.2

A streaming time-series datastore for low-latency applications.
Documentation
[dependencies.datafusion]
version = "27.0.0"

[dependencies.ella-common]
features = ["flight"]
version = "0.1.2"

[dependencies.ella-derive]
optional = true
version = "0.1.2"

[dependencies.ella-engine]
version = "0.1.2"

[dependencies.ella-server]
version = "0.1.2"

[dependencies.ella-tensor]
version = "0.1.2"

[dependencies.futures]
version = "0.3.28"

[dependencies.thiserror]
version = "1.0.40"

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

[dependencies.tracing]
version = "0.1.37"
[dev-dependencies.tokio-test]
version = "0.4.2"

[dev-dependencies.tracing-subscriber]
version = "0.3.17"

[features]
default = ["derive", "metrics"]
derive = ["ella-derive"]
metrics = ["ella-engine/metrics"]
pyo3 = ["ella-engine/pyo3", "ella-tensor/pyo3", "ella-common/pyo3"]

[package]
authors = ["Dexter Duckworth <dexterduck@users.noreply.github.com>"]
description = "A streaming time-series datastore for low-latency applications."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "ella"
readme = "README.md"
repository = "https://github.com/BlackrockNeurotech/ella"
version = "0.1.2"
[package.metadata.docs.rs]
rustc-args = ["--cfg", "uuid_unstable"]
rustdoc-args = ["--cfg", "uuid_unstable"]

[package.metadata.release]
tag = true