Go to file
Edd Robinson 11017e297f
Merge pull request #101 from influxdata/er/float-influxdb
refactor: add influxdb support to decoder
2020-06-02 12:28:48 +01:00
.circleci ci: install the Flatbuffers compiler 2020-05-11 15:38:47 -04:00
benches perf: Add a benchmark for the line parser 2020-04-08 14:41:17 -04:00
delorean_line_parser test: Add comments and some more tests to parsers (#96) 2020-05-28 05:32:40 -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
proto/delorean feat: Integrate the WAL with delorean 2020-05-11 15:38:47 -04:00
src refactor: add influxdb support to decoder 2020-06-02 12:19:48 +01:00
tests test: Wait for test server to stop before restarting (#92) 2020-05-26 17:34:54 -04:00
.gitignore Add server skeleton with Actix and RocksDB 2019-12-12 10:15:16 -05:00
Cargo.lock build: update semver-compatible versions 2020-05-29 13:40:44 -04:00
Cargo.toml refactor: extract the line protocol parser to a separate crate 2020-05-26 13:22:34 -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.