Currently the data of companies is allocated within the repo as a JSON file, this needs to be changed.
If this is going to change, it should be ported as a database (MongoDB would work wonders with this, as well as SQL) and hosted separately if possible. The challenges to this is that it should be as cheap as possible, free if possible.
With free hosting there comes traffic and data caps, the data itself should not be much, but I am a bit afraid of traffic caps which is why as of now it will be hosted as a JSON on GitHub pages
Currently the data of companies is allocated within the repo as a JSON file, this needs to be changed.
If this is going to change, it should be ported as a database (MongoDB would work wonders with this, as well as SQL) and hosted separately if possible. The challenges to this is that it should be as cheap as possible, free if possible.
With free hosting there comes traffic and data caps, the data itself should not be much, but I am a bit afraid of traffic caps which is why as of now it will be hosted as a JSON on GitHub pages