Go to file
Carol (Nichols || Goulding) 575907814c fix: Make batch sizes be usize and convert through i32 when needed 2020-02-14 11:39:26 -05:00
.circleci ci: Prevent rustfmt and clippy from stopping the build for now 2020-02-09 22:23:27 -05:00
benches fix: Make batch sizes be usize and convert through i32 when needed 2020-02-14 11:39:26 -05:00
proto/delorean Update storage with predicate parsing 2019-12-23 11:36:12 -05:00
src Merge remote-tracking branch 'origin/master' into er-encoder-bench 2020-02-14 09:15:24 -05:00
tests test: Add an end-to-end test 2020-02-13 10:40:03 -05:00
.gitignore Add server skeleton with Actix and RocksDB 2019-12-12 10:15:16 -05:00
Cargo.lock Merge remote-tracking branch 'origin/master' into er-encoder-bench 2020-02-14 09:15:24 -05:00
Cargo.toml Merge remote-tracking branch 'origin/master' into er-encoder-bench 2020-02-14 09:15:24 -05: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.