Creating API with Convex?
I chose NodeJS for building this, but i didnt choose the Database yet.
Because i used Convex on my previous ( yet less demanding ) projects and i liked it so much, im wondering if it could work with Convex, so i don't have to use MongoDB or MySQL?
My finished product, an actual API with tons of endpoints has to have all the information about all 70k different cryptocurrencies, previously pulled from several different existing APIs. Its gonna update every 1-2 minutes.
