←back to thread

151 points modinfo | 1 comments | | HN request time: 0.219s | source
Show context
bsnnkv ◴[] No.43681951[source]
Been a happy user of MS in production for https://notado.app for many years, and someone from MS even reached out to me a few years ago thanking me for my write-up of syncing Postgres records to MS[1], saying they used it as a reference for something they later shipped.

I haven't kept up with the latest updates, all these new AI references don't inspire confidence at all, but the older version I'm running is chugging along and doing a great job.

[1]: https://notado.substack.com/p/how-notado-syncs-data-from-pos...

replies(4): >>43682284 #>>43682410 #>>43688297 #>>43689721 #
nkmnz ◴[] No.43689721[source]
May I ask why you chose to write and deploy a whole service in go over using pgsql-http to make synchronous http requests directly from Postgres to meilisearch? This would also remove the need of using listen/notify.
replies(1): >>43691601 #
1. bsnnkv ◴[] No.43691601[source]
I hadn't heard of it back in 2019, and even now that I look at it for the first time, I still think I'd rather maintain a separate sync service than maintain a Postgres instance with custom extensions and write HTTP requests in SQL.