Items tagged with: postgresql

Search

Items tagged with: postgresql


Es gibt leider nicht viele Providers für #email und #XMPP aus einer Hand. Ist schön, wenn's das gibt, auch weil es den use case "email address == JID" meistens einfacher machen dürfte.

Da der Aufwand für #ejabberd maintenance fast nur aus normalen package updates besteht (naja, ich habe gestern ein bisschen mit einer #Mnesia-to-#PostgreSQL migration gekämpft), wäre es schon klasse, wenn @mailbox_org das weiter anböte, aber mit modernen features wie occupant id, A/V calls usw.


Wait, did Movim just unlocked the global search feature in its chat messages? 😱

Thanks to the powerful tsvector/tsquery #PostgreSQL feature (feature not available on MariaDB sorry 😔) you can now search messages by keywords in your history and directly load the conversation from the past 🕰️ !

Just click on the search button or hit Ctrl + F to open the brand new search panel 🔍

The next version will be packed with plenty of awesome features for sure 🚀✨

#xmpp #movim #search #feature


very scary bug indeed. Well worth reading for anyone working with Ops. Thank you for sharing this Matrix! #devOps #postgresql #postmortem



Under the hood:
✅ I replaced #PostgreSQL database storage by more suitable #ElasticSearch. It searches data faster and I have better control over results order
✅ I replaced #REST api by #GraphQL api for frontend - backend communication. This simplyfies a lot both the #React frontend and the #NextJs server implementations.