mirror of
https://github.com/higherkindness/mu-haskell.git
synced 2024-11-22 02:53:33 +03:00
Mu (μ) is a purely functional framework for building micro services.
avrodefines-schemasgraphqlgrpchacktoberfesthaskellmonadsmumu-graphqlmu-haskellprotocol-buffersrpcstarred-higherkindness-repostarred-repotype-leveltype-level-programming
.github/workflows | ||
.vscode | ||
adapter | ||
core | ||
docs | ||
examples | ||
graphql | ||
grpc | ||
instrumentation | ||
servant/server | ||
templates | ||
.editorconfig | ||
.gitignore | ||
.gitmodules | ||
.stylish-haskell.yaml | ||
cabal-fmt.sh | ||
cabal.project | ||
CODEOWNERS | ||
default.nix | ||
DEVELOPMENT.md | ||
generate-haddock-docs.sh | ||
LICENSE | ||
python-test.nix | ||
README.md | ||
release-package.sh | ||
RELEASE.md | ||
run-docs.sh | ||
stack-nightly.yaml | ||
stack.yaml | ||
test-schema.sh | ||
test-templates.sh |
Mu for Haskell
This repo defines a set of libraries to write microservices in a format- and protocol-independent way. It shares the same goals as Mu for Scala, but using idiomatic Haskell and more type-level techniques.
Documentation
Contributing
This set of libraries are thought to be built using Stack. Just jump into the folder and run stack build
! The top-level stack.yaml
defines a common resolver and set of dependencies for all the packages.
If you want to contribute, please be sure to read the development guidelines first.