Live company data researching/streaming as a service.
Hello, ive got an idea to build scraper based on google/yandex/linked in search results to gather spesific categoried company informations as a service on my country. Ive implemented convex but even while on development i gapped through database bandwith. Ive really really want to use convex but i cant affort since its startup and i do not have users for like 2-3 weeks on start. Is there a way to fix it ? Ill make sure to answer any question about data/schema/functions.
Nextjs app register/login via clerk.
Add research token on registering via clerk on convex db.
User starts research with credits.
My backend server listens tasks records for pending requests.
Claims task to work on it and stream results on convex database.
Nextjs app listens tast results via convex function and serves to customer.
Mainly shown on video at 40-50 secs.
Im really looking forward to any help...

1 Reply
Also trial live on https://kimbusirket.com/
this two functions basicly take all my bandwith one registering companies/results. one shows it to users.
Fixed with some improvements on functions and moved to convex on local server instead.