Skip to content

Commelina/mangrove

 
 

Repository files navigation

mangrove

Mangrove is a database management server with some other facilities.

A mangrove has a huge number of aerial roots, enabling it to have high level of gas exchange, which is just like the I/O level of our databases. Also, a mangrove can survive many rough environments and provides habitats for many other species, as what the project does.

Run Server

The configuration file is in yaml format. An example is at app/config.example.yaml.

$ cp app/config.example.yaml app/local_config.yaml

With stack

$ stack run -- mangrove app/local_config.yaml

With cabal

$ cabal new-run mangrove app/local_config.yaml

Benchmark

$ stack build --flag mangrove:benchmark-cli && stack exec -- mangrove-benchmark-cli --help

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 96.6%
  • Dockerfile 2.8%
  • Makefile 0.6%