ffly 0.0.0-dev

An "blazingly" fast key-value pair database without bloat written in rust
ffly-0.0.0-dev is not a library.

Firefly server

The TCP server to handle firefly requests, this uses the Tokio runtime.

Running the server

Dependencies

  • Rust
  • Cargo

Build

Build the server, the binary is located in the target directory.

$ cargo build --release

Customization

Customizing the server can currently be done by modifying values within the src/main.rs file.