Tag: Phoenix
Posts of Tag: Phoenix
Posts of Tag: Phoenix
Writing a Blog Engine in Phoenix and Elixir: Part 4, Adding Roles to our Controllers
Creating a Role Checker Helper The next thing we need to do is create a simple way to verify if the user creating the other users is indeed an admin. Create web/models/role_checker.ex and we’ll populate it wit...Learn MoreNewsWeb DevelopmentElixirPhoenixPhoenix Frameworkcan not connect to phoenix using python phoenixdb library
I have Phoenix which is integrated with HBase. I am trying to access phoenix from python code using pythondb library, and I have started the QueryServer using bin/queryserver.py start But after the connect sta...Learn MorePythonPhoenix