Hello Arik and guys at Redash,

First of all, wonderful work! (I learnt you guys from TalkPythonToMe)

Here is my view of how we are gonna use Redash for us:
It should be an internal server that only our company members can have access to it, to make it as safe as possible.

Right now, I want to put some dashboard (the “view only” way) to our public website (a plain Flask server) without opening Redash port to the public.
Is this possible?

So instead of fetching the dashboard from the client side, I want my flask sever to fetch the dashboard and then give it to the client side.

BTW, I’m also wondering if there is a simple way to integrate Redash into a flask server?

Thanks!