Go to file
Andrew Lamb 13309e10f2
Merge pull request #236 from influxdata/alamb/fix-block-errors
fix: update error handling in block.rs
2020-07-08 17:30:29 -04:00
.circleci fix: Set ROARING_ARCH to build a portable binary using CRoaring 2020-07-08 10:03:02 -04:00
.github chore: ensure commit messages are semantic 2020-06-02 12:34:30 +01:00
benches perf: drain block data more efficiently 2020-07-03 10:56:31 +01:00
delorean_generated_types style: Unify lints everywhere 2020-06-25 07:28:42 -04:00
delorean_ingest perf: drain block data more efficiently 2020-07-03 10:56:31 +01:00
delorean_line_parser refactor: Support converting EscapedStr into a String 2020-06-26 13:12:19 -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 refactor: Change enum variant names to be PascalCase 2020-06-29 10:54:08 -04:00
delorean_table test: exercise TSM converter 2020-07-01 15:52:21 +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 fix: implement PR suggestions 2020-07-08 17:04:08 -04:00
delorean_utilities style: Enable the clippy warning to use `Self` when recommended 2020-06-25 07:38:58 -04:00
delorean_wal style: Enable the clippy warning to use `Self` when recommended 2020-06-25 07:38:58 -04:00
docs fix: Setup parquet column encoding correctly 2020-06-23 09:54:16 -04:00
proto/delorean feat: Integrate the WAL with delorean 2020-05-11 15:38:47 -04:00
src Merge remote-tracking branch 'origin/master' into alamb/fix-block-errors 2020-07-08 17:26:03 -04:00
tests fix: Use correct route to ping 2020-07-03 15:35:04 -04:00
.gitignore chore: ignore tsm files 2020-06-04 14:36:43 +01:00
Cargo.lock feat: Update croaring 2020-07-08 08:49:28 -04:00
Cargo.toml feat: Update croaring 2020-07-08 08:49:28 -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.