Upcoming presentations
No upcoming presentations...
Past presentations
- Introduction to Cryptography
- SSL, TLS, GSSAPI and OpenSSL
- Client Side E...
Machine Learning using PostgreSQL
Learn predictive algorithms implementation using PostgreSQL & Apache MADlib
In today’s data-driven world, Machine Learning (ML) is transforming industries from predictive analytics in finance to real-time recommendations in e-commerce.
Wouldn't it be great if the database i.e. PostgreSQL, you're already using for storing data could also be used to implement ML capabilities?
In this training participants will get familiarity with implementing popular machine l...
This presentation will provide step by step details on how to deploy a highly available PostgreSQL cluster using Patroni, etcd and HAProxy. Patroni is a python based solution to provide HA and automatic failover in a PostgreSQL cluster. Patroni depends on etcd and HAProxy to provide all the features. This presentation will provide steps to deploy and test etcd and HAProxy independently. Once ...
Data Security in PostgreSQL - Deep Dive
Approaches and Configuration
This tutorial will explore the options that are available for data security in PostgreSQL version 12 on Linux. The tutorial will go into reasonable details. For each topic the tutorial will provide detailed steps required for setup and testing.
The main topics that will be discussed are as follows:
Replication in PostgreSQL - Deep Dive
Approaches and Configuration
#Replication in PostgreSQL - Deep Dive
The objective of this tutorial is to familiarize the participants with replication in PostgreSQL. Specifically this tutorial will focus on what approaches are available and how to use them. For each replication approach that is available in PostgreSQL the participants will learn how to configure a two node cluster using that approach and how to perfo...
Deep dive into PostgreSQL Authentication Methods
PostgreSQL Authentication Methods
###Deep dive into PostgreSQL Authentication Methods
In this training session we will cover the following topics
>
1. Introduction to Access, Authorization, Authentication and Logging
2. PostgreSQL configuration files and parameters related to Authentication
3. PAM Authentication
3.1 What is Linux-PAM
3.2 pam pg auth
A simple PAM module that uses ...