Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

goriok/cookieater

Repository files navigation

Cookieater License: MIT Actions Status Docker Automated build

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      :
    .'    "     '         "     "   ; `.;";";";'
   ;         '       "       '     . ; .' ; ; ;
  ;     '         '       '   "    .'      .-'
  '  "     "   '      "           "    _.-'

TL;DR;

using

redis sentinels:

docker run -e REDIS_SENTINELS=<hosts> -e REDIS_SENTINELS_GROUP=<group> -p 4000:4000 goriok/cookieater:latest    

developing

store dependency:

docker run -d -p 6379:6379 redis:alpine

testing:

mix test

running:

mix run --no-halt