judy2k, to random
@judy2k@chaos.social avatar

If anyone at would like to be a PHP Developer Advocate at (or knows someone who would), then come talk to me!

Why am I posting about a PHP position at PyCon? @chrisjrn made me do it. Go complain to him 😁

linuxmagazine, to PostgreSQL
@linuxmagazine@fosstodon.org avatar

From today's Linux Update newsletter: Artur Skura provides an introduction to PostgreSQL and helps you get started with some useful features. https://www.linux-magazine.com/Issues/2024/283/PostgreSQL

AndriiKuznietsov75, to webdev Ukrainian
@AndriiKuznietsov75@social.kyiv.dcomm.net.ua avatar
kubikpixel, (edited ) to Redis German
@kubikpixel@chaos.social avatar

I have the same question about: PoloDB¹ vs. KeyDB² or even RethinkDB³? 🤔
(all ar open-source and free)

«MongoDB vs. Redis: Which Database Should You Use?»
📄 https://www.integrate.io/blog/mongodb-vs-redis/

  1. https://www.polodb.org
  2. https://docs.keydb.dev
  3. https://rethinkdb.com


rodolphe, to random

Comment se passer de Redis et de ses dérivés ? Et bien tout simplement en utilisant PostgreSQL. C'est ce que j'ai fait pour un projet personnel et cette approche m'a vraiment convaincu. Un article pour voir comment je m'y suis pris pour revoir le stockage de mes données volatiles.

https://rodolphe.breard.tf/article/postgresql-pour-remplacer-redis/

lutindiscret,
@lutindiscret@mastodon.libre-entreprise.com avatar

@rodolphe je me demande si y'aurait pas moyen de gérer requête + ménage en une fois avec une MERGE. Au lieu de SELECT, tu MERGE (au passage, ça peut prolonger la vie du token), le MERGE permet de DELETE la ligne expirée si c'est le cas 🤔

Chez @codelutin on a travaillé à un banc-d'essai pour substituer des . Oui, faut faire gaffe, faut mesurer mais je suis d'accord avec toi que la plupart du temps, on a pas besoin de temps de réponses si exigeant : les goulots sont ailleurs...

osjobhub, to opensource
@osjobhub@fosstodon.org avatar
leanpub, to CloudComputing
@leanpub@mastodon.social avatar

Principles of Vertx (2nd edition): How to build reactive applications and be happy https://leanpub.com/principlesofvertx2 by Yuri Mednikov is the featured book on the Leanpub homepage! https://leanpub.com @xmednikovi

linuxmagazine, to PostgreSQL
@linuxmagazine@fosstodon.org avatar

From the Linux Update newsletter: Open source database management systems offer flexibility and lower costs while avoiding vendor lock-in, but how do you choose the one that's right for your organization? https://www.linux-magazine.com/Issues/2024/282/Data-Management

osjobhub, to linux
@osjobhub@fosstodon.org avatar
phranck, to swift German
@phranck@chaos.social avatar

Fellow / and developers: I need your help.

This is a question I published on the MongoDB forum:

https://www.mongodb.com/community/forums/t/signin-with-apple/271753

And it is a serious topic to us (the company). Do you know how to do SignIn with one Apple ID on different apps (iOS, macOS) to get the same Realm user?

Please share. Thanks. 🙏
:BoostOK:

talkpython, to python
@talkpython@fosstodon.org avatar

Have you tried our latest and free course?

Build An Audio AI App
https://training.talkpython.fm/courses/build-an-audio-ai-app-with-python-and-assemblyai

So many fun things to learn. Obviously working with audio data, speech to text, but also LLMs from AssemblyAI, , Beanie, , , , and plenty more. cc @mkennedy

devops, to AWS Ukrainian
@devops@twiukraine.com avatar

Думаю як швидше додати репліку в кластер з розміром бази 3ТБ. Є такі варіанти:

  • снапшот існуючої та потім наздоганяти зміни;
  • підняти новий сервер, через перегнати усі файли в каталозі mongodb та наздоганяти зміни.
    Спробував другий варіант, але вже декілька годин працює та ще половини файлів не засінкав.
    Мабуть, прийдеться з нуля нову репліку додавати по першому варіанту.
devops,
@devops@twiukraine.com avatar

У змаганні VS реплікація перемогла остання. Нода змогла засінкать десь 3ТБ даних меньш ніж за 16 годин, а rsync, хоча й стартовав раніше, не встиг завершити реплікацію

neptune22222, to foss
@neptune22222@kolektiva.social avatar

MongoDB's SSPL (Server Side Public License) sounds like an extremely strong copyleft form of free software license. It sounds like MongoDB took the AGPL and made it much stronger.

