Skip to main content

Load kissmetrics website analytics data from an s3 bucket into a postgres database

Project description

km2pg

Load raw kissmetrics data from specified s3 bucket into specified postgres database.

To install

In this directory, run the following command:

python setup.py install

To use

Once installed, a new script, named km2pg should now be available in PATH, which can be used as follows:

km2pg

-b name_of_s3_bucket -m postgres_hostname -p postgres_port -d postgres_dbname -u postgres_username -w postgres_passwd -a aws_access_key -s aws_secret_key

For more details, see km2pg –help.

Requires

  • boto: Python library for AWS

  • psycopg: postgres Python client library

Comment

This script can safely be run from an Amazon spot instance, where checkpointing is important, since the script can be interrupted at any moment.

Strategy

kissmetrics deposits raw data into multiple json files:

bucket/
revisions/

1.json 2.json … N.json

kissmetrics provides an ‘index’ file at:

bucket/index.csv

This index file lists all the json files that kissmetrics has currently deposited in the ‘revisions’ folder above.

Our strategy is to process the json files in the order they appear in index.csv (which happens to be in order of increasing time).

In our postgres instance, we will maintain our progress through index.csv. This approach assumes that kissmetrics only ever appends to index.csv, and never edits.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

km2pg-0.2.0.1.tar.gz (7.9 kB view details)

Uploaded Source

File details

Details for the file km2pg-0.2.0.1.tar.gz.

File metadata

  • Download URL: km2pg-0.2.0.1.tar.gz
  • Upload date:
  • Size: 7.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for km2pg-0.2.0.1.tar.gz
Algorithm Hash digest
SHA256 0126dffba373fc682b1f508bba8dae09bd2a825af1cef610d94ce1917d6d967e
MD5 bd039688d18063475ee438264f24ccb9
BLAKE2b-256 ca339820289c3314dfb7620fc778f68d0399b016d42ddef3d1726b31ffefbef0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page