article thumbnail

Citus Data: Distributed PostGreSQL for Big Data with Ozgun Erdogan and Craig Kerstiens - Episode 13

Data Engineering Podcast

Summary PostGreSQL has become one of the most popular and widely used databases, and for good reason. In this episode Ozgun Erdogan, the CTO of Citus, and Craig Kerstiens, Citus Product Manager, discuss how the company got started, the work that they are doing to scale out PostGreSQL, and how you can start using it in your environment.

article thumbnail

Popular PostgreSQL Tools to Know in 2024

Knowledge Hut

In the database ecosystem, Postgres is one of the top open-source databases, and one of the most widely used PSQL tools for managing PostgreSQL is pgAdmin. To run PostgreSQL instances on the Azure cloud, Azure offers Azure Database for PostgreSQL. What are PostgreSQL Tools? Why Use a GUI Tool?

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

How to Speed up Local Development of a Docker Application running on AWS

DoorDash Engineering

We knew we’d be deploying a Docker container to Fargate as well as using an Amazon Aurora PostgreSQL database and Terraform to model our infrastructure as code. Set up a locally running containerized PostgreSQL database. Initial runs require some extra time to download Docker images, but each subsequent startup should be speedy.

AWS 119
article thumbnail

Ingest Data Faster, Easier and Cost-Effectively with New Connectors and Product Updates

Snowflake

Snowflake is launching native integrations with some of the most popular databases, including PostgreSQL and MySQL. You soon will be able to try out the Snowflake Connectors for PostgreSQL or MySQL by installing them from Snowflake Marketplace and downloading the agent from Docker Hub.

article thumbnail

Building a Kimball dimensional model with dbt

dbt Developer Hub

Part 1: Setup dbt project and database ​ Step 1: Install project dependencies ​ Before you can get started: You must have either DuckDB or PostgreSQL installed. Choose one, and download and install the database using one of the following links: Download DuckDB Download PostgreSQL You must have Python 3.8

Building 145
article thumbnail

Getting Started with Cloudera Stream Processing Community Edition

Cloudera

To get it up and running, all you need is to download a small Docker-compose configuration file and execute one command. SSB supports a number of different sources and sinks, including Kafka, Oracle, MySQL, PostgreSQL, Kudu, HBase, and any databases accessible through a JDBC driver. No coding is required.

Process 91
article thumbnail

Building a Scalable Search Architecture

Confluent

Disclaimer: There are nice projects around like PostgreSQL full-text search that might be enough for your use case, and you should certainly consider them. If you’d like to know more, you can download the Confluent Platform , the leading distribution of Apache Kafka. Moving data into Apache Kafka with the JDBC connector.