Go to file
Edd Robinson 9006af8961 feat: support converting from BlockType 2020-06-22 18:56:17 +01: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 refactor: hoist tsm mapper to delorean_tsm 2020-06-22 18:56:17 +01: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 feat: add resize_exact to packers 2020-06-22 11:25:17 +01:00
delorean_line_parser feat: Add support for parsing string values in line protocol parser (#155) 2020-06-18 12:44:17 -04:00
delorean_object_store docs: Use correct Markdown link syntax 2020-06-19 10:39:58 -04:00
delorean_parquet Merge pull request #162 from influxdata/er/packer 2020-06-22 18:01:07 +01:00
delorean_table Merge pull request #162 from influxdata/er/packer 2020-06-22 18:01:07 +01: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: small API change 2020-06-22 18:56:17 +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: Add additional encoding thoughts to doc (#151) 2020-06-15 10:33:02 -04:00
proto/delorean feat: Integrate the WAL with delorean 2020-05-11 15:38:47 -04:00
src refactor: hoist tsm mapper to delorean_tsm 2020-06-22 18:56:17 +01:00
tests feat: add stats command for computing storage statistics (#160) 2020-06-22 07:33:52 -04:00
.gitignore chore: ignore tsm files 2020-06-04 14:36:43 +01:00
Cargo.lock refactor: hoist tsm reader into own crate 2020-06-22 18:56:17 +01:00
Cargo.toml refactor: hoist tsm reader into own crate 2020-06-22 18:56:17 +01:00
Dockerfile.ci feat: Add column packing code (#114) 2020-06-06 06:04:41 -04:00
README.md feat: Integrate the WAL with delorean 2020-05-11 15:38:47 -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.