I need some help.
Since my first Medium article about DASH (no help there), I’ve been working on part #2 where I automate data collection and then serve up the DASH app on an Ubuntu server. I understand that if I was an Enterprise customer of DASH they’d take care of this stuff for me. I also understand that deploying as a Heroku app works. But what if I don’t want to wait a minute or so every time a Heroku app complies. Or one from GC?
My point is that it has been very difficult for me to deploy my DASH app on a Linux machine and it seems many share the same frustrations. (I have been able to do it, but it has issues).
The beauty of DASH is that it allows me to work in Python and not have to get my hands dirty with Javascript. GREAT! But it doesn’t matter how powerful the DASH app is if I have to be a Linux server expert to get it deployed and useful to others. I understand web servers are a difficult technology. But that doesn’t mean DASH couldn’t have some tutorials on the major cloud providers: AWS, Azure, GC, etc. To expect open-source efforts to have to buy into a Heroku app sort of defeats the idea of open-source. In the end, if it’s a choice between becoming a Linux server expert and ditching DASH for other library (and their Javascript headaches but ample people to help) then, well, I’m struggling here.
I’m off to write my 2nd Medium article. I fear it will be my last on DASH unless someone at DASH can help me out with some questions or improve DASH’s deployment documentation. THANKS!