Go to file
alamb 0fdc6aa745 test: add test for packing null values 2020-06-24 11:34:40 -04:00
.circleci feat: Add parquet writer, hook up conversion in dstool (#124) 2020-06-08 16:25:24 -04:00
.github chore: ensure commit messages are semantic 2020-06-02 12:34:30 +01:00
benches perf: Improve line protocol --> parquet conversion performance by ~20% (#177) 2020-06-23 05:42:19 -04:00
delorean_generated_types style: Re-enable the elided lifetimes lint and move generated types to their own crate (#119) 2020-06-05 16:22:27 -04:00
delorean_ingest Merge remote-tracking branch 'origin/master' into alamb/fix-parquet-nulls 2020-06-24 11:29:07 -04:00
delorean_line_parser perf: Improve line protocol --> parquet conversion performance by ~20% (#177) 2020-06-23 05:42:19 -04:00
delorean_object_store docs: Use correct Markdown link syntax 2020-06-19 10:39:58 -04:00
delorean_parquet fix: cleanup comment + code order 2020-06-23 17:21:20 -04:00
delorean_table test: add test for packing null values 2020-06-24 11:34:40 -04:00
delorean_table_schema feat: support converting from BlockType 2020-06-22 18:56:17 +01:00
delorean_test_helpers feat: Add parquet writer, hook up conversion in dstool (#124) 2020-06-08 16:25:24 -04:00
delorean_tsm refactor: enable unisgned block reading 2020-06-23 10:50:32 +01:00
delorean_utilities style: Apply standard lints across all crates 2020-06-05 17:02:54 -04:00
delorean_wal feat: upgrade to latest arrow / byteorder (#154) 2020-06-17 12:50:23 -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 pull request #186 from influxdata/alamb/refactor-parquet-deps 2020-06-24 09:42:44 -04:00
tests perf: Improve line protocol --> parquet conversion performance by ~20% (#177) 2020-06-23 05:42:19 -04:00
.gitignore chore: ignore tsm files 2020-06-04 14:36:43 +01:00
Cargo.lock refactor: remove direct parquet dependency from delorean_ingest 2020-06-23 16:58:31 -04:00
Cargo.toml perf: Improve line protocol --> parquet conversion performance by ~20% (#177) 2020-06-23 05:42:19 -04:00
Dockerfile.ci feat: Add column packing code (#114) 2020-06-06 06:04:41 -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.