Go to file
Andrew Lamb 56d184f80c
chore: remove outdated comment from protobuf definition (#291)
2020-09-15 15:08:54 -04:00
.circleci fix: Switch to fusion quay repo for performance builds 2020-07-22 09:33:42 -04:00
.github chore: ensure commit messages are semantic 2020-06-02 12:34:30 +01:00
benches refactor: PR feedback 2020-08-04 18:42:37 +01:00
delorean_generated_types style: Unify lints everywhere 2020-06-25 07:28:42 -04:00
delorean_ingest feat: add support for merging blocks 2020-07-13 10:39:36 +01:00
delorean_line_parser fix: implement escaping 2020-09-11 17:14:35 -04:00
delorean_object_store feat: Add a local filesystem implementation of the object store 2020-06-29 08:48:48 -04:00
delorean_parquet Merge pull request #264 from influxdata/er/perf/packers 2020-08-04 18:49:18 +01:00
delorean_table fix: improve pivot for certain sorts 2020-08-04 21:33:58 +01:00
delorean_table_schema refactor: No need to return &String 2020-06-26 13:12:19 -04:00
delorean_test_helpers style: Enable the clippy warning to use `Self` when recommended 2020-06-25 07:38:58 -04:00
delorean_tsm Merge remote-tracking branch 'origin/master' into alamb/take-2-228-index-parse-error 2020-07-15 11:20:40 -04:00
delorean_wal feat: Initial prototype of WriteBuffer and WAL (#271) 2020-09-08 14:12:16 -04: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: remove outdated comment from protobuf definition (#291) 2020-09-15 15:08:54 -04:00
src feat: initial WriteBuffer gRPC implementation (#287) 2020-09-14 15:35:41 -04:00
tests feat: Add an authorization token to all client requests 2020-09-02 10:33:45 -04:00
.gitignore chore: ignore tsm files 2020-06-04 14:36:43 +01:00
Cargo.lock test: traits for database and tests for http handler (#284) 2020-09-11 17:42:00 -04:00
Cargo.toml test: traits for database and tests for http handler (#284) 2020-09-11 17:42:00 -04:00
Dockerfile.ci refactor: Don't install rust and clippy twice 2020-06-26 11:45:41 -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.