Go to file
Edd Robinson 82d554a288
Merge pull request #111 from influxdata/er-tsm-reader
feat: add InfluxDB 2.x TSM file reader
2020-06-04 16:04:39 +01:00
.circleci fix: move test of dstool to its delorean_storage_tool package (#107) 2020-06-02 16:10:30 -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_ingest fix(dstool): extract schema from a sample of input rather than the whole thing (#113) 2020-06-04 10:25:36 -04:00
delorean_line_parser feat: Line Protocol Schema extractor (#108) 2020-06-03 18:29:57 -04:00
delorean_storage_tool fix(dstool): extract schema from a sample of input rather than the whole thing (#113) 2020-06-04 10:25:36 -04:00
delorean_test_helpers refactor: Move temporary directory creation to test helpers 2020-05-11 15:26:00 -04:00
delorean_utilities fix: Remove some unnecessary allocations when writing separated strings 2020-04-23 11:39:22 -04:00
delorean_wal docs: Change some answered questions to statements 2020-05-27 09:49:05 -04:00
docs doc: Initial file encoding thoughts (#88) 2020-05-22 17:28:24 -04:00
line_protocol_schema feat: Line Protocol Schema extractor (#108) 2020-06-03 18:29:57 -04:00
proto/delorean feat: Integrate the WAL with delorean 2020-05-11 15:38:47 -04:00
src refactor: address PR feedback 2020-06-04 15:47:27 +01:00
tests feat: support org and bucket ID in entries 2020-06-04 14:36:43 +01:00
.gitignore chore: ignore tsm files 2020-06-04 14:36:43 +01:00
Cargo.lock refactor: remove lifetime to make index re-usable 2020-06-04 14:36:43 +01:00
Cargo.toml feat: add API for series key information 2020-06-04 14:36:43 +01:00
Dockerfile.ci fix(docker): include missing dependencies 2020-06-02 10:00:22 -04:00
README.md feat: Integrate the WAL with delorean 2020-05-11 15:38:47 -04:00
build.rs fix: improve build error message when flatc is not installed (#85) 2020-05-19 11:05:18 -04:00
env refactor: add example env file 2020-01-07 11:31:18 +00: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.