This project is no longer maintained!
Lighting fast in-memory database with on disk storage.
- In-memory database
- On disk storage
- Fast
Note: You need to have Rust installed on you're Machine.
This approach to install Burst is a Dev version in the near feature we will add support for Package Manager's like HomeBrew etc.
- Clone the repository
git clone https://github.com/ryzmae/burst.git
- Install the dependencies
cargo install --path .
- Run the application
Note: This will compile the code and start up Burst
make build
telnet 127.0.0.1 YOUR_PORT
This project is licensed under the MIT License - see the LICENSE file for details.
This current version of Burst is currently early stage Development version and we have not implemented a working Background Task that will keep server running in the Background
Until we add a working Background Task you use PM2 to run the Binary.
pm2 start path/to/binaryofBurst/
You find the Binary in the Target folder.
Now youre setup and you can start working with Burst.