Back to source plugin

Export from Plausible Analytics to SQLite

CloudQuery is an open-source data integration platform that allows you to export data from any source to any destination.

The CloudQuery Plausible Analytics plugin allows you to sync data from Plausible Analytics to any destination, including SQLite. It takes only minutes to get started.

plausible
Official
Premium

Plausible Analytics

The CloudQuery Plausible plugin extracts information from your Plausible Analytics Stats API and loads it into any supported CloudQuery destination

Publisher

cloudquery

Latest version

v3.7.5

Type

Source

Platforms
Date Published

SQLite
sqlite
Official

SQLite

This destination plugin lets you sync data from a CloudQuery source to a SQLite database

Publisher

cloudquery

Repositorygithub.com
Latest version

v2.9.4

Type

Destination

Platforms
Date Published

MacOS Setup

Step 1. Install CloudQuery

brew install cloudquery/tap/cloudquery

Step 2. Log in to CloudQuery CLI

cloudquery login

Step 3. Configure Plausible Analytics source plugin

You can find more information about the configuration in the plugin documentation

kind: source
spec:
  name: plausible
  path: cloudquery/plausible
  registry: cloudquery
  version: "v3.7.5"
  tables: ["*"]
  destinations: ["v2.9.4"]
  # Learn more about the configuration options at https://cql.ink/plausible_source
  spec:
    site_id: "YOUR_SITE_ID"
    api_key: "${API_KEY}"

Step 4. Configure SQLite destination plugin

You can find more information about the configuration in the plugin documentation

kind: destination
spec:
  name: sqlite
  path: cloudquery/sqlite
  registry: cloudquery
  version: "v2.9.4"
  # Learn more about the configuration options at https://cql.ink/sqlite_destination
  spec:
    connection_string: ./db.sql

Step 5. Run Sync

cloudquery sync plausible.yml sqlite.yml