My question comes from try to wrap my head around traditional MySQL<->php<->html/css/js Web app. I am building an app using all latest technologies as a training exercise.
I am narrowed down to the following frameworks
- MongoDB in backend
- MemcacheDB & Memcache to store cache data
- ExpressJS to create APIs
- Angular 2 on the front end.
Each of these technologies I know how to use in isolation. How can I build it out in a way that my final goal of deploying it to AWS leveraging docker to simplify it.?
- I read that isolating docker containers are best. What would be my docker containers here?
- How would ExpressJS connect to mongoDB and store value in AWS?
- Will stopping my MongoDB docker container destroy its data?
Aucun commentaire:
Enregistrer un commentaire