Go to file
Edd Robinson 79592e7e11
Merge pull request #19 from influxdata/er-float-encoder
feat: add float encoder and decoder
2020-01-13 09:57:29 +00:00
proto/delorean Update storage with predicate parsing 2019-12-23 11:36:12 -05:00
src refactor: tidy up 2020-01-12 15:37:30 +00:00
.gitignore Add server skeleton with Actix and RocksDB 2019-12-12 10:15:16 -05:00
Cargo.lock fix: cargo lock file 2020-01-07 16:05:46 +00:00
Cargo.toml feat: automatically create db dir and test dir 2020-01-06 15:55:22 +00:00
README.md Add server skeleton with Actix and RocksDB 2019-12-12 10:15:16 -05:00
build.rs refactor: rustfmt 2020-01-06 13:49:39 +00: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.