A client has a web application that persists data to a local JSON file. They are migrating the application to Heroku. In order for the application to conform to the Twelve-Factor methodology, what changes should an Architect recommend?
- The application should persist the data to a database add-on.
- The application should persist the data to a local SQLite database.
- The application should use at least 2 dynos to ensure that the JSON file is highly available.
- The application should be stateless and therefore not persist data at all.
Reveal Solution
Next Question