Respected "open source" groups have rejected MongoDB's copyleft open source free software license, such as the OSI, RedHat, and Debian.

The criticism of the SSPL do not seem to recognize that it is a copyleft free software license. Is the OSI really a protector of copyleft free software? The politics of these organizations seem to leaning anarcho-capitalist "libertarian".

I don't believe the SSPL will harm any specific field of endeavor. Databases are used in all fields of endeavor. They are usually one of many provided cloud computing services. Cloud computing services are used in most every field of endeavor these days. Even my toothbrush has a cloud database.

By rejecting the SSPL, the OSI, RedHat, Debian have appeared to have ignored the copyleft freedoms that the SSPL guarantees.

blastar, to iOS

New post: Connecting to MongoDB from SwiftUI: A Step-by-Step Tutorial with Examples https://blastar.biz/2024/03/13/connecting-to-mongodb-from-swiftui-a-step-by-step-tutorial-with-examples/

StormaticsTech, to opensource
@StormaticsTech@mastodon.social avatar

Deciding between PostgreSQL and MongoDB for your business?

🚀 Check out our recent whitepaper that dives deep into the data insertion performance of both databases, focusing on JSONB and BSON data types.

👉 Download the whitepaper here: https://hubs.ly/Q02p8l000

...

drechsler, to linux
@drechsler@floss.social avatar

PSA running with : don't upgrade 7.0.5. to 7.0.6. does not follow semantic versioning.

phranck, (edited ) to swift
@phranck@chaos.social avatar

To all / folks and / developer. We are facing problems of Realm in combination with Sign In.

Do you have any idea if this is supported?
Please share, thanks.

https://www.mongodb.com/community/forums/t/issues-with-shared-apple-sign-in-across-multiple-swift-apps-with-realm/270548

hyc, to random
@hyc@mastodon.social avatar

There was a paper published in 2022 that was highly critical of using #mmap in a database management system. I wrote a lot about it on twitter back then, but have collected it all into a blog post now. tl;dr the paper is full of crap.
https://www.symas.com/post/are-you-sure-you-want-to-use-mmap-in-your-dbms #lmdb #dbms

hyc,
@hyc@mastodon.social avatar

Love this commentary - "notorious for losing data if a gnat sneezed in the server room." http://ace.mu.nu/archives/408283.php

hyc, to random
@hyc@mastodon.social avatar

Don't look now, but judging from this SAE paper, may be headed to a Mercedes Benz near you https://www.sae.org/publications/technical-papers/content/2024-26-0331/

hyc,
@hyc@mastodon.social avatar

An amusing part - their benchmark results show that trounces and in both read and write performance, yet they still write in their conclusion "RocksDB is optimized for high-performance operations, especially for write-intensive workloads, making it suitable for applications requiring fast data ingestion and low latency."

Completely ignoring their own data.

Have to wonder if an AI wrote this paper.

nixCraft, to random
@nixCraft@mastodon.social avatar

Which database do you have the most experience with? 🤔

artem,
@artem@social.anufrij.de avatar
hyc, to random
@hyc@mastodon.social avatar

LMDB - Faster NoSQL than MongoDB?
https://dev.to/plaintextnerds/lmdb-faster-nosql-than-mongodb-ae6

"Yes, LMDB absolutely obliterates MongoDB, in almost every way measurable when dealing with high load."

image/png

alternativeto, to random
@alternativeto@mas.to avatar

Database platform has warned its customers about a security breach involving unauthorized access to certain systems, exposing customer account metadata and contact information. Customers should enable MFA and change their password.
https://alternativeto.net/news/2023/12/mongodb-investigating-security-breach-exposing-account-metadata-and-contact-information/

YourAnonRiots, to Cybersecurity Japanese
@YourAnonRiots@mstdn.social avatar

🔒 Update from :

—Unauthorized Access to Limited Corporate Systems
—No Security Vulnerability in MongoDB Products
—No Unauthorized Access to MongoDB Atlas Clusters
—No Evidence of Wider Impact

https://thehackernews.com/2023/12/mongodb-suffers-security-breach.html

governa, to random
@governa@fosstodon.org avatar
  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • GTA5RPClips
  • DreamBathrooms
  • everett
  • magazineikmin
  • Durango
  • InstantRegret
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • thenastyranch
  • kavyap
  • ethstaker
  • megavids
  • tacticalgear
  • cubers
  • cisconetworking
  • osvaldo12
  • khanakhh
  • ngwrru68w68
  • modclub
  • tester
  • anitta
  • normalnudes
  • provamag3
  • Leos
  • lostlight
  • All magazines