I recognized that a Graphcool framework docker image includes a MySQL system. Can I use external MySQL server like Amazon RDS with Graphcool framework?
i
iamclaytonray
12/13/2017, 7:41 AM
MySQL is for local dev. GC actually uses Aurora.
iamclaytonray
12/13/2017, 7:42 AM
More DBs will come. I believe you can run RDS for your API on your own infrastructure. I wouldn’t see why not, though. RDS is just a wrapper over SQL DBs
t
taizo
12/26/2017, 3:27 PM
@iamclaytonray Thank you for your replay.
When I set up Graphcool framework on my local env, 4 docker images are started. One of these docker images is for MySQL, I guess. If I would like to use external MySQL, how can I configure MySQL host, user, password and database?