#Creating API with Convex?

1 messages · Page 1 of 1 (latest)

thin sentinel
#

I have an assesment to make an API, with many endpoints, out of several different APIs.
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.

exotic cloak
thin sentinel
#

Will it handle it properly? I mean because its really tons of information updating very frequently

exotic cloak
#

For sure. People have tables with millions of rows and tables that update hundreds times of per second in Convex for example.

thin sentinel
exotic cloak
#

npm create convex@latest and follow the prompts

thin sentinel
#

How to make field with unique values so it wont create new row until its new value on every unique field