If you need to associate an IP address to a country or a city probably you will use MaxMind data. If you load it in a relational database you will write a SQL statement that joins your traffic data with MaxMind data, which can be really heavy. This is an attempt to optimize queries by reducing the number of MaxMind data rows.
Redshift tipsI am using Redshift since two years ago, and as every database it has its SQL dialect and its secrets. I will write here everything I discover and it is worth to be annotated.
Getting started with PostGISPostGIS is a PostgreSQL extension that adds support for geographic objects allowing location queries to be run in SQL.
AWS Redshift compatible PostgreSQL clientHow to install a PostgreSQL client (psql) that is compatible with AWS Redshift
S3 to RedShift loaderLoad data from S3 to RedShift using Lambda, powered by apex. Our goal is: every time the AWS Elastic load balancer writes a log file, load it into RedShift.
Use nzpassword!How to authenticate securely on Netezza.
sqlplus tipsTricks and tips about your everyday Oracle sqlplus usage.
How to install DBD::OracleI am going to put here all the steps required to install DBD::Oracle CPAN module, which is not a straightforward installation. The purpose is to reduce headache and turn it into a repeatable process.