2019-11-22 21:59:04 +00:00
|
|
|
[package]
|
2020-11-05 18:51:04 +00:00
|
|
|
name = "influxdb_iox"
|
2019-11-22 21:59:04 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Paul Dix <paul@pauldix.net>"]
|
|
|
|
edition = "2018"
|
2020-11-05 18:51:04 +00:00
|
|
|
default-run = "influxdb_iox"
|
2019-11-22 21:59:04 +00:00
|
|
|
|
2021-02-04 23:56:02 +00:00
|
|
|
[workspace] # In alphabetical order
|
2020-05-01 16:52:00 +00:00
|
|
|
members = [
|
2020-11-05 18:44:36 +00:00
|
|
|
"arrow_deps",
|
2020-11-04 17:33:41 +00:00
|
|
|
"data_types",
|
2020-11-05 18:44:36 +00:00
|
|
|
"generated_types",
|
2021-02-12 16:14:53 +00:00
|
|
|
"google_types",
|
2021-02-04 23:56:02 +00:00
|
|
|
"influxdb_iox_client",
|
2020-11-05 18:44:36 +00:00
|
|
|
"influxdb_line_protocol",
|
2021-01-07 16:31:48 +00:00
|
|
|
"influxdb_tsm",
|
|
|
|
"influxdb2_client",
|
|
|
|
"ingest",
|
2021-02-01 21:43:01 +00:00
|
|
|
"logfmt",
|
2020-11-05 14:36:46 +00:00
|
|
|
"mem_qe",
|
2021-01-07 16:31:48 +00:00
|
|
|
"mutable_buffer",
|
|
|
|
"object_store",
|
2020-11-05 13:52:22 +00:00
|
|
|
"packers",
|
2021-01-07 16:36:03 +00:00
|
|
|
"panic_logging",
|
2020-11-24 19:19:29 +00:00
|
|
|
"query",
|
2021-01-07 16:31:48 +00:00
|
|
|
"read_buffer",
|
|
|
|
"server",
|
|
|
|
"test_helpers",
|
2020-11-05 14:25:29 +00:00
|
|
|
"wal",
|
2020-05-01 16:52:00 +00:00
|
|
|
]
|
2019-11-22 21:59:04 +00:00
|
|
|
|
2020-03-27 20:39:22 +00:00
|
|
|
[profile.release]
|
|
|
|
debug = true
|
|
|
|
|
2020-12-04 14:48:19 +00:00
|
|
|
[profile.bench]
|
|
|
|
debug = true
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[dependencies]
|
2021-02-04 23:56:02 +00:00
|
|
|
# Workspace dependencies, in alphabetical order
|
2021-01-07 16:31:48 +00:00
|
|
|
arrow_deps = { path = "arrow_deps" }
|
2020-11-05 11:17:20 +00:00
|
|
|
data_types = { path = "data_types" }
|
2020-11-05 18:44:36 +00:00
|
|
|
generated_types = { path = "generated_types" }
|
2021-01-13 17:30:46 +00:00
|
|
|
influxdb_iox_client = { path = "influxdb_iox_client" }
|
2020-11-05 18:44:36 +00:00
|
|
|
influxdb_line_protocol = { path = "influxdb_line_protocol" }
|
2021-01-07 16:31:48 +00:00
|
|
|
influxdb_tsm = { path = "influxdb_tsm" }
|
|
|
|
ingest = { path = "ingest" }
|
2021-02-01 21:43:01 +00:00
|
|
|
logfmt = { path = "logfmt" }
|
2020-11-05 14:36:46 +00:00
|
|
|
mem_qe = { path = "mem_qe" }
|
2020-12-22 15:49:53 +00:00
|
|
|
mutable_buffer = { path = "mutable_buffer" }
|
2020-11-05 13:56:30 +00:00
|
|
|
object_store = { path = "object_store" }
|
2021-01-07 16:31:48 +00:00
|
|
|
packers = { path = "packers" }
|
2021-01-07 16:36:03 +00:00
|
|
|
panic_logging = { path = "panic_logging" }
|
2020-11-24 19:19:29 +00:00
|
|
|
query = { path = "query" }
|
2021-01-07 16:31:48 +00:00
|
|
|
read_buffer = { path = "read_buffer" }
|
2020-12-08 19:20:43 +00:00
|
|
|
server = { path = "server" }
|
2021-01-07 16:31:48 +00:00
|
|
|
wal = { path = "wal" }
|
2020-05-11 19:09:10 +00:00
|
|
|
|
2021-02-04 23:56:02 +00:00
|
|
|
# Crates.io dependencies, in alphabetical order
|
|
|
|
byteorder = "1.3.4"
|
2021-01-29 21:11:55 +00:00
|
|
|
bytes = "1.0"
|
2021-02-05 18:21:24 +00:00
|
|
|
chrono = "0.4"
|
2021-02-04 23:56:02 +00:00
|
|
|
clap = "2.33.1"
|
|
|
|
csv = "1.1"
|
|
|
|
dirs = "3.0.1"
|
|
|
|
dotenv = "0.15.0"
|
|
|
|
env_logger = "0.7.1"
|
|
|
|
flate2 = "1.0"
|
|
|
|
futures = "0.3.1"
|
|
|
|
http = "0.2.0"
|
2021-01-29 21:11:55 +00:00
|
|
|
hyper = "0.14"
|
2021-02-04 23:56:02 +00:00
|
|
|
opentelemetry = { version = "0.12", default-features = false, features = ["trace", "tokio-support"] }
|
|
|
|
opentelemetry-jaeger = { version = "0.11", features = ["tokio"] }
|
|
|
|
prost = "0.7"
|
2021-01-29 21:11:55 +00:00
|
|
|
# Forked to upgrade hyper and tokio
|
2021-02-04 12:08:33 +00:00
|
|
|
routerify = { git = "https://github.com/influxdata/routerify", rev = "274e250" }
|
2021-02-04 23:56:02 +00:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
2019-12-11 23:03:00 +00:00
|
|
|
serde_json = "1.0.44"
|
2020-09-25 16:22:48 +00:00
|
|
|
serde_urlencoded = "0.7.0"
|
2021-02-04 23:56:02 +00:00
|
|
|
snafu = "0.6.9"
|
|
|
|
structopt = "0.3.21"
|
2021-03-03 17:37:55 +00:00
|
|
|
thiserror = "1.0.23"
|
2021-02-19 15:58:55 +00:00
|
|
|
tokio = { version = "1.0", features = ["macros", "rt-multi-thread", "parking_lot"] }
|
2021-02-04 23:56:02 +00:00
|
|
|
tokio-stream = { version = "0.1.2", features = ["net"] }
|
2021-01-29 21:11:55 +00:00
|
|
|
tonic = "0.4.0"
|
2021-02-25 13:24:12 +00:00
|
|
|
tonic-health = "0.3.0"
|
2020-12-14 10:56:45 +00:00
|
|
|
tracing = { version = "0.1", features = ["release_max_level_debug"] }
|
2021-02-04 23:56:02 +00:00
|
|
|
tracing-futures = "0.2.4"
|
2021-01-29 21:11:55 +00:00
|
|
|
tracing-opentelemetry = "0.11.0"
|
2021-02-19 15:58:55 +00:00
|
|
|
tracing-subscriber = { version = "0.2.15", features = ["parking_lot"] }
|
2019-12-24 18:44:30 +00:00
|
|
|
|
2021-02-05 21:59:49 +00:00
|
|
|
[dev-dependencies]
|
|
|
|
# Workspace dependencies, in alphabetical order
|
|
|
|
influxdb2_client = { path = "influxdb2_client" }
|
|
|
|
influxdb_iox_client = { path = "influxdb_iox_client", features = ["flight"] }
|
|
|
|
test_helpers = { path = "test_helpers" }
|
2021-03-09 19:08:55 +00:00
|
|
|
once_cell = { version = "1.4.0", features = ["parking_lot"] }
|
2021-03-10 14:25:27 +00:00
|
|
|
parking_lot = "0.11.1"
|
2021-02-05 21:59:49 +00:00
|
|
|
|
|
|
|
# Crates.io dependencies, in alphabetical order
|
2020-04-05 20:32:32 +00:00
|
|
|
assert_cmd = "1.0.0"
|
2020-05-28 15:11:10 +00:00
|
|
|
criterion = "0.3"
|
2021-02-04 23:56:02 +00:00
|
|
|
flate2 = "1.0"
|
2020-06-02 10:40:41 +00:00
|
|
|
hex = "0.4.2"
|
2021-02-04 23:56:02 +00:00
|
|
|
predicates = "1.0.4"
|
2020-04-23 15:26:37 +00:00
|
|
|
rand = "0.7.2"
|
2021-01-29 21:11:55 +00:00
|
|
|
reqwest = "0.11"
|
2020-05-28 15:11:10 +00:00
|
|
|
tempfile = "3.1.0"
|
2020-01-20 15:41:38 +00:00
|
|
|
|
2020-11-17 18:28:23 +00:00
|
|
|
[[bin]]
|
|
|
|
name = "cpu_feature_check"
|
|
|
|
path = "src/cpu_feature_check/main.rs"
|
|
|
|
|
2020-01-20 15:41:38 +00:00
|
|
|
[[bench]]
|
2020-02-12 15:31:41 +00:00
|
|
|
name = "encoders"
|
2020-02-07 13:26:50 +00:00
|
|
|
harness = false
|
|
|
|
|
2020-03-27 20:39:22 +00:00
|
|
|
[[bench]]
|
|
|
|
name = "line_parser"
|
|
|
|
harness = false
|
2020-06-23 09:42:19 +00:00
|
|
|
|
2020-07-02 16:39:05 +00:00
|
|
|
[[bench]]
|
|
|
|
name = "mapper"
|
|
|
|
harness = false
|
|
|
|
|
2020-06-23 09:42:19 +00:00
|
|
|
[[bench]]
|
|
|
|
name = "line_protocol_to_parquet"
|
|
|
|
harness = false
|
2020-07-30 11:54:51 +00:00
|
|
|
|
|
|
|
[[bench]]
|
|
|
|
name = "packers"
|
|
|
|
harness = false
|