Nate 0096f84ee9 Config for the new toolset (#6259) vor 4 Jahren
..
servant-tfb e64c452fdb Fix haskell fortune routes (#5845) vor 5 Jahren
README.md 96c57363af Add new servant benchmark: mysql-haskell (#4550) vor 6 Jahren
benchmark_config.json e64c452fdb Fix haskell fortune routes (#5845) vor 5 Jahren
cabal.project c792dfe6e7 Change servant benchmarks to be more idiomatic (#5098) vor 6 Jahren
config.toml 0096f84ee9 Config for the new toolset (#6259) vor 4 Jahren
servant-beam.dockerfile 0096f84ee9 Config for the new toolset (#6259) vor 4 Jahren
servant-psql-simple.dockerfile 0096f84ee9 Config for the new toolset (#6259) vor 4 Jahren
servant.dockerfile 0096f84ee9 Config for the new toolset (#6259) vor 4 Jahren

README.md

Servant

This is the servant implementation of a benchmarking test suite comparing a variety of web development platforms.

Since servant is strictly a routing layer to typed function, it is upto the user to pick their persistance layer and data flow. Therefore we have multiple distinct implementations using different database backends/libraries.