(no title)
samwillis | 2 months ago
If you have any questions I'll be sure to answer them.
We recently crossed a massive usage milestone with over 3M weekly downloads (we're nearly at 4M!) - see https://www.npmjs.com/package/@electric-sql/pglite
While we originally built this for embedding into web apps, we have seen enormous growth in devtools and developer environments - both Google Firebase and Prisma have embedded PGlite into their CLIs to emulate their server products.
mpweiher|2 months ago
Obviously missing something...
OvbiousError|2 months ago
intrasight|2 months ago
saurik|2 months ago
SteveLauC|2 months ago
tdrz|2 months ago
nnnnico|2 months ago
tdrz|2 months ago
DonnyV|2 months ago
If anyone wants to help out who has compiled the postgis extension and is familiar with WASM. You can help out here. https://github.com/electric-sql/pglite/pull/807
JackC|2 months ago
Is the project interested in supporting http-vfs readonly usecases? I'm thinking of tools like DuckDB or sql.js-httpvfs that support reading blocks from a remote url via range requests.
Curious because we build stuff like this https://news.ycombinator.com/item?id=45774571 at my lab, and the current ecosystem for http-vfs is very slim — a lot of proofs of concept, not many widely used and optimized libraries.
I have no idea if this makes sense for postgres — are the disk access patterns better or worse for http-vfs in postgres than they are in sqlite?
phplovesong|2 months ago
sgt|2 months ago
oulipo2|2 months ago
tdrz|2 months ago
samwillis|2 months ago
rel|2 months ago
glenjamin|2 months ago
If so then supporting the network protocol so it could be run in CI for non-JS languages could be really cool
jitl|2 months ago
allan_s|2 months ago
mentalgear|2 months ago
dcgudeman|2 months ago
TheDataMaverick|2 months ago
lame_lexem|2 months ago
reachableceo|2 months ago
How do you know how many deployments you actually have in the wild?
pixelatedindex|2 months ago
Additionally, how you can get data on how many deployments without telemetry? The only telemetry that I’m interested in is for my uses, and don’t really care about sending data on deployment count to a third party. So the download count becomes a “good enough” metric.