5 ms·
ReadySet (readyset.io) supports the same style of caching and works with Supabase, if you want to check us out :) I have a few extra cloud invites: greg@readys
by greg-m 4y ago
ReadySet (readyset.io) supports the same style of caching and works with Supabase, if you want to check us out :)
I have a few extra cloud invites: greg@readyset.io
- edmundsauto 4y agoMuch appreciated, I will check you out for my next project. Right now I'm not able to migrate as I'm trying to get an MVP up and running and have spent a few days deeply integrating w/ Supabase. What are your core value prop differences between your service and sb? Just curious how I should think about your offering compared to what I'm familiar with.
- greg-m 4y agoWe work with supabase - so your DB still deploys out to them, but we cache queries in memory so they're significantly lower latency. Since we're offloading reads, we also help handling traffic spikes, lower costs, etc.
- edmundsauto 4y agoAh gotcha, that makes sense. My little hobby app has no need for any perf optimizations and I’m trying to minimize the surface area of technologies I incorporate. I’ll keep you in mind for anything that does require performance! Currently I’m doing about 5 requests per day to the db layer, all from my dogfooding. With a very simple data model.