Delt
Explore posts from serversCCConvex Community
•Created by Delt on 12/23/2024 in #general
delt_'s Thread
Thank you! Fingers crossed 🤞
8 replies
CCConvex Community
•Created by Delt on 12/23/2024 in #general
delt_'s Thread
Okay, how about 1. and 2.?
Thanks Indy for answering 3. Sounds good to me!
8 replies
CCConvex Community
•Created by Delt on 12/23/2024 in #general
delt_'s Thread
I'm having this new project that I would like to use Convex for, but the product is initially India-only. I find it hard to justify using Convex here over Supabase / Firebase because of latency limitations, which sucks!
I found that edge network is in private alpha here: https://discord.com/channels/1019350475847499849/1019350478817079338/1225858825526050947
Here are some questions I have about this:
1. Any ETA on a public version?
2. How hard is it to enroll into the private alpha of the edge network support (india only) ?
3. What if I start out the project on US today and later edge networks rolls out. Will I be able to make the switch to India?
8 replies
CCConvex Community
•Created by Teddy on 7/24/2023 in #general
Can I use Convex with Qwik as of today
Hey @Teddy, did you manage to get Convex working with Qwik? Would love to hear how it went.
12 replies
CCConvex Community
•Created by jerry on 9/19/2023 in #general
SSR with “session resumption”
Can't wait for this! Would it be flexible for other SSR frameworks as well? Some integration details would be helpful. I'm hoping to do SSR with session resumption using SolidJS and Convex
7 replies
CCConvex Community
•Created by Delt on 8/17/2023 in #support-community
Apps with one database per tenant
Great ideas, I'll try experimenting with this!
7 replies
CCConvex Community
•Created by Delt on 8/17/2023 in #support-community
Apps with one database per tenant
Wonderful response! This was exactly what I needed, thank you. Now I can continue with Convex and continue to sleep well 😀
7 replies
CCConvex Community
•Created by Delt on 8/17/2023 in #support-community
Apps with one database per tenant
Thank you for your answer @ian.
It would certainly be easiest to put them all in one database as you suggest. However, restoring data for a single tenant becomes complicated and is probably the biggest painpoint. Isolation is also important to prevent a tenants data being exposed to others if a dev writes an incorrect WHERE clause.
I suppose a database-per-tenant setup could be built with Convex once it goes open source. Say I start out with a single database per tenant for now and then later migrate tenant data from the single db to individual databases enabled by a Convex fork, built by e.g. me, that supports db-per-tenant.
About the backups, I guess it could be possible to automate the snapshot export and/or streaming of data using airbyte?
7 replies