Meteor and a mysqlLegacy database

Hello everybody , i m a new meteor developper , and i have a new challenge for a new app and have to choose the good stack.
I have a legacy mysql database , and want to conserve it .
what is the best stack :

  • API rest with the mysql database and meteorjs with mongo for new data
  • API rest with the mysql database and graphql stack
  • mysql read data from meteorjs ( with numtel package for example )
  • vulcan JS

Regards
I

No ideas ?
Regards
Ben

Hi Ben,

In my opinion, the best option would be to use a sql package from npm and graphql to pull the data.

Thanks , Meteor + graphql ( to mysql datas) ?
Regards
Ben