Go to file
Paul Dix 4265e7b11b Update write API endpoint
Upates the actix-web and actix-rt versions to 2.0 and 1.0 respectively. Wires up the write endpoint to create buckets if they don't exist.
2020-01-03 17:35:18 -05:00
proto/delorean Update storage with predicate parsing 2019-12-23 11:36:12 -05:00
src Update write API endpoint 2020-01-03 17:35:18 -05:00
.gitignore Add server skeleton with Actix and RocksDB 2019-12-12 10:15:16 -05:00
Cargo.lock Update write API endpoint 2020-01-03 17:35:18 -05:00
Cargo.toml Update write API endpoint 2020-01-03 17:35:18 -05:00
README.md Add server skeleton with Actix and RocksDB 2019-12-12 10:15:16 -05:00
build.rs feat(storage): Implement bucket definitiions and persistence 2019-12-17 17:01:41 -05:00
env feat(storage): Implement bucket definitiions and persistence 2019-12-17 17:01:41 -05: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.