正在加载视频...

视频加载失败

With PGlite + Electric sync you can build an issue tracker handling 100k issues + 500k comments, synced from Postgres to PGlite in the browser! Super fast UI updates with all writes going though the local database, and Postgres FTS in PGlite for search 🔥

55,412 次观看 • 1 年前 •via X (Twitter)

9 条评论

Sam Willis 的头像
Sam Willis1 年前

@ElectricSQL Yep, I'll be doing write ups of how to achieve this pattern, along with some other patterns combining @ElectricSQL with other state management systems.

Jake Colling 的头像
Jake Colling1 年前

@ElectricSQL So sick! @n_raidenai Sorry to just keep lobbing stuff your way but imagine having this power in the chrome extension. It could reasonable hold every tweet. Would be incredible if I could FTS across every tweet I saw for a day. Maybe let them decay over time?

stewones 👀 的头像
stewones 👀1 年前

@ElectricSQL how does the inital sync work? is it like a fetch request which returns thousands of records?

Sam Willis 的头像
Sam Willis1 年前

@ElectricSQL Electric uses HTTP GET and long polling for sync. The initial sync is a few hundred mb of JSON (gzips much smaller). The PGlite sync plugin (new version) converts that initial batch to a file to do a COPY FROM for fast import. Ongoing sync converted to normal sql.

Gin Lennon 🌊 的头像
Gin Lennon 🌊1 年前

@ElectricSQL Impressive numbers! I had the chance to talk with a Rob at the Code BEAM lite in Berlin yesterday. What you are continuously shipping is just mind blowing 🤯

Chara Perdana 的头像
Chara Perdana1 年前

@ElectricSQL Any github link for this demo?

Sam Willis 的头像
Sam Willis1 年前

@ElectricSQL Code is here: Will be merged into the main PGlite mono rep once we've fixed a few bugs extracted a few of the tweaks to the sync and live query plaining I've been making.

Xiaoyi 的头像
Xiaoyi1 年前

@ElectricSQL local first FTW!

Aleksander Rendtslev 的头像
Aleksander Rendtslev1 年前

@ElectricSQL How are you guys thinking about indexDB size limitations? I know zerosync is going for maintaining a windowed cache of your data to get around that issue.

相关视频