Articles on perl
A tour of the Redis stars
On the Redis site is a page that lists Redis clients for various languages. It's very extensive, covering clients that work w…

Connecting and loading data to PostgreSQL with Perl
Let's walk through a handy little Perl script that connects and loads a CSV data file to PostgreSQL. We'll also see how to ru…

Elasticsearch.pm - Part 4: Querying and Search Options
In this final article of our Elasticsearch.pm series, we'll finish up by looking at querying and some of the search options.…

Elasticsearch.pm - Part 3: Index Options
In this third article of our Elasticsearch.pm series, we're going to get into index options for our Elasticsearch instance. I…

Elasticsearch.pm - Part 2: Basic Document and Index Methods
This article looks at how you can use the Search::Elasticsearch perl module to create, update, and delete indexes as well as…

Elasticsearch.pm - Part 1: Connecting and Cluster Monitoring
In this article we're going to look at how to use the Elasticsearch perl module to connect to our Compose Elasticsearch deplo…

Compose PostgreSQL Gets PL/Perl
TL;DR: We've just added PL/Perl support to all our Compose PostgreSQL deployments. PostgreSQL has the capability to be extend…
