naushadh cc1e50af54 Restructure Haskell/Servant for db modularity. (#4614) 6 years ago
..
servant-shared cc1e50af54 Restructure Haskell/Servant for db modularity. (#4614) 6 years ago
shared cc1e50af54 Restructure Haskell/Servant for db modularity. (#4614) 6 years ago
README.md 96c57363af Add new servant benchmark: mysql-haskell (#4550) 6 years ago
benchmark_config.json cc1e50af54 Restructure Haskell/Servant for db modularity. (#4614) 6 years ago
servant-shared.dockerfile cc1e50af54 Restructure Haskell/Servant for db modularity. (#4614) 6 years ago
stack.yaml cc1e50af54 Restructure Haskell/Servant for db modularity. (#4614) 6 years ago

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.