#sql — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #sql, aggregated by home.social.
-
Миграции в Go-проекте: PostgreSQL в Docker и goose на практике
Когда я начал поднимать PostgreSQL через Docker для своих проектов, всё выглядело просто: описал сервис в docker-compose.yml , запустил контейнер - база доступна. Проблемы начались когда, я начал запускать миграции вместе с контейнерами. Иногда миграции стартовали раньше чем PostgreSQL успевал принять подключения, и приложение падало с ошибкой подключение к базе данных.
-
Grow your #PostgreSQL, #opensource skills and grab a 20% discount on LPI exams at @pgdata2026, June 4–5 in Chicago.
Linux Professional Institute (LPI) is a Community Partner for this new #Postgres conference series exploring education, community-building, and academic outreach.
Learn more 🔗 https://lpi.org/sysr
See you there! 🐧👋
@prairie_postgres #LPI #pgdata #pgdata2026 #postgresql #opensource #linux #FOSS #prairiepostgres #postgres #performance #dba #sql #database #developers
-
Zoox is hiring Senior Machine Learning Engineer - Autonomy Validation
🔧 #python #sql #machinelearning #seniorengineer
🌎 San Diego, California
⏰ Full-time
🏢 ZooxJob details https://jobsfordevelopers.com/jobs/senior-machine-learning-engineer-autonomy-validation-at-zoox-com-nov-13-2025-880795?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
Zoox is hiring Senior Machine Learning Engineer - Autonomy Validation
🔧 #python #sql #machinelearning #seniorengineer
🌎 San Diego, California
⏰ Full-time
🏢 ZooxJob details https://jobsfordevelopers.com/jobs/senior-machine-learning-engineer-autonomy-validation-at-zoox-com-nov-13-2025-880795?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
Zoox is hiring Senior Machine Learning Engineer - Autonomy Validation
🔧 #python #sql #machinelearning #seniorengineer
🌎 San Diego, California
⏰ Full-time
🏢 ZooxJob details https://jobsfordevelopers.com/jobs/senior-machine-learning-engineer-autonomy-validation-at-zoox-com-nov-13-2025-880795?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
Zoox is hiring Senior Machine Learning Engineer - Autonomy Validation
🔧 #python #sql #machinelearning #seniorengineer
🌎 San Diego, California
⏰ Full-time
🏢 ZooxJob details https://jobsfordevelopers.com/jobs/senior-machine-learning-engineer-autonomy-validation-at-zoox-com-nov-13-2025-880795?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
Zoox is hiring Senior Machine Learning Engineer - Autonomy Validation
🔧 #python #sql #machinelearning #seniorengineer
🌎 San Diego, California
⏰ Full-time
🏢 ZooxJob details https://jobsfordevelopers.com/jobs/senior-machine-learning-engineer-autonomy-validation-at-zoox-com-nov-13-2025-880795?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
ejc-sql turns Emacs into a simple SQL client
https://piefed.social/c/emacs/p/2095153/ejc-sql-turns-emacs-into-a-simple-sql-client
-
ejc-sql turns Emacs into a simple SQL client
https://piefed.social/c/emacs/p/2095153/ejc-sql-turns-emacs-into-a-simple-sql-client
-
ejc-sql turns Emacs into a simple SQL client
https://piefed.social/c/emacs/p/2095153/ejc-sql-turns-emacs-into-a-simple-sql-client
-
ejc-sql turns Emacs into a simple SQL client
https://piefed.social/c/emacs/p/2095153/ejc-sql-turns-emacs-into-a-simple-sql-client
-
Front-End Heroes: The Team
Hyper, Cas, High J, and Low j fight the AI Code Agent with your help!
#CyberSecurity #PowerShell #CFML #AI #Networking #SQL #Cloud #GRC #Gaming #Technology #Python #ZeroTrust #DevSecOps #FinOps #Programming
Link: https://blackcatwhitehatsecurity.com/theGame14.cfm -
Front-End Heroes: The Team
Hyper, Cas, High J, and Low j fight the AI Code Agent with your help!
#CyberSecurity #PowerShell #CFML #AI #Networking #SQL #Cloud #GRC #Gaming #Technology #Python #ZeroTrust #DevSecOps #FinOps #Programming
Link: https://blackcatwhitehatsecurity.com/theGame14.cfm -
Front-End Heroes: The Team
Hyper, Cas, High J, and Low j fight the AI Code Agent with your help!
#CyberSecurity #PowerShell #CFML #AI #Networking #SQL #Cloud #GRC #Gaming #Technology #Python #ZeroTrust #DevSecOps #FinOps #Programming
Link: https://blackcatwhitehatsecurity.com/theGame14.cfm -
Front-End Heroes: The Team
Hyper, Cas, High J, and Low j fight the AI Code Agent with your help!
#CyberSecurity #PowerShell #CFML #AI #Networking #SQL #Cloud #GRC #Gaming #Technology #Python #ZeroTrust #DevSecOps #FinOps #Programming
Link: https://blackcatwhitehatsecurity.com/theGame14.cfm -
Front-End Heroes: The Team
Hyper, Cas, High J, and Low j fight the AI Code Agent with your help!
#CyberSecurity #PowerShell #CFML #AI #Networking #SQL #Cloud #GRC #Gaming #Technology #Python #ZeroTrust #DevSecOps #FinOps #Programming
Link: https://blackcatwhitehatsecurity.com/theGame14.cfm -
Последовательное иерархическое распределение сумм. Создание БД. Распределение сумм по правилам средствами PostgreSQL
В первой статье была описана задача распределения сумм затрат между отделами по заданным правилам, с учётом того что отделы могут передавать свои затраты на другие отделы. Задача этой и следующей статей — показать, как эту задачу можно реализовать относительно просто и легко, не прибегая к созданию больших приложений. В данной статье будет описана структура PostgreSQL-базы данных и реализация данной задачи с помощью SQL в варианте PL/pgSQL . Реализация на Apache Spark будет описана в следующей статье. В качестве примера будут созданы настройки распределения и входные данные для:
https://habr.com/ru/articles/1040376/
#аллокации #аллокация #sql #pgsql #postgresql #postgresql_performance
-
Последовательное иерархическое распределение сумм. Создание БД. Распределение сумм по правилам средствами PostgreSQL
В первой статье была описана задача распределения сумм затрат между отделами по заданным правилам, с учётом того что отделы могут передавать свои затраты на другие отделы. Задача этой и следующей статей — показать, как эту задачу можно реализовать относительно просто и легко, не прибегая к созданию больших приложений. В данной статье будет описана структура PostgreSQL-базы данных и реализация данной задачи с помощью SQL в варианте PL/pgSQL . Реализация на Apache Spark будет описана в следующей статье. В качестве примера будут созданы настройки распределения и входные данные для:
https://habr.com/ru/articles/1040376/
#аллокации #аллокация #sql #pgsql #postgresql #postgresql_performance
-
Последовательное иерархическое распределение сумм. Создание БД. Распределение сумм по правилам средствами PostgreSQL
В первой статье была описана задача распределения сумм затрат между отделами по заданным правилам, с учётом того что отделы могут передавать свои затраты на другие отделы. Задача этой и следующей статей — показать, как эту задачу можно реализовать относительно просто и легко, не прибегая к созданию больших приложений. В данной статье будет описана структура PostgreSQL-базы данных и реализация данной задачи с помощью SQL в варианте PL/pgSQL . Реализация на Apache Spark будет описана в следующей статье. В качестве примера будут созданы настройки распределения и входные данные для:
https://habr.com/ru/articles/1040376/
#аллокации #аллокация #sql #pgsql #postgresql #postgresql_performance
-
Последовательное иерархическое распределение сумм. Создание БД. Распределение сумм по правилам средствами PostgreSQL
В первой статье была описана задача распределения сумм затрат между отделами по заданным правилам, с учётом того что отделы могут передавать свои затраты на другие отделы. Задача этой и следующей статей — показать, как эту задачу можно реализовать относительно просто и легко, не прибегая к созданию больших приложений. В данной статье будет описана структура PostgreSQL-базы данных и реализация данной задачи с помощью SQL в варианте PL/pgSQL . Реализация на Apache Spark будет описана в следующей статье. В качестве примера будут созданы настройки распределения и входные данные для:
https://habr.com/ru/articles/1040376/
#аллокации #аллокация #sql #pgsql #postgresql #postgresql_performance
-
📊 evidence-dev/evidence
Business intelligence as code: build fast, interactive data visualizations in SQL and markdown
Turns SQL queries and markdown into interactive, self-hosted data reports with templating, loops and conditional logic for dynamic content
⭐ Stars: 6388
📅 Last Update: May 27, 2026https://github.com/evidence-dev/evidence
#selfhosted #homelab #selfhost #selfhosting #opensource #businessintelligence #sql
-
📊 evidence-dev/evidence
Business intelligence as code: build fast, interactive data visualizations in SQL and markdown
Turns SQL queries and markdown into interactive, self-hosted data reports with templating, loops and conditional logic for dynamic content
⭐ Stars: 6388
📅 Last Update: May 27, 2026https://github.com/evidence-dev/evidence
#selfhosted #homelab #selfhost #selfhosting #opensource #businessintelligence #sql
-
It's been said that experience is a comb life gives you after your hair has fallen out.
-
It's been said that experience is a comb life gives you after your hair has fallen out.
-
It's been said that experience is a comb life gives you after your hair has fallen out.
-
It's been said that experience is a comb life gives you after your hair has fallen out.
-
It's been said that experience is a comb life gives you after your hair has fallen out.
-
SQL Server 2025 e Azure SQL: vettori, modelli AI nativi e agenti autonomi nel database
SQL Server 2025 introduce il tipo di dato VECTOR con indice DiskANN, la registrazione di modelli AI esterni come oggetti database e il supporto nativo ai pattern RAG. GitHub Copilot in SSMS 22 è ora generalmente disponibile: ecco tutto ciò che i professionisti IT devono sapere. -
SQL Server 2025 e Azure SQL: vettori, modelli AI nativi e agenti autonomi nel database
SQL Server 2025 introduce il tipo di dato VECTOR con indice DiskANN, la registrazione di modelli AI esterni come oggetti database e il supporto nativo ai pattern RAG. GitHub Copilot in SSMS 22 è ora generalmente disponibile: ecco tutto ciò che i professionisti IT devono sapere. -
SQL Server 2025 e Azure SQL: vettori, modelli AI nativi e agenti autonomi nel database
SQL Server 2025 introduce il tipo di dato VECTOR con indice DiskANN, la registrazione di modelli AI esterni come oggetti database e il supporto nativo ai pattern RAG. GitHub Copilot in SSMS 22 è ora generalmente disponibile: ecco tutto ciò che i professionisti IT devono sapere. -
SQL Server 2025 e Azure SQL: vettori, modelli AI nativi e agenti autonomi nel database
SQL Server 2025 introduce il tipo di dato VECTOR con indice DiskANN, la registrazione di modelli AI esterni come oggetti database e il supporto nativo ai pattern RAG. GitHub Copilot in SSMS 22 è ora generalmente disponibile: ecco tutto ciò che i professionisti IT devono sapere. -
SQL Server 2025 e Azure SQL: vettori, modelli AI nativi e agenti autonomi nel database
SQL Server 2025 introduce il tipo di dato VECTOR con indice DiskANN, la registrazione di modelli AI esterni come oggetti database e il supporto nativo ai pattern RAG. GitHub Copilot in SSMS 22 è ora generalmente disponibile: ecco tutto ciò che i professionisti IT devono sapere. -
Former 50 personnes à SQL en 1 journée : analogies, exercices réels, jeu de rôle. Résultats : 100% autonomie. #Formation #SQL #Ludopédagogie #Tech #Pédagogie ... https://www.linkedin.com/posts/gabriel-chandesris_formation-sql-ludopaezdagogie-share-7465344099173244928-Toy5/
-
Former 50 personnes à SQL en 1 journée : analogies, exercices réels, jeu de rôle. Résultats : 100% autonomie. #Formation #SQL #Ludopédagogie #Tech #Pédagogie ... https://www.linkedin.com/posts/gabriel-chandesris_formation-sql-ludopaezdagogie-share-7465344099173244928-Toy5/
-
Former 50 personnes à SQL en 1 journée : analogies, exercices réels, jeu de rôle. Résultats : 100% autonomie. #Formation #SQL #Ludopédagogie #Tech #Pédagogie ... https://www.linkedin.com/posts/gabriel-chandesris_formation-sql-ludopaezdagogie-share-7465344099173244928-Toy5/
-
Former 50 personnes à SQL en 1 journée : analogies, exercices réels, jeu de rôle. Résultats : 100% autonomie. #Formation #SQL #Ludopédagogie #Tech #Pédagogie ... https://www.linkedin.com/posts/gabriel-chandesris_formation-sql-ludopaezdagogie-share-7465344099173244928-Toy5/
-
Former 50 personnes à SQL en 1 journée : analogies, exercices réels, jeu de rôle. Résultats : 100% autonomie. #Formation #SQL #Ludopédagogie #Tech #Pédagogie ... https://www.linkedin.com/posts/gabriel-chandesris_formation-sql-ludopaezdagogie-share-7465344099173244928-Toy5/
-
Explore shared database, separate schema, and database-per-tenant patterns for multi-tenant apps. Learn trade-offs, security, and when to use each approach - with examples in Go
#SQL #DevOps #Dev #Privacy #Go #Architecture
https://www.glukhov.org/app-architecture/multitenancy/multi-tenant-database-patterns/
-
Explore shared database, separate schema, and database-per-tenant patterns for multi-tenant apps. Learn trade-offs, security, and when to use each approach - with examples in Go
#SQL #DevOps #Dev #Privacy #Go #Architecture
https://www.glukhov.org/app-architecture/multitenancy/multi-tenant-database-patterns/