#mongo — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #mongo, aggregated by home.social.
-
I really wish someone would step up and build a cloudnative-pg -like tooling for mongodb
it's such a pain to work and maintain a self-hosted when you don't want to pay for the hosted version
#database #CheapBastard #mongo #postgres #cloudnativepg #cncf
-
I really wish someone would step up and build a cloudnative-pg -like tooling for mongodb
it's such a pain to work and maintain a self-hosted when you don't want to pay for the hosted version
#database #CheapBastard #mongo #postgres #cloudnativepg #cncf
-
I really wish someone would step up and build a cloudnative-pg -like tooling for mongodb
it's such a pain to work and maintain a self-hosted when you don't want to pay for the hosted version
#database #CheapBastard #mongo #postgres #cloudnativepg #cncf
-
Dzisiaj zainspirowany efektami vibecodowania kolegi sam povibecodowałem za pomocą #Antigravity . Nic by z tego raczej nie wyszło, gdybym sam nie umiał programować. Ale finalnie mam prostą skontenerowaną Dockerem apkę z logowaniem, dodawaniem i edycją produktów z frontendem z #React , zapisywaniem w #Mongo i kodowaniem C# Core .NET .
-
Made a YouTube video explaining why I switched from #MongoDB to #Postgres. I've heard plenty of criticism of it, but not much to do with actually using it. I get into that topic in this video.
-
Steve McMichael selected for Hall of Fame https://www.rawchili.com/nfl/739976/ #AnneHenning #Bears #Chicago #ChicagoBears #ChicagoHistory #ChicagoBears #DianneHollum #February9 #Football #HallOfFame #InfantWelfareSociety #japan #mongo #NFL #O’HareInternationalAirport #SpeedSkating #SteveMcmichael #WinterOlympics
-
Steve McMichael selected for Hall of Fame https://www.rawchili.com/nfl/739976/ #AnneHenning #Bears #Chicago #ChicagoBears #ChicagoHistory #ChicagoBears #DianneHollum #February9 #Football #HallOfFame #InfantWelfareSociety #japan #mongo #NFL #O’HareInternationalAirport #SpeedSkating #SteveMcmichael #WinterOlympics
-
Фронтенд 2026: что умерло, что выжило и что взлетело неожиданно
Я открываю старый проект 2020 года и вижу знакомые имена в package.json: create-react-app, enzyme, moment.js, axios. Пять лет назад это был золотой стандарт. Сегодня же эти технологии вызывают у коллег искреннее недоумение: «Зачем это тут?» А ведь прошло всего пять лет. И за эти 5 лет изменилось очень многое: SPA переживает упадок, TypeScript стал обязательным стандартом, роль фронтенд-разработчика расширяется до full-stack. А дальше что, браузеры заменят фреймворки?
-
pack-mongodb vv0.0.2 is now available on Ramble!
MongoDB replicaset
-
It really is surprising sometimes how #homelab services grow....and I just want to emphasize that it's silly to think that you'll be the exception.
Prior to doing my big holiday cleanup of scattered docker containers being moved over to first class, fully automated #proxmox #k3s VM nodes, and #kubernetes services being managed by #ansible and #argocd, I thought for sure I knew exactly how many services I would be running.
I also felt confident that I didn't need anything more than that.
Low and behold, the old adage holds true.
Tonight I was working on my deployment of #netbox (https://github.com/netbox-community/netbox) and I realized that it uses #Postgres under the hood.
No big deal. I've got a Postgres instance already running in the cluster.....except that I wrongly made the assumption that #paperless_ngx would be the only consumer, and I turned off the superuser.
Still no big deal....except that I'm deploying everything via GitOps as much as possible, AND I've already got live, important data in Postgres.
*long sigh*
So...now I get to go do some manual surgery on users and databases to make it be a proper cluster wide, multi-tenant service, I'll make the gitops side of it look pretty later.
And that's when I realized that keeping an instance of #pgadmin around would be super useful going forward.
I was, in no way, planning on running a PgAdmin instance, but here we are.
Well...guess what? I'm also running Mongo, InfluxDB, and Redis.
Thankfully, Influx ships with a WebUI...but if I'm already adding pgAdmin, then there's no sense skipping #Mongo Compass and #Redis Insight.
And that's officially 3 more unexpected services to deploy in a single night.
-
It really is surprising sometimes how #homelab services grow....and I just want to emphasize that it's silly to think that you'll be the exception.
Prior to doing my big holiday cleanup of scattered docker containers being moved over to first class, fully automated #proxmox #k3s VM nodes, and #kubernetes services being managed by #ansible and #argocd, I thought for sure I knew exactly how many services I would be running.
I also felt confident that I didn't need anything more than that.
Low and behold, the old adage holds true.
Tonight I was working on my deployment of #netbox (https://github.com/netbox-community/netbox) and I realized that it uses #Postgres under the hood.
No big deal. I've got a Postgres instance already running in the cluster.....except that I wrongly made the assumption that #paperless_ngx would be the only consumer, and I turned off the superuser.
Still no big deal....except that I'm deploying everything via GitOps as much as possible, AND I've already got live, important data in Postgres.
*long sigh*
So...now I get to go do some manual surgery on users and databases to make it be a proper cluster wide, multi-tenant service, I'll make the gitops side of it look pretty later.
And that's when I realized that keeping an instance of #pgadmin around would be super useful going forward.
I was, in no way, planning on running a PgAdmin instance, but here we are.
Well...guess what? I'm also running Mongo, InfluxDB, and Redis.
Thankfully, Influx ships with a WebUI...but if I'm already adding pgAdmin, then there's no sense skipping #Mongo Compass and #Redis Insight.
And that's officially 3 more unexpected services to deploy in a single night.
-
It really is surprising sometimes how #homelab services grow....and I just want to emphasize that it's silly to think that you'll be the exception.
Prior to doing my big holiday cleanup of scattered docker containers being moved over to first class, fully automated #proxmox #k3s VM nodes, and #kubernetes services being managed by #ansible and #argocd, I thought for sure I knew exactly how many services I would be running.
I also felt confident that I didn't need anything more than that.
Low and behold, the old adage holds true.
Tonight I was working on my deployment of #netbox (https://github.com/netbox-community/netbox) and I realized that it uses #Postgres under the hood.
No big deal. I've got a Postgres instance already running in the cluster.....except that I wrongly made the assumption that #paperless_ngx would be the only consumer, and I turned off the superuser.
Still no big deal....except that I'm deploying everything via GitOps as much as possible, AND I've already got live, important data in Postgres.
*long sigh*
So...now I get to go do some manual surgery on users and databases to make it be a proper cluster wide, multi-tenant service, I'll make the gitops side of it look pretty later.
And that's when I realized that keeping an instance of #pgadmin around would be super useful going forward.
I was, in no way, planning on running a PgAdmin instance, but here we are.
Well...guess what? I'm also running Mongo, InfluxDB, and Redis.
Thankfully, Influx ships with a WebUI...but if I'm already adding pgAdmin, then there's no sense skipping #Mongo Compass and #Redis Insight.
And that's officially 3 more unexpected services to deploy in a single night.
-
It really is surprising sometimes how #homelab services grow....and I just want to emphasize that it's silly to think that you'll be the exception.
Prior to doing my big holiday cleanup of scattered docker containers being moved over to first class, fully automated #proxmox #k3s VM nodes, and #kubernetes services being managed by #ansible and #argocd, I thought for sure I knew exactly how many services I would be running.
I also felt confident that I didn't need anything more than that.
Low and behold, the old adage holds true.
Tonight I was working on my deployment of #netbox (https://github.com/netbox-community/netbox) and I realized that it uses #Postgres under the hood.
No big deal. I've got a Postgres instance already running in the cluster.....except that I wrongly made the assumption that #paperless_ngx would be the only consumer, and I turned off the superuser.
Still no big deal....except that I'm deploying everything via GitOps as much as possible, AND I've already got live, important data in Postgres.
*long sigh*
So...now I get to go do some manual surgery on users and databases to make it be a proper cluster wide, multi-tenant service, I'll make the gitops side of it look pretty later.
And that's when I realized that keeping an instance of #pgadmin around would be super useful going forward.
I was, in no way, planning on running a PgAdmin instance, but here we are.
Well...guess what? I'm also running Mongo, InfluxDB, and Redis.
Thankfully, Influx ships with a WebUI...but if I'm already adding pgAdmin, then there's no sense skipping #Mongo Compass and #Redis Insight.
And that's officially 3 more unexpected services to deploy in a single night.
-
It really is surprising sometimes how #homelab services grow....and I just want to emphasize that it's silly to think that you'll be the exception.
Prior to doing my big holiday cleanup of scattered docker containers being moved over to first class, fully automated #proxmox #k3s VM nodes, and #kubernetes services being managed by #ansible and #argocd, I thought for sure I knew exactly how many services I would be running.
I also felt confident that I didn't need anything more than that.
Low and behold, the old adage holds true.
Tonight I was working on my deployment of #netbox (https://github.com/netbox-community/netbox) and I realized that it uses #Postgres under the hood.
No big deal. I've got a Postgres instance already running in the cluster.....except that I wrongly made the assumption that #paperless_ngx would be the only consumer, and I turned off the superuser.
Still no big deal....except that I'm deploying everything via GitOps as much as possible, AND I've already got live, important data in Postgres.
*long sigh*
So...now I get to go do some manual surgery on users and databases to make it be a proper cluster wide, multi-tenant service, I'll make the gitops side of it look pretty later.
And that's when I realized that keeping an instance of #pgadmin around would be super useful going forward.
I was, in no way, planning on running a PgAdmin instance, but here we are.
Well...guess what? I'm also running Mongo, InfluxDB, and Redis.
Thankfully, Influx ships with a WebUI...but if I'm already adding pgAdmin, then there's no sense skipping #Mongo Compass and #Redis Insight.
And that's officially 3 more unexpected services to deploy in a single night.
-
Kommentar: #Microsoft schickt #DocumentDB zum Schutz zur #LinuxFoundation | Developer https://www.heise.de/meinung/Kommentar-Microsofts-DocumentDB-sucht-Schutz-bei-der-Linux-Foundation-10620986.html #SQL #MongoDB #Mongo #Postgres #PostgreSQL #NoSQL @linuxfoundation
-
Построение REST API на Go с использованием Gorilla Mux и MongoDB
Введение В данной статье будет рассмотрена практическая интеграция MongoDB с веб-приложением на Go, построенным на базе маршрутизатора Gorilla Mux . Цель — получить минимальный, но функциональный REST API с поддержкой CRUD-операций над сущностью Book , при этом соблюдая лучшие практики структурирования кода. Материал рассчитан на разработчиков, знакомых с Go, HTTP API и основами работы с базами данных. Выбор стека Go — компилируемый язык с лаконичным синтаксисом, встроенной поддержкой параллелизма и богатой стандартной библиотекой для работы с сетью. Эти качества делают его удобным выбором для разработки API-сервисов.
-
Analyzing #Database Trends Through 1.8 Million Hacker News Headlines #mongo #mysql #postgresql #duckdb https://camelai.com/blog/hn-database-hype/
-
Коротко про TTL в NoSQL-хранилищах: Redis, MongoDB и Cassandra
Привет, Хабр! В этой статье мы коротко рассмотрим, как работает TTL в трёх популярных NoSQL-хранилищах — Redis, MongoDB и Cassandra.
https://habr.com/ru/companies/otus/articles/923834/
#cassandra #mongo #redis #масштабирование #облачные_базы_данных #Обработка_больших_данных
-
From SQL to NoSQL Without the Chaos: Building Modern Java Apps with Quarkus and Jakarta NoSQL
https://myfear.substack.com/p/jakarta-nosql-quarkus-guide-for-modern-java-applications
#Java #Quarkus #NoSQL #JakartaEE #Mongo -
Сравнение 2х нишевых библиотек для написания миграций в монго
В работе веб-разработчика (в частности бекенд-разработчика) встречается много разных интересных и уникальных задач. В этой статье речь пойдёт о такой теме как написание миграций документно-ориентированной БД mongo . Как и в любой задаче у нас имеется несколько вариантов решения проблемы. Мы подробно разберём примеры использования 2х разных c#-библиотек, не углубляясь в детали реализации. Посмотрим их плюсы и минусы и выберем 1 из них для выполнения поставленной задачи. В конце нас ждёт небольшое сравнение производительности, так что пристегнитесь, ведь будет интересно. Пристегнуться!
-
Выбор индексов в базах данных для highload-систем
Индексы – это «ускорители» доступа к данным в базах данных. Правильно выбранные индексы могут многократно ускорить запросы, что особенно критично в highload-системах с большими объёмами данных и большим числом запросов. Однако за ускорение чтения приходится платить усложнением записи и дополнительным расходом памяти. В этой статье мы подробно рассмотрим, как работают разные типы индексов в реляционных СУБД, как выбирать индекс под конкретный запрос, обсудим подводные камни (например, блоат, переиндексация, избыточные индексы) и затронем индексацию в NoSQL (MongoDB, Cassandra). Завершим чеклистом, который поможет выбрать оптимальный индекс под вашу задачу.
https://habr.com/ru/articles/897766/
#postgresql #mysql #mongo #cassandra #sql #nosql #базы_данных #нагрузка #высокая_производительность #распределенные_системы
-
It would be so nice if all databases, caches, search engines and the like would use a common standard for authentication and selecting the service or database. Preferably also with encryption, so how about mTLS with a service field in the CN?
Looking at you #postgres #mysql #elastic #memcache #redis #mongo
-
#getFedihired - Know #MongoDB and/or #ElasticSearch and/or GNU/Linux #sysadm ? Expecially if you know #Ansible and/or #python and #shell scripting
A couple US or India #WFH positions opening up for 24/7 support ( includes #weekend and #holiday shifts )
US roles are US daytimes, India roles are the other 16 hours of day
DM me if you're interested ( job listings coming soon )
We should also have some SRE and dev positions and a MongoDB DBA position soon
-
Featured Job from @openuk #SOOCon25 Job Board: Percona is searching for a SQL Database Support Engineer, Director of Product, C++/Mongo Senior Software Engineer, and more. Browse the company’s open positions on #OSJH
https://opensourcejobhub.com/company/339/
#Percona #jobs #career #database #engineer #MySQL #Mongo #PostgreSQL #Redis #Valkey #OpenSource -
Featured Job from @openuk #SOOCon25 Job Board: Percona is searching for a SQL Database Support Engineer, Director of Product, C++/Mongo Senior Software Engineer, and more. Browse the company’s open positions on #OSJH
https://opensourcejobhub.com/company/339/
#Percona #jobs #career #database #engineer #MySQL #Mongo #PostgreSQL #Redis #Valkey #OpenSource -
So I just casually merged such a small Pull Request extending „a bit” my workshop exercises in #Java.
https://github.com/oskardudycz/EventSourcing.JVM/pull/58
Wanna see how to implement event stores on top of #PostgreSQL or #Mongo? How to use #EventStoreDB? Why not!
I’m going to have a few open and private workshops teaching #EventSourcing in practice. You can also join them or schedule one.
Or, you can try to do exercises as a self-paced kit, as I’m always open sourcing all of them. That’s not the full workshop experience, but can be good enough 🙂
-
The best thing about Mongo is no joins.
No joins means you are forced to build and refine your models to work with your use cases.
-
After releasing their introductory singles 'Bappi Lahiri' and 'Megaloblast' earlier this year, Pataka Boys unveil the grandiose and celebratory album Thugs From Amritsar. The album releases via Azadi Records.
#AzadiRecords #BappiLahiri #BlackSabbath #BrownSauce #BudBudDingDing #DasRacist #DettworkSouthAsia #DonnyDakoo #GanaurLemonTree #GhoshtStories #GlassyJunction #GuddiCheck #Heems #JussNandhra #Kartik #Megaloblast #Mongo #mudfamily #PatakaBoys #PAV4N #PunjabiMunde #Roses #SeedheMaut #Sika...
-
One of the vendors we use switched from #mongo to #postgresql and since we're running it all on Kubernetes, it was an... interesting experience. I'm not going to say it was easier or harder, but just that the challenges and tedious points are a little different. But most importantly, I got it to work, in no small thanks to #Percona tools.
-
直接在 library 層將 MongoDB 用法轉換成 PostgreSQL 底層的 Pongo
看到這個「Mongo but on Postgres and with strong consistency benefits (github.com/
#Computer #Database #Library #Murmuring #Network #Programming #Software #database #db #library #mongo #mongodb #pongo #postgresql
-
https://github.com/last-partizan/mongoengine/tree/merge-stubs
If i die in another russian missile attack, please, complete this almost finished attempt at adding types to mongoengine.
It's half merged types from mongo-types, and some handcrafted stuff.
It almost works, and i plan to finish it in a few days.
-
Pre-Party oficial del Psychobilly Meeting 2024
Madrid - Sala Mongo Planet
Domingo 30 - 17:00
Anticipada 13€ - Taquilla 15€Ro & The Skullboys + T-Rexx
DJ's - Kid Marcos / Deadbilly / Skull
https://ticketandroll.com/evento/preparty-del-psychobilly-meeting-en-madrid-sala-planet-m
#livemusic #psychobilly #Mongo #Madrid #concierto #psychomeeting
-
https://www.minenest.com/285487/ NOOB vs PRO: PRIME BOTTLE House Build Challenge in Minecraft #FamilyBuildChallenge #maizen #MiloAndChip #Minecraft #MinecraftVideos #Mongo #MongoTV #NoobVsPro #NOOBVsPRO:MODERNELEMENTALHouseBuildChallengeInMinecraft! #NOOBVsPRO:ModernRAINBOWHOUSEBuildChallengeInMinecraft! #NOOBVsPRO:PRIMEBOTTLEHouseBuildChallengeInMinecraft #NOOBVsPRO:SECRETBEDHOUSEBuildChallengeInMinecraft! #NoobsVsProVsHacker #SecurityHouseBuildChallenge #Wudo #WudoAndMongo
-
userver 2.0 — большой релиз фреймворка для IO-bound программ
С момента прошлого релиза фреймворка 🐙 userver для С++ прошло чуть больше полугода. За это время мы многое сделали: сильно оптимизировали работу фреймворка и обогнали основных конкурентов в бенчмарках высокопроизводительных фреймворков; значительно упростили конфигурирование; обзавелись install , докер-образами, Yandex Cloud-образом и DEB-пакетами; обросли новой функциональностью, включая серверные мидлвари для HTTP, и YDB-драйвером; перешли на новую ежемесячную схему релизов и упростили версионирование. Добро пожаловать под кат за подробностями
https://habr.com/ru/companies/yandex/articles/813115/
#yandex #открытый_код #userver #github #c++ #c++17 #postgresql #postgres #redis #mongodb #mongo #synchronization #coroutine #coroutines #logs #dynamic_changes #python #python3 #yaml #json #sql #mysql #prometheus #prometheus_grafana #опенсорс_яндекса #ydb #kafka #осьминоги
-
Encouraging Health Update for NFL Legend and Former WCW Star Steve "Mongo" McMichael - https://www.wrestlingnewssource.com/news/86231/Encouraging-Health-Update-for-NFL-Legend-and-Former-WCW/ #wwe #wcw #stevemcmichael #mongo #nfl
-
AFAIK there is no way to export a simple config of the #Ubiquiti #UniFi network #config.
I've worked around it by:
1. Downloading a backup
2. Using a third party decrypt script to convert backup to zip
3. Extracting files from zip
4. Using #Mongo Tools to convert #BSON to #JSON
5. Parsing in VSCBut it is freaking painful, especially the parts where JSON has been squished into string fields.
🤬! 🤬! 🤬!
-
https://www.minenest.com/279004/ NOOB vs PRO: Modern ELEMENTAL HOUSE Build Challenge in Minecraft! #FamilyBuildChallenge #maizen #MiloAndChip #Minecraft #MinecraftVideos #Mongo #MongoTV #NoobVsPro #NOOBVsPRO:MODERNELEMENTALHouseBuildChallengeInMinecraft! #NOOBVsPRO:ModernRAINBOWHOUSEBuildChallengeInMinecraft! #NOOBVsPRO:SECRETBEDHOUSEBuildChallengeInMinecraft! #NOOBVsPRO:TRANSFORMERSTATUEHOUSEBuildChallengeInMinecraft! #NoobsVsProVsHacker #SecurityHouseBuildChallenge #Wudo #WudoAndMongo
-
https://www.minenest.com/276550/ NOOB vs PRO: MODERN PINK GIRL HOUSE Build Challenge In Minecraft! #FamilyBuildChallenge #maizen #MiloAndChip #Minecraft #MinecraftVideos #Mongo #MongoTV #NoobVsPro #NOOBVsPROVsHACKER:GOLEMSTATUEHOUSEBUILDCHALLENGEInMinecraft #NOOBVsPRO:BLOCKHOUSEBuildChallengeInMinecraft #NOOBVsPRO:MODERNPINKGIRLHOUSEBuildChallengeInMinecraft! #NOOBVsPRO:TRANSFORMERSTATUEHOUSEBuildChallengeInMinecraft! #NoobsVsProVsHacker #SecurityHouseBuildChallenge #Wudo #WudoAndMongo
-
https://www.minenest.com/274678/ NOOB vs PRO: WORKING IPHONE House Build Challenge in Minecraft #FamilyBuildChallenge #maizen #MiloAndChip #Minecraft #MinecraftVideos #Mongo #MongoTV #NoobVsPro #NOOBVsPROVsHACKER:GOLEMSTATUEHOUSEBUILDCHALLENGEInMinecraft #NOOBVsPRO:SECRETBEDHOUSEBuildChallengeInMinecraft! #NOOBVsPRO:TRANSFORMERSTATUEHOUSEBuildChallengeInMinecraft! #NOOBVsPRO:WORKINGIPHONEHouseBuildChallengeInMinecraft #NoobsVsProVsHacker #SecurityHouseBuildChallenge #Wudo #WudoAndMongo
-
https://www.minenest.com/272766/ NOOB vs PRO: SECRET FAMILY STATUE HOUSE Build Challenge in Minecraft! #FamilyBuildChallenge #maizen #MiloAndChip #Minecraft #MinecraftVideos #Mongo #MongoTV #NoobVsPro #NOOBVsPRO:GRAVESTATUEHouseBuildChallengeInMinecraft! #NOOBVsPRO:SECRETBEDHOUSEBuildChallengeInMinecraft! #NOOBVsPRO:SECRETFAMILYSTATUEHOUSEBuildChallengeInMinecraft! #NOOBVsPRO:TRANSFORMERSTATUEHOUSEBuildChallengeInMinecraft! #NoobsVsProVsHacker #SecurityHouseBuildChallenge #Wudo #WudoAndMongo
-
https://www.minenest.com/270216/ NOOB Vs PRO: MAZE INSIDE BODY House Build Challenge In Minecraft! #FamilyBuildChallenge #maizen #MiloAndChip #Minecraft #MinecraftVideos #Mongo #MongoTV #NoobVsPro #NOOBVsPROVsHACKER:GOLEMSTATUEHOUSEBUILDCHALLENGEInMinecraft #NOOBVsPRO:GRAVESTATUEHouseBuildChallengeInMinecraft! #NOOBVsPRO:SECRETBEDHOUSEBuildChallengeInMinecraft! #NOOBVsPRO:TRANSFORMERSTATUEHOUSEBuildChallengeInMinecraft! #NoobsVsProVsHacker #SecurityHouseBuildChallenge #Wudo #WudoAndMongo