Go to file
Edd Robinson c5dc48db04 feat: implement range based predicate on column 2020-11-02 11:47:14 +00:00
.circleci feat: Add source checkout and initial build to docker CI image, don't use build cache (#381) 2020-10-22 05:50:36 -04:00
.github chore: ensure commit messages are semantic 2020-06-02 12:34:30 +01:00
benches feat: remove partition_store (#387) 2020-10-26 14:39:38 -04:00
delorean_arrow chore: Upgrade version of Arrow/DataFusion (2 of 3) (#391) 2020-10-26 13:49:16 -04:00
delorean_cluster feat: implement API for storing the server configuration in object storage 2020-10-26 13:43:43 -06:00
delorean_data_types chore: pr feedback fixes 2020-10-27 15:10:50 -06:00
delorean_generated_types chore: update dependencies 2020-09-25 17:22:48 +01:00
delorean_ingest refactor: remove uneeded dependencies, switch to tracing from log (#388) 2020-10-26 06:15:47 -04:00
delorean_line_parser refactor: remove uneeded dependencies, switch to tracing from log (#388) 2020-10-26 06:15:47 -04:00
delorean_mem_qe chore: Upgrade version of Arrow/DataFusion (2 of 3) (#391) 2020-10-26 13:49:16 -04:00
delorean_object_store feat: implement API for storing the server configuration in object storage 2020-10-26 13:43:43 -06:00
delorean_parquet refactor: remove uneeded dependencies, switch to tracing from log (#388) 2020-10-26 06:15:47 -04:00
delorean_segment_store feat: implement range based predicate on column 2020-11-02 11:47:14 +00:00
delorean_storage chore: Upgrade version of Arrow/DataFusion (2 of 3) (#391) 2020-10-26 13:49:16 -04:00
delorean_table refactor: remove uneeded dependencies, switch to tracing from log (#388) 2020-10-26 06:15:47 -04:00
delorean_table_schema refactor: remove uneeded dependencies, switch to tracing from log (#388) 2020-10-26 06:15:47 -04:00
delorean_test_helpers feat: implement series_query for write buffer database, tests for same (#360) 2020-10-15 17:23:14 -04:00
delorean_tsm fix: Use Read instead of BufRead as no BufRead method is actually used (#394) 2020-10-27 07:40:27 -04:00
delorean_wal refactor: remove uneeded dependencies, switch to tracing from log (#388) 2020-10-26 06:15:47 -04:00
delorean_wal_writer feat: add --num-threads CLI argument, allow single threaded operation (#378) 2020-10-21 17:12:32 -04:00
delorean_write_buffer chore: pr feedback fixes 2020-10-27 15:10:50 -06:00
docs docs: add note about using synchronous I/O and notes from @stuartcarnie on backpressure 2020-07-13 10:35:28 -04:00
influxdb2_client fix: Make influx client's URL public 2020-09-04 17:07:40 -04:00
proto/delorean chore: convert writer id to u32 2020-10-21 08:30:19 -04:00
src feat: Add more logging for rpc, reduce low level hyper logging (#396) 2020-10-27 11:24:44 -04:00
tests feat: remove partition_store (#387) 2020-10-26 14:39:38 -04:00
.gitignore feat: basic store 2020-09-25 10:12:46 +01:00
Cargo.lock feat: implement API for storing the server configuration in object storage 2020-10-26 13:43:43 -06:00
Cargo.toml feat: remove partition_store (#387) 2020-10-26 14:39:38 -04:00
Dockerfile.ci feat: Add source checkout and initial build to docker CI image, don't use build cache (#381) 2020-10-22 05:50:36 -04:00
Dockerfile.perf feat: When a branch ends with /perf, build in release mode and upload to quay 2020-07-03 11:42:33 -04:00
README.md docs: Initial style guide with idomatic error handling (#174) 2020-06-22 16:41:36 -04:00
env feat: Object storage in S3 and GCS 2020-06-10 17:23:52 -04:00
rust-toolchain feat: Use rust nightly (#123) 2020-06-05 17:45:44 -04:00
storectl-bench.sh feature: Add a create bucket HTTP api 2020-04-13 16:40:38 -04:00

README.md

Project Delorean

To compile and run this, you'll need:

  • Stable Rust
  • The flatc flatbuffer compiler >= 1.12.0
  • .env file in the directory to specify configuration options. You can see an example in the env file.

Contributing:

  • Delorean is written mostly in idiomatic Rust -- please see the Style Guide for more details.