Go to file
Andrew Lamb abb3338483
test: add an end to end test for writing multiple parquet files (#145)
* test: add an end to end test for writing multiple parquet files

* fix: whitespace ocd
2020-06-15 07:12:16 -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: Add a benchmark for the line parser 2020-04-08 14:41:17 -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 feat: write multiple measurements to multiple parquet files (#138) 2020-06-12 17:19:35 -04:00
delorean_line_parser feat: write multiple measurements to multiple parquet files (#138) 2020-06-12 17:19:35 -04:00
delorean_object_store chore: Apply common lints to recently-created crates 2020-06-12 09:26:18 -04:00
delorean_parquet chore: Apply common lints to recently-created crates 2020-06-12 09:26:18 -04:00
delorean_table feat: write multiple measurements to multiple parquet files (#138) 2020-06-12 17:19:35 -04:00
delorean_table_schema chore: Apply common lints to recently-created crates 2020-06-12 09:26:18 -04:00
delorean_test_helpers feat: Add parquet writer, hook up conversion in dstool (#124) 2020-06-08 16:25:24 -04:00
delorean_utilities style: Apply standard lints across all crates 2020-06-05 17:02:54 -04:00
delorean_wal feat: Add column packing code (#114) 2020-06-06 06:04:41 -04:00
docs doc: Initial file encoding thoughts (#88) 2020-05-22 17:28:24 -04:00
proto/delorean feat: Integrate the WAL with delorean 2020-05-11 15:38:47 -04:00
src feat: write multiple measurements to multiple parquet files (#138) 2020-06-12 17:19:35 -04:00
tests test: add an end to end test for writing multiple parquet files (#145) 2020-06-15 07:12:16 -04:00
.gitignore chore: ignore tsm files 2020-06-04 14:36:43 +01:00
Cargo.lock feat: Update to the released version of cloud-storage 2020-06-10 17:23:52 -04:00
Cargo.toml feat: Object storage in S3 and GCS 2020-06-10 17:23:52 -04: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.