Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
/ Burst Public archive

Lighting fast in-memory database with on disk storage.

License

Notifications You must be signed in to change notification settings

ryzmae/Burst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is no longer maintained!

Burst

Lighting fast in-memory database with on disk storage.

Features

  • In-memory database
  • On disk storage
  • Fast

Installation

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.

  1. Clone the repository
git clone https://github.com/ryzmae/burst.git
  1. Install the dependencies
cargo install --path .
  1. Run the application

Note: This will compile the code and start up Burst

make build

Usage

telnet 127.0.0.1 YOUR_PORT

License

This project is licensed under the MIT License - see the LICENSE file for details.

Background Task

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.

About

Lighting fast in-memory database with on disk storage.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published