Seenthis
•
 
Identifiants personnels
  • [mot de passe oublié ?]

 
  • #p
  • #po
  • #pos
  • #post
  • #postgres
RSS: #postgresql

#postgresql

  • #postgresql’s
  • #postgresql-feature
0 | 25
  • @b_b
    b_b @b_b PUBLIC DOMAIN 21/02/2022
    3
    @marcimat
    @tofulm
    @gblin
    3

    Don’t install #PostgreSQL - Using containers for local development.
    ▻https://www.perrygeo.com/dont-install-postgresql-using-containers-for-local-development.html

    #Docker #containers provide a robust way to run postgres in local development, with very few compromises. A container-based workflow makes it easier to maintain multiple parallel database, and to move data freely between systems. For my money, there’s no need to apt install postgres again.

    b_b @b_b PUBLIC DOMAIN
    Écrire un commentaire
  • @simongeorges
    simongeorges @simongeorges CC BY 12/11/2019

    Améliorez votre #SQL : utilisez des index filtrés
    ▻https://makina-corpus.com/blog/metier/2019/ameliorez-votre-sql-utilisez-des-index-filtres

    L’indexation d’une base de données est un vaste sujet, dans cet article nous examinerons une possibilité offerte par #PostgreSQL dans les index et le filtrage de l’index pour qu’il ne s’applique pas à toute la table.

    #News_Item

    simongeorges @simongeorges CC BY
    Écrire un commentaire
  • @severo
    severo @severo PUBLIC DOMAIN 8/11/2019
    2
    @biggrizzly
    @fil
    2

    Achieving k-anonymity with PostgreSQL

    ▻https://blog.taadeem.net/english/2019/11/07/achieving-k-anonymity-with-postgresql

    #k-anonymity #anonymisation #postgresql

    severo @severo PUBLIC DOMAIN
    Écrire un commentaire
  • @simongeorges
    simongeorges @simongeorges CC BY 5/11/2019

    Améliorez votre #SQL : utilisez des invariants dans les conditions
    ▻https://makina-corpus.com/blog/metier/2019/ameliorez-votre-sql-utilisez-des-invariants-dans-les-conditions

    Il suffit parfois de repenser la façon d’exprimer une condition de filtrage dans une requête SQL pour observer des gains de performances impressionnants. Et la meilleure façon de s’en souvenir c’est sans doute de le voir fonctionner en direct.

    #PostgreSQL #News_Item

    simongeorges @simongeorges CC BY
    Écrire un commentaire
  • @oanth_rss
    oAnth_RSS @oanth_rss CC BY 7/06/2019

    Miniflux un serveur RSS
    ▻https://diasp.eu/p/9162007

    Miniflux un serveur RSS

    Comments

    ▻https://fredix.xyz/2019/06/miniflux-un-serveur-rss #conteneurs #postgresql

    oAnth_RSS @oanth_rss CC BY
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 28/03/2019

    #postgresql’s Exciting features, you should know
    ▻https://hackernoon.com/postgresqls-exciting-features-you-should-know-a516a441b8c4?source=rss---

    https://cdn-images-1.medium.com/max/1000/1*PIOuPjsDGmgRw8jzTFnsJg.jpeg

    PostgreSQL is a powerful,object-relational database system that extends the #sql language combined with many features that safely store and scale the most complicated data workloads.PostgreSQL comes with many features aimed to help developers build applications, administrators to protect data integrity and build fault-tolerant environments, and manage data no matter how big or small the dataset.Here, I pick some great PostgreSQL features you may not have taken a look at but really should, since they can help you get code into production faster, make easier and generally get things done with less code and less effort.InheritanceTable #inheritance allows extracting a common set of columns into a parent table with children defining additional fields.CREATE TABLE invoices ( invoice_number (...)

    #postgresql-feature #sharding

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @simongeorges
    simongeorges @simongeorges CC BY 7/02/2019

    #Formation #PostgreSQL / #PostGIS du 26 au 28 mars à Paris
    ▻https://makina-corpus.com/blog/formation/2019/formation-postgresql-postgis-paris

    Découvrez les outils Libres pour gérer vos données spatiales !

    #Toulouse #Nantes #News_Item

    simongeorges @simongeorges CC BY
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 23/01/2019

    How to Integrate Next.Js and #hasura ?
    ▻https://hackernoon.com/how-to-integrate-next-js-and-hasura-4a964424db6d?source=rss----3a8144eab

    https://cdn-images-1.medium.com/max/1024/0*aRlgSQoiVLAC3w22.png

    How to Integrate Next.Js and HasuraBefore you start this project, i assume that you have basic idea about Next.js and Hasura. In this blog i will be showing how to integrate Next.js and Hasura.What is Next.Js ?Next.js is a JavaScript framework created by Zeit. It lets you build server-side rendering and static web applications using #react. It’s a great tool to build your next website. It has many great features and advantages, which can make #nextjs your first option for building your next web application.You don’t need any configuration of webpack or similar to start using Next.js. It comes with its configuration. All you need is to run yarn run dev and start building your application ?.Now that you are ready let’s get started!How to setup a Next.Js app ?I hope you will be aware of (...)

    #postgresql #nextjs-and-hasura

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @simongeorges
    simongeorges @simongeorges CC BY 15/11/2018

    #Formation base de données #PostgreSQL
    ▻https://makina-corpus.com/blog/formation/2018/formation-base-de-donnees-postgresql

    Découvrez notre plan de formation PostgreSQL disponible sur Toulouse, Nantes et Paris.

    #News_Item

    simongeorges @simongeorges CC BY
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 12/11/2018

    Better Ways to Build an E-learning website using #angularjs and #postgresql
    ▻https://hackernoon.com/better-ways-to-build-e-learning-website-using-angularjs-postgresql-455d8

    https://cdn-images-1.medium.com/max/850/1*lUuk7j-gwGYH81i6Xz1N6A.png

    Everyone talks about the huge possibilities of digital learning but is not so mindful about its biggest pain point, developing an efficient digital platform. However, with the recently rising urge towards e-learning business, we now have access to an abundance of front-end and back-end development technologies and tools that facilitates our efforts to create efficient e-learning platforms.When it comes to e-learning website development, our prime preference is Angular JS- the powerful #javascript framework developed by Google. Being an open source framework, it simplifies the process of development to a considerable extent. Here in this document, we ought to offer you some brief insights that might help you with your next e-learning web app development.Why Choose an Angular JS and (...)

    #elearning #elearning-development

    • #E-Learning
    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 6/07/2018

    #postgresql #rds Creation/Migration in #aws
    ▻https://hackernoon.com/postgresql-rds-creation-migration-in-aws-cbae2901d460?source=rss----3a81

    https://cdn-images-1.medium.com/max/367/1*-ACGpP5uyGEo_QN5Onlasg.png

    This article describes about process to create a #database from an existing one in AWS, we will cover the steps to migrate your schema and data from an existing database to the new one. You might encounter this process when there is a need for creating a RDS instance for different environments (System Testing, Integration Testing or Performance Testing) in your infrastructure or during database migration from one version to another. Since most of the organizations are moving into You Build You Own model relying on DBA team for each change request will not be required if we know few simple steps to manage database changes on our own. I am just writing this article as it might save some time on getting things done faster for what is needed to spin up your RDS instance with necessary (...)

    #postgres

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @tofulm
    tofulm @tofulm 13/03/2018

    Publication des manuels de formations Dalibo !
    ▻http://blog.dalibo.com/2018/03/12/publication_manuels_formation.html

    #postgresql

    tofulm @tofulm
    Écrire un commentaire
  • @simongeorges
    simongeorges @simongeorges CC BY 9/02/2018

    Ré-ordonner des lignes dans #PostGIS avec une requête récursive
    ▻https://makina-corpus.com/blog/metier/2018/re-ordonner-des-lignes-dans-postgis-avec-une-requete-recursive

    Comment ordonner des lignes les unes à la suite des autres dans PostGIS

    #OpenStreetMap #PostgreSQL #News_Item

    simongeorges @simongeorges CC BY
    Écrire un commentaire
  • @simongeorges
    simongeorges @simongeorges CC BY 25/01/2018

    #Formation #PostgreSQL / #PostGIS du 13 au 15 mars à Paris
    ▻https://makina-corpus.com/blog/formation/2018/formation-postgresql-postgis

    Découvrez les outils Libres pour gérer vos données spatiales.

    #Toulouse #Nantes #News_Item

    simongeorges @simongeorges CC BY
    Écrire un commentaire
  • @simongeorges
    simongeorges @simongeorges CC BY 14/09/2017

    #Formation #PostgreSQL / #PostGIS du 17 au 19 octobre à Paris
    ▻https://makina-corpus.com/blog/formation/2017/formation-postgresql-postgis

    Découvrez les outils Libres pour gérer vos données spatiales.

    #Toulouse #Nantes #News_Item

    simongeorges @simongeorges CC BY
    Écrire un commentaire
  • @simongeorges
    simongeorges @simongeorges CC BY 27/06/2017

    #PostgreSQL utilisations avancées de generate_series pour générer du contenu
    ▻https://makina-corpus.com/blog/metier/2017/postgresql-utilisations-avancees-de-generate_series-pour-generer-du-c

    Générer du contenu en masse permet de tester les requêtes, index et traitements complexes sur des volumes plus réalistes, d’avoir des approximations utiles des temps de réponses que l’on retrouvera en production.

    Dans cet article nous allons étudier des usages de generate_series() qui permettent de remplir tous types de tables.

    #News_Item

    simongeorges @simongeorges CC BY
    Écrire un commentaire
  • @bloginfo
    bloginfo @bloginfo CC BY-NC-ND 13/01/2017

    La popularité des #Moteurs_de_bases_de_données en 2017
    ▻http://www.dsfc.net/infrastructure/base-de-donnees-infrastructure/popularite-moteurs-bases-donnees

    http://www.dsfc.net/wp-content/uploads/2017/01/db-engines-ranking-2017-01.jpg

    Les leaders des moteurs de bases de données restent #Oracle_Database, #MySQL/MariaDB et #Microsoft_SQL_Server en 2017.

    #Base_de_données #Elastic_Search #ELK #Formateur_Bases_de_données #Formateur_MariaDB #Formateur_MySQL #Formateur_Oracle #Formateur_PostgreSQL #Formateur_SQL #Kibana #LogTash #MariaDB #MongoDB #PostgreSQL #SQL_Server

    • #Microsoft
    • #Oracle
    bloginfo @bloginfo CC BY-NC-ND
    Écrire un commentaire
  • @bloginfo
    bloginfo @bloginfo CC BY-NC-ND 9/01/2017

    Une raison sérieuse de préférer #MariaDB à #MySQL ?
    ▻http://www.dsfc.net/logiciel-libre/mariadb/une-raison-serieuse-de-preferer-mariadb-a-mysql

    http://www.dsfc.net/wp-content/uploads/2017/01/regexp-replace-mariadb.jpg

    Si vous avez besoin des #Expressions_régulières, préférez MariaDB à MySQL !

    #Expressions_rationnelles #Formateur_Expressions_régulières #Formateur_MariaDB #Formateur_MySQL #Formateur_Oracle_Database #Formateur_PostgreSQL #Oracle_Database #PostgreSQL

    • #Oracle
    bloginfo @bloginfo CC BY-NC-ND
    Écrire un commentaire
  • @bloginfo
    bloginfo @bloginfo CC BY-NC-ND 23/12/2016
    1
    @sandburg
    1

    Ma centralité… informatique !?
    ▻http://www.dsfc.net/formations/ma-centralite-informatique

    http://www.dsfc.net/wp-content/uploads/2016/12/competences-dsfc.jpg

    L’informatique risque encore de beaucoup évoluer au cours des 15 prochaines années !

    #Formations #Apache #Bash #Centos #Debian #Fedora #Formateur_Apache #Formateur_Bash #Formateur_Centos #Formateur_Debian #Formateur_Fedora #Formateur_FusionInventory #Formateur_GLPI #Formateur_Linux #Formateur_MariaDB #Formateur_MySQL #Formateur_OCS_NG_Inventory #Formateur_Oracle_Database #Formateur_PostgreSQL #Formateur_Powershell #Formateur_Red_Hat #Formateur_Référencement_naturel #Formateur_Sécurité_informatique #Formateur_SEO #Formateur_SQL_Server #Formateur_Squid #Formateur_SquidGuard #Formateur_Ubuntu_Server #Formateur_WordPress #FusionInventory #GLPI #Linux #MariaDB #MySQL #OCS_NG_Inventory #Oracle_Database #PostgreSQL #PowerShell #Red_Hat #Référencement_naturel #Sécurité_informatique #SEO #SQL_Server #Squid #SquidGuard #Ubuntu_Server #Wordpress

    • #MySQL
    • #Oracle
    bloginfo @bloginfo CC BY-NC-ND
    Écrire un commentaire
  • @bloginfo
    bloginfo @bloginfo CC BY-NC-ND 9/12/2016

    Documentation #PostgreSQL
    ▻http://www.dsfc.net/infrastructure/base-de-donnees-infrastructure/documentation-postgresql

    https://upload.wikimedia.org/wikipedia/commons/thumb/2/29/Postgresql_elephant.svg/langfr-540px-Postgresql_elephant.svg.png

    Les sites de qualité parlant de PostgreSQL ne sont pas aussi nombreux qu’il n’y paraît !

    #Base_de_données #Formateur_Base_de_données #Formateur_PostgreSQL #Formateur_SQL #SQL

    bloginfo @bloginfo CC BY-NC-ND
    Écrire un commentaire
  • @bloginfo
    bloginfo @bloginfo CC BY-NC-ND 23/10/2016

    Quel est, au juste, l’intérêt de #SQL_Server Express 2016 ?
    ▻http://www.dsfc.net/infrastructure/base-de-donnees-infrastructure/interet-sql-server-express-2016

    http://a.decitre.di-static.com/img/fullsize/sophie-bellier-le-pot-ca-sert-a-quoi/9782215088875FS.gif

    Pour une application Windows supervisant un automate, je ne vois franchement pas l’intérêt de l’emploi de la version 2016 de SQL Server Express !

    #Base_de_données #Ad_Hoc_Queries #Firebird #Formateur_MariaDB #Formateur_MySQL #Formateur_Oracle_Database #Formateur_PostgreSQL #Formateur_SQL_Server #MariaDB #MySQL #ODBC #Oracle_Database_11g_Express_Edition #Oracle_Database_XE_11g #PostgreSQL #SQL_Server_Express_2016

    • #Oracle
    bloginfo @bloginfo CC BY-NC-ND
    Écrire un commentaire
  • @supergeante
    Supergéante @supergeante 7/06/2016
    3
    @fil
    @unagi
    @gonzo
    3

    Remplacer #feedly
    => ►https://framanews.org - une instance de tiny tiny #rss ►https://tt-rss.org

    L’instance framasoft est limitée à 100 flux.
    Franchement meilleur outil testé depuis longtemps sur ce sujet du grand remplacement :) - Accepte les imports opml.

    Supergéante @supergeante
    • @fil
      Fil @fil 7/06/2016

      Utilise #ttrss (en #PHP avec une base de données #postgresql, car “#mysql ne tient pas la charge”). Limité à 100 flux par personne.

      Fil @fil
    • @supergeante
      Supergéante @supergeante 7/06/2016

      Du coup, j’ai effacé mon compte #delicious après treize années. Lentement, mais sûrement, ça avance :)

      Supergéante @supergeante
    • @gonzo
      gonzo @gonzo CC BY-NC 7/06/2016

      Inscriptions fermées pour le moment disent-ils...

      gonzo @gonzo CC BY-NC
    Écrire un commentaire
  • @bloginfo
    bloginfo @bloginfo CC BY-NC-ND 27/05/2016

    Installer #PostgreSQL 9.5 sur Fedora
    ▻http://www.dsfc.net/infrastructure/base-de-donnees-infrastructure/installer-postgresql-9-5-fedora

    http://www.h-online.com/imgs/43/3/6/8/7/2/4/5edb5cf1fcaa184d.png

    L’installation de PostgreSQL sur Fedora est un jeu d’enfant ! ;+)

    #Base_de_données #Administration_PostgreSQL #Formateur_Fedora #Formateur_Linux #Formateur_PostgreSQL #Formateur_PostgreSQL_9.5

    bloginfo @bloginfo CC BY-NC-ND
    Écrire un commentaire
  • @bloginfo
    bloginfo @bloginfo CC BY-NC-ND 5/05/2016

    #Linux : booster les accès en lecture à vos disques
    ▻http://www.dsfc.net/logiciel-libre/linux/linux-booster-les-acces-en-lecture-a-vos-disques

    http://media-cache-ec0.pinimg.com/736x/67/7d/8e/677d8e0f93e54ec0e79e483e2a177c6b.jpg

    La commande #Blockdev sous Linux vous permet d’accélérer les accès en lecture à vos disques et systèmes de fichiers.

    #Formateur_Linux #Formateur_PostgreSQL #PostgreSQL

    bloginfo @bloginfo CC BY-NC-ND
    Écrire un commentaire
  • @bloginfo
    bloginfo @bloginfo CC BY-NC-ND 23/04/2016

    La popularité des moteurs de #Bases_de_données
    ▻http://www.dsfc.net/infrastructure/base-de-donnees-infrastructure/la-popularite-des-moteurs-de-bases-de-donnees

    https://upload.wikimedia.org/wikipedia/commons/thumb/3/38/Alain_Jupp%C3%A9_in_Washington_DC.jpg/220px-Alain_Jupp%C3%A9_in_Washington_DC.jpg

    Ce classement reflète ce que je peux percevoir de la réalité de l’utilisation des moteurs de bases de données en environnement professionnel !

    #Base_de_données #Firebird #Formateur_Firebird #Formateur_MariaDB #Formateur_MySQL #Formateur_Oracle #Formateur_Oracle_Database #Formateur_PostgreSQL #Formateur_SQL_Server #MariaDB #MySQL #Oracle_Database #PostgreSQL #SQL_Server

    • #Oracle
    bloginfo @bloginfo CC BY-NC-ND
    Écrire un commentaire
0 | 25

Thèmes liés

  • #postgresql
  • #formateur_postgresql
  • company: oracle
  • #news_item
  • #mysql
  • #mysql
  • #mariadb
  • #formateur_mysql
  • #formateur_mariadb
  • #base_de_données
  • #oracle_database
  • #php
  • #sql_server
  • #sql
  • #clevermarks
  • #apache
  • #formateur_sql_server
  • #bdd
  • #formateur_oracle_database
  • #formation
  • #postgis
  • city: paris
  • #base_de_données
  • technology: php
  • #formateur_linux
  • #postgres
  • #linux
  • #nantes
  • #formateur_oracle
  • #php
  • #toulouse
  • #formateur_sql
  • #quantiles
  • #statistiques
  • #map
  • #sybase
  • #glpi
  • #oracle
  • #formateur_fedora
  • #fusioninventory