Go to file
Andrew Lamb 97cbcac370 fix: Update docs/multi_core_tasks.md
Co-authored-by: Jake Goulding <jake.goulding@integer32.com>
2020-07-13 10:35:28 -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 refactor: address PR feedback 2020-07-08 22:57:15 +01:00
delorean_generated_types style: Unify lints everywhere 2020-06-25 07:28:42 -04:00
delorean_ingest refactor: PR feedback 2020-07-09 15:46:08 +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 refactor: address PR feedback 2020-07-08 22:57:15 +01: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: Update docs/multi_core_tasks.md 2020-07-13 10:35:28 -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-partition-errors 2020-07-10 08:49:09 -04:00
tests Merge pull request #239 from influxdata/alamb/less-chatty 2020-07-10 06:59:54 -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.