For now it's very simple, I just want to store my cookies in a store (redis for now) and use Elixir as simple as possible....
Probably it will have more functionalities in a close future....
.---. .---.
: o : o : me want cookie!
_..-: : :-.._ /
.-'' ' `---' `---' " ``-.
.' " ' " . " . ' " `.
: '.---.,,.,...,.,.,.,..---. ' ;
`. " `. .' " .'
`. '`. .' ' .'
`. `-._ _.-' " .' .----.
`. " '"--...--"' . ' .' .' o `.
.'`-._' " . " _.-'`. : o :
.' ```--.....--''' ' `:_: o :
.' " ' " " ; `.;";";";'
; ' " ' . ; .' ; ; ;
; ' ' ' " .' .-'
' " " ' " " _.-'
redis sentinels:
docker run -e REDIS_SENTINELS=<hosts> -e REDIS_SENTINELS_GROUP=<group> -p 4000:4000 goriok/cookieater:latest
store dependency:
docker run -d -p 6379:6379 redis:alpine
testing:
mix test
running:
mix run --no-halt