jzhupan / tech-jobs

Trying out GitHub pages with a React app.
1 stars 0 forks source link

Data Allocation / Management #11

Open jcari-dev opened 8 months ago

jcari-dev commented 8 months ago

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