Go to file
Jake Goulding d7416da962 fix: Do not allow a raw newline in the middle of measurement / tag_set / field_key 2020-04-13 09:41:05 -04:00
.circleci improvement: Fail the build on warnings too 2020-02-19 08:37:11 -05:00
benches perf: Add a benchmark for the line parser 2020-04-08 14:41:17 -04:00
proto/delorean feature: Add the storage gRPC proto definitions 2020-02-24 08:26:28 -05:00
src fix: Do not allow a raw newline in the middle of measurement / tag_set / field_key 2020-04-13 09:41:05 -04:00
tests feature: Implement ReadGroup 2020-04-06 10:23:43 -04:00
.gitignore Add server skeleton with Actix and RocksDB 2019-12-12 10:15:16 -05:00
Cargo.lock perf: Use a SmallVec for escaped strings and sets of tags and values 2020-04-08 14:41:42 -04:00
Cargo.toml perf: Use a SmallVec for escaped strings and sets of tags and values 2020-04-08 14:41:42 -04:00
README.md Add server skeleton with Actix and RocksDB 2019-12-12 10:15:16 -05:00
build.rs feature: Switch from prost to tonic 2020-02-17 16:37:43 -05:00
env refactor: add example env file 2020-01-07 11:31:18 +00:00

README.md

Project Delorean

To run this you'll need a .env file in the directory to specify configuration options. You can see an example in the env file.