I have an existing Drupal site (php / mysql) that we’re planning to migrate to a javascript / node app over the next year. The idea is to migrate parts of the site independently over time until we’re completely off of php/mysql.
Is it feasible that when certain data is saved on our current site, to also push / save that data to Fauna so that we can later read that data from Fauna? If so, how would we approach that?
Along those same lines, we want to make this transition as seamless for our users as possible. How might we go about migrating user accounts (specifically passwords) to avoid forcing all of our users to reset their passwords?