I have a Drupal app, which is quite bloated. I'm estimating if it's cost efficient to convert this app to web2py. Essentially, I'm most interested in moving the users and nodes/comments from Drupal to web2py. As long as these are consistent, I can cook up the rest.
What would you suggest? What would be the best ways to extract information from tables of a MySQL database and place them into similar-in-content, but structurally different models in web2py? Thanks.