derogab / coingraph

Coingraph is a real-time graph for cryptocurrencies.
MIT License
127 stars 18 forks source link

Remove MySQL to use public APIs #9

Closed derogab closed 4 years ago

derogab commented 6 years ago

A developer on hacker-news made me notice that coingraph uses too many dependencies that can be replaced with home-made alternatives.

I have already replaced Apache with a webserver with the help of @gmemstr.

Another of these is the MySQL server. I had in mind replacing the database using only Public APIs.

Johnb21 commented 6 years ago

@derogab - Is this still something you need help with? Please let me know!

derogab commented 6 years ago

@Johnb21 Yes, sure.