Skip to content

nieled/uaa-hs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fe21f63 · Aug 10, 2022
Aug 10, 2022
Jul 5, 2022
Jul 7, 2022
Aug 6, 2022
Jul 3, 2022
Jul 13, 2022
Jul 5, 2022
Jul 3, 2022
Jul 3, 2022
Aug 10, 2022
Jul 14, 2022
Jul 23, 2022
Jul 3, 2022
Aug 6, 2022
Jul 21, 2022
Aug 6, 2022
Aug 6, 2022
Aug 6, 2022

Repository files navigation

uaa-hs

build

Nix for dev environment

PostgreSQL

The nix-shell config has a shellHook that initializes and starts the database.

Redis

In-memory kv store. We use it to store session ids to user ids mappings. Dev server can be started in a nix shell with:

redis-server

RabbitMQ

Queueing system used primarily to offload tasks that are not necessary to be processed immediately. That allows application to be more responsive to the user. Dev server can be started in a nix shell with:

rabbitmq-server start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published