Start experimenting with database like NoSQL. Example: MongoDB, PouchDB.
- Various data you already have in your program
- Modeling those data to conform with better schema in NoSQL database
- Better data model
- Install one or more database management system (DBMS)
- Try to connect those via your terminal
- Prepare your program to be used with the new data source
- Connect your program with that data